Re: [slurm-users] How to implement job arrays with distribution=cyclic

2018-12-13 Thread Chris Samuel
On 12/12/18 9:01 am, Eli V wrote: SelectTypeParameters=CR_LLN will do this automatically for all jobs submitted to the cluster. Not sure if that's an acceptable solution for you. You can also set LLN=YES for a partition too, so if the OP wanted to restrict this behaviour to just the one user

Re: [slurm-users] How to implement job arrays with distribution=cyclic

2018-12-12 Thread Eli V
SelectTypeParameters=CR_LLN will do this automatically for all jobs submitted to the cluster. Not sure if that's an acceptable solution for you. On Wed, Dec 12, 2018 at 11:54 AM Roger Moye wrote: > > > I have a user who wants to control how job arrays are allocated to > nodes. He wants to mimi

[slurm-users] How to implement job arrays with distribution=cyclic

2018-12-12 Thread Roger Moye
I have a user who wants to control how job arrays are allocated to nodes. He wants to mimic a cyclic distribution, basically round-robin assignment of each job within the array. That is, array element 1 as assigned to node 1, element 2 to node 2, and so on until there is an element running