[gridengine users] RQS Help
Reuti
reuti at staff.uni-marburg.de
Wed Jun 20 07:37:31 UTC 2012
Am 20.06.2012 um 02:09 schrieb Brendan Moloney:
> In my experience, resource quotas that try to enforce multiple constraints are quite buggy.
Unfortunately this is true.
Nevertheless: in your case you need two RQS, not one. Ther first rule which applies will be checked and deny or grant access. Here: queue high.q. The second rule will never ever be checked here. It needs to be put in a second RQS.
-- Reuti
> Brendan
> ________________________________________
> From: users-bounces at gridengine.org [users-bounces at gridengine.org] On Behalf Of Ray Spence [r3spence at gmail.com]
> Sent: Tuesday, June 19, 2012 4:40 PM
> To: users at gridengine.org
> Subject: [gridengine users] RQS Help
>
> I am using SGE 6.2u5 on Ubuntu 12.04. I have been tearing my hair out
> attempting to enforce memory and slots allocation limit by an RQS. I'd like
> to restrict all users to 128GB and 32 slots total usage respectively cumulative
> (at any time, not per job) in a specific queue. I call this queue high.q.
> Here is my RQS
>
> {
> name high.q_limits
> description "All high.q users restricted to 32 slots and 128GB ram"
> enabled TRUE
> limit users {*} queues high.q to slots=32
> limit users {*} queues high.q to virtual_free=128g
> }
>
> With this in place I can submit a job, with a hard request for 150G, which runs.
>
> % qsub -hard -q high.q -l virtual_free=150g grid1.sh
>
> I'm beginning to think this type of quota isn't even possible?
> Can anyone shed light on this?
>
> _______________________________________________
> users mailing list
> users at gridengine.org
> https://gridengine.org/mailman/listinfo/users
More information about the users
mailing list