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