[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Disabling User Priorities
- Date: Thu, 30 Jun 2005 13:35:50 -0500
- From: Alain Roy <roy@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Disabling User Priorities
At 10:29 AM 6/30/2005 -0700, you wrote:
I would like to disable the functionality that considers user priorities
when allocating pool resources. I would like the entire pool to choose
jobs based solely on the Rank expression and Job Priority. Is there a
way for me to do this?
1. Don't mess with condor_userprio.
2. Set PRIORITY_HALFLIFE to something very small, like 1.
http://www.cs.wisc.edu/condor/manual/v6.7/3_3Configuration.html#10974
This will mean that user priorities won't fluctuate with usage.
-alain