Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] MaxJobRetirementTime and Preemption problem
- Date: Fri, 19 Mar 2010 13:02:53 -0500
- From: Dan Bradley <dan@xxxxxxxxxxxx>
- Subject: 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