Hi, Am 06.06.2014 um 20:32 schrieb Michael Stauffer:
> Version OGS/GE 2011.11p1 (Rocks 6.1) > Is there a mechanism for dynamically changing rqs' when the clusters > resources are below some overall usage threshold, in order to allow more jobs > to run? No. You can only use an external `cron` job (or a dummy load sensor) which changes certain settings by checking the `qstat` output and issuing: $ qconf -mattr resource_quota limit slots=20 myrqs/2 (or the name of the particular limit instead of the ascending number of the limit in an RQS) -- Reuti > I've got 300 cores, and sometimes only a few users are running anything with > lots of queued jobs. With a quota of 32 cores each, there are a lot of unused > cores. If the scheduler could recognize this and enough queued jobs to fill > maybe 75% of the cores, that'd be great. > > If not a direct mechanism to do this, would a subordinate queue be best? One > that suspends running jobs when the main queue fills up? However, these seems > less ideal, since the suspended jobs might stay suspended for a long time if > the main queue fills up with a lot of jobs all of a sudden. > > -M > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
