Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread Daniel Povey
When I see weird things like this (and it happens), my reaction is usually, "It's probably a bug somewhere deep in the code. Just change something about your setup to make it go away". In future I hope to switch to slurm. It doesn't have great architecture but I think it's better maintained, and

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread David Trimboli
The "threads" PE is referenced by all hosts (as "@/") in the queue configuration. There are no user lists or restrictions in the PE. On 3/12/2019 12:56 PM, Ian Kaufman wrote: And do you define host groups in the PE? On Tue, Mar 12, 2019 at 9:53 AM David Trimboli > wro

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread Ian Kaufman
And do you define host groups in the PE? On Tue, Mar 12, 2019 at 9:53 AM David Trimboli wrote: > > On 3/12/2019 12:05 PM, Ian Kaufman wrote: > > Are mynode{17-24} in a queue that is configured to use your "threads" PE? > > > Yes. If you disable the limit, the submission works just fine. Jobs go

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread David Trimboli
On 3/12/2019 12:05 PM, Ian Kaufman wrote: Are mynode{17-24} in a queue that is configured to use your "threads" PE? Yes. If you disable the limit, the submission works just fine. Jobs go to the all.q queue, and that queue references the threads PE.

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread Ian Kaufman
Are mynode{17-24} in a queue that is configured to use your "threads" PE? Ian On Tue, Mar 12, 2019 at 8:58 AM David Trimboli wrote: > > On 3/12/2019 11:43 AM, Reuti wrote: > > Now a followup question. I implemented this rule to ensure that no single > user takes more than 90% of our available

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread David Trimboli
On 3/12/2019 11:43 AM, Reuti wrote: Now a followup question. I implemented this rule to ensure that no single user takes more than 90% of our available slots: { namelimit90percent descriptionNONE enabledTRUE limitusers {*} to slots=536 } (Our cluster has a t

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread Reuti
> Am 12.03.2019 um 15:55 schrieb David Trimboli : > > > On 3/5/2019 12:34 PM, David Trimboli wrote: >> >> On 3/5/2019 12:18 PM, Reuti wrote: Am 05.03.2019 um 18:06 schrieb David Trimboli : I'm looking at SGE limits, and I'm not sure when something applies to all user

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-12 Thread David Trimboli
On 3/5/2019 12:34 PM, David Trimboli wrote: On 3/5/2019 12:18 PM, Reuti wrote: Am 05.03.2019 um 18:06 schrieb David Trimboli: 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 nu

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-05 Thread David Trimboli
On 3/5/2019 12:18 PM, Reuti wrote: Am 05.03.2019 um 18:06 schrieb David Trimboli: 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 o

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-05 Thread Mast, Bernd
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 slot

Re: [gridengine users] Limiting each user's slots across all nodes

2019-03-05 Thread Reuti
Hi, > Am 05.03.2019 um 18:06 schrieb David Trimboli : > > 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

[gridengine users] Limiting each user's slots across all nodes

2019-03-05 Thread David Trimboli
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     de