On 8/7/2014 5:03 PM, Ralph Finch wrote:
In the condor submit file, I want jobs to go to desktop computers as a
function of both computer speed and number of cores leftsomething like
RANK = Kflops * $(NumberOfCoresUnclaimed)
Curious, why do you want to rank based on number of cores left? Is the idea that you want to fill machines breadth first (i.e. to run eight jobs, you want to use one core on eight machines instead of eight cores on one machine) ? Â If you want run breadth first with static slots, perhaps you could just do something really simple like
 RANK = 10000 - SlotID
so that you prefer to use Slot1 on all machines, then Slot2 on all machines, etc. ÂYou could even stick this into NEGOTIATOR_POST_JOB_RANK so it happens for all jobs, without users having to put anything in their submit files...I think Ben answered that nicely, assuming you are using static slots of course.
My question is, how do I get the number of unclaimed cores in a single
computer?
regards,
Todd
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/