On 3/5/2019 12:18 PM, Reuti wrote:
Am 05.03.2019 um 18:06 schrieb David Trimboli<trimb...@cshl.edu>:

I'm looking at SGE limits, and I'm not sure when something applies to all users 
or each user individually. I want to find out how to limit each user to a 
certain number of slots across the entire cluster (just one queue).

I feel like this isn't it:

{
     Name           limit-user-slots
     description    Limit each user to 10 slots
     enabled        true
     limit          users * queues {all.q} to slots=10
limit users {*} queues all.q to slots=10

In principle {all.q} wouldn't hurt as it means "for each entry in the list", 
and the only entry is all.q. But to lower the impact I would leave this out.
Ohhhhhhh! I didn't realize that {} meant to apply to each entry in the list. That gives me everything I need. Thanks to you and Bernd.
_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to