Hi, > Am 27.09.2017 um 04:58 schrieb John_Tai <[email protected]>: > > 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)
This is usually output in case max_u_jobs in SGE configuration was set. The value covers the running plus waiting jobs in the cluster and was obviously lowered after 264 jobs were queued. So the answer is: no. But instead of setting this variable, you can set maxujobs in the scheduler configuration (`qconf -msconf`), as this covers running jobs only and gives you the desired behavior. -- Reuti > Is there a way to queue the job instead of rejecting it? > > Thanks > John > This email (including its attachments, if any) may be confidential and > proprietary information of SMIC, and intended only for the use of the named > recipient(s) above. Any unauthorized use or disclosure of this email is > strictly prohibited. If you are not the intended recipient(s), please notify > the sender immediately and delete this email from your computer. > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
