[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Recipe for allowing some jobs to claim whole machine



I upgraded to Condor 7.2.1 and I was working on allowing some jobs to claim whole machines, using this recipe:
http://nmi.cs.wisc.edu/node/1482

I think I may have found a typo in the recipe. At the bottom is a suggested expression for ranking machines based on how many slots are occupied, when a job that requires the whole machine is submitted:

NEGOTIATOR_PRE_JOB_RANK = (MY.RequiresWholeMachine =?= True) * \
(Slot2_Activity =!= "Busy" + Slot3_Activity =!= "Busy" + ... )

I'm pretty sure it should be TARGET.RequiresWholeMachine instead of MY.RequiresWholeMachine. At least, that was the version that worked for me.

Other than that it works great. Thanks to whoever posted that recipe; it was very helpful.

--

David Brodbeck
System Administrator, Linguistics
University of Washington