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

Re: [HTCondor-users] Paralell Jobs



Hi Marcos,
Try to set the priority factor instead. Practically the real priority is around 0.5, so set the factor above 4.
Cheers,
Imre


2013.09.05. 16:53 keltezéssel, Marcos M. írta:
Great! changing RANK did the trick!

Now the configuration is this way:
RANK = 0
PREEMPTION_REQUIREMENTS =
( (TARGET.JobUniverse =!= 11) && ( (time() - EnteredCurrentState) > (1 * (60 * 60)) && RemoteUserPrio > TARGET.SubmitterUserPrio * 1.2 )) || (MY.NiceUser == True)


Do you know if it is possible to configure the deditaced scheduler priority to be always greater than 2.00? If you ever write that daemon to modfiy priority dinamically it would be great to share.

Thanks again!

Marcos