Hi, Am 17.12.2014 um 09:21 schrieb Rohit Kumar Chaudhary:
> I have grid engine v6.2 configured for jobs scheduling for around 30 users. > Users submits three types of predefined jobs and max jobs/user is set to 12. > Now the requirement is that for one particular type of job I want grid engine > to ignore the maxujobs limitation. I tried going through manuals and on web > didn’t find any information on this. This is quite a low limit. Isn't there the case the some nodes are idling while other jobs are waiting? > Can you please help in solving this? I am sorry if I asked too obvious or > repeated question but so far I am not able to figure this out. Thanks in > advance. There is no setting to bypass this limit - therefore it's a limit. But instead you could: - use an RQS to limit the number of used cores, or - set up a consumable "JOBS" complex called e.g. "jobs" with a default consumption of 1 and use this in an RQS to limit the number of running jobs per user/queue. In the RQS you can define any exception (maybe by a certain queue for only this type of job, which can be selected by a BOOLEAN complex)*. (To avoid that someone submits with "-l jobs=0" it might be necessary to set up a JSV in a second step to enforce it). -- Reuti *) II miss the feature to honor the "-l" option of a submission on the left side in the RQS definition. _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
