Am 05.03.19 um 18:06 schrieb David Trimboli: > limit users * queues {all.q} to slots=10 > > I get the feeling that will limit the number of slots that all users can > collectively use simultaneously to 10. I want Bob to have no more than > 10 slots, Joe to have no more than 10 slots, etc.
This will indeed set a limit for all users collectively. To set an individual limit for each user, you can use braces (like you did with the queue - which has no effect there since the list only has one entry). If you want to apply the limit to the whole cluster, you can omit the queue part: limit users {*} to slots=10 should do the trick. -- Bernd Mast science + computing ag Hagellocher Weg 73 72070 Tübingen bernd.m...@atos.net pages.atos.net/de/sc _______________________________________________ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/users