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

Re: [Condor-users] Changing Job Start Priority



At 01:18 PM 7/20/2005 -0500, you wrote:
First, I apologize for such a trivial question. I know this is in the manual somewhere and probably in the mailing list but I couldn't find the answer.

How do you change the job start priority for a Windows machine. During the install, it is just an option selection, but I'm not sure what to change in condor_config to change this. It looks like it should be in part 3 of the condor_config, but there are a lot of variables and I'm not sure exactly what to modify.
I want to change from running condor jobs immediately to running condor jobs after 15 minutes inactivity and cpu idle.

In the condor_config file, look for the variables with names beginning with "UWCS", and you'll see how to do it.


If you want to use the UWCS_START expression, you either need to rename it to be START (that is, remove UWCS) or you need to do:

START = $(UWCS_START)

More details are in the manual:

http://www.cs.wisc.edu/condor/manual/v6.7/3_6Startd_Policy.html

-alain