On 15 July 2011 08:16, Christian Goll <[email protected]> wrote: > Hello, > is there a way to limit the number of jobs from the users per queue. The > scheduler variable maxujobs can only be set global. With user limits > only the number of slots can be limited or is there a secret option I > missed? > In our actual setup we have the maxujobs set to 10 in order to animate > the users to start less jobs but with more cores. Now we want to add a > cluster for serial/small jobs, but do not want to get our parallel > cluster flooded with small jobs.
Force the jobs to request a global per job consumable (via .sge_request or a JSV). Then limit that with resource quotas. William > > kind regards, > Christian > > -- > Dr. Christian Goll > HITS gGmbH > Schloss-Wolfsbrunnenweg 35 > 69118 Heidelberg > Germany > > phone: +49 - 6221 - 533 230 > email: [email protected] > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
