Hi, > Am 12.12.2016 um 19:01 schrieb Quinones, Jose M. <jmq2...@cumc.columbia.edu>: > > Hi All, > > I would like to set "h_rt" restriction and move job from queue if job exceeds > the time, is this possible?
No. The job got already run time limitations set in the execd. The only option to extend it while the job is running, is to perform a "softstop" of the execd. The implication is, that also no new jobs can be scheduled to this node. As soon as you start the daemon again, it will check all running jobs and kill the ones which exceeded their maximum runtime. Sometimes it might help the users and avoid of the loss of computing time though. > I'm trying to prevent users from overrunning a queue and preventing other > users from submitting jobs.. What do you mean by "preventing other users from submitting jobs"? In SGE you can define ACLs (`man access_list`) and attach it i.e. on a global level, per PE, queue or exechost to limit access to certain resources to certain users. -- Reuti > > Thanks, > Jose > _______________________________________________ > users mailing list > users@gridengine.org > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/users