[gridengine users] slot reservation

Steve Schmerler elcortogm at googlemail.com
Mon Jul 2 11:17:41 UTC 2012


On Jul 02 11:15 +0200, Reuti wrote:
> > We have several queues with run time limits (h_rt). If that value is set
> 
> No, the default runtime will be used. Although it might be better to use the tighter constraint here, once a job started in a queue with a set h_rt limit.
> 
> > (or by qsub -l h_rt=...)
> 
> Yes.
> 
> > , isn't that used instead of default_duration?
> > If so, I could in theory leave default_duration = INFINITY since any
> > h_rt < INFINITY.
> 
> If you request it for all, then the default_duration will never be used. But in your original post you mentioned that there are no time limits set anywhere.

Yes, that was simply wrong, sorry. I just looked at default_duration and
mixed things up.

So, to summarize:

* Use default_duration != INFINITY and > max. job run time (i.e. longest
  queue time limit).
* If qsub -l h_rt=... (or s_rt) then that is used, else default_duration
  (the queue config's h_rt/s_rt is not used).

I think I got it now. Thanks!  

best,
Steve


More information about the users mailing list