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

Re: [Condor-users] MaxJobRetirementTime and Preemption problem





Northup, Dustin P. wrote:
MaxJobRetirementTime = $(HOUR) * 8 * (MY.JOB_LENGTH == "Short") + ( ( (MY.PreemptingRank < 1) && (PreemptingRank < 1) && (MY.PreemptingRank =!= UNDEFINED) ) * ( ( (MY.JOB_LENGTH == "Medium") * 16 * $(HOUR) ) + ( (MY.JOB_LENGTH == "Long") * 36 * $(HOUR) ) ) )


Is JOB_LENGTH an attribute of the machine or the job or both? In the machine's MaxJobRetirementTime expression, MY refers to the machine and TARGET refers to the job.

--Dan