Subject: [HTCondor-users] Bosco question regarding multicore jobs
Hello,
I'm trying to submit a job via bosco with
request_cpus = N
in the submit file. For some reason, the job in the remote submit host (condor batch system) uses 1 for RequestCpus always, ignoring my request.
I see some patch regarding multicore here, but I don't know what is in charge of sending that 'mpinodes' parameters to blah. Is that the remote gahp / batch_gahp?
If I use request_memory, that works fine. Digging into the parameters passed to bosco/condor/glite/bin/condor_submit.sh, I can see "-n" is never parsed [1].
What do I need to do to properly submit multicore jobs?