Hi,

Am 02.05.2011 um 20:48 schrieb Mazouzi:

> We would like ensure that  jobs that requests less h_rt will have more 
> priority, for example :
> 
> job1 = qsub -l h_rt=02:0:0 script.sge
> job2 = qsub -l h_rt=07:0:0 script.sge
> 
> theoretically, job1 should have more priority than job2.  But i noticed that 
> jobs without h_rt have much priority!!! 
> 
> We are using fair share mechanism. And here is the urgency policy of h_rt 
> (SGE was configured by our provider) 
> 
> h_rt                h_rt       TIME        <=    YES         NO         0:0:0 
>    -1000
> 
> is -1000 is good value for our need ?

no, it should be positive in your case. You can check the computation of the 
urgency by:

$ qstat -urg

-- Reuti
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to