On Sat, Sep 30, 2017 at 02:21:12AM +0000, John_Tai wrote: > Currently if I set a max job per user in the cluster, a new job will be > rejected if it exceeds the max. > > > > > qrsh > > job rejected: Only 100 jobs are allowed per user (current job count: 264) > > > > Is there a way to queue the job instead of rejecting it? > > > > Thanks > > John > There are two similar settings in gridengine. In the grid engine configuration you will find max_u_jobs which controls the number of active(running OR queued) jobs per user. In the scheduler configuration you will find maxujobs which controls the maximum number of running jobs per user. You probably want to set the latter rather than the former.
William
signature.asc
Description: PGP signature
_______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
