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

Re: [Condor-users] questions about job , user priority and machine rank



On Thu, Feb 17, 2005 at 11:44:53AM -0500, Ian Chesal wrote:
> 
> You have RANK correct: higher is better. For priority you have to be
> careful. There are two priorities in condor: the user-specified job
> priority and the condor-calculated user priority. For the job priority,
> set by the user when they submit their cluster, higher is better. Jobs
> with higher job priority on a schedd will run before jobs with lower job
> priority on the same schedd. 

A minor point - job priority is per user in the schedd, not just per schedd.
So if user A and B have jobs submitted from a schedd, the job priority
of user A jobs have no effect on the jobs of user B.

-Erik