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

Re: [HTCondor-users] gpu's and preemption



PREEMPTION_REQUIREMENTS = Target.RequestGPUs > 0 && My.RequestGPUs =?= 0

	From the manual, section 3.5.15:

"PREEMPTION_REQUIREMENTS .... Note that this variable does not influence other potential causes of preemption, such as the RANK of the condor_startd..."

Leave PREEMPTION_REQUIREMENTS set to FALSE if the only preemption you want is based on RANK!

- ToddM