I want to use round robin scheduling but it appears that the scheduler always picks cores on the same node by default. What if I want to pick cores on different nodes by default but do not want to run them in an exclusive mode.
So for example on two 8 core nodes it linearly adds 8 cores on one node and then moves to the next node. What if instead I wanted it to add 1 core to the first node then one core to the second and then add another to the first then another to the second and so on (basic round robin)?
Ideally I want to spread the load evenly without making the resources exclusive.
Toon01, It sounds like you are saying you want your parallel job placed in this way (as opposed to having multiple jobs placed in this way)? Unfortunately I don't believe we don't support the former case.
Toon01, It sounds like you are saying you want your parallel job placed in this way (as opposed to having multiple jobs placed in this way)? Unfortunately I don't believe we don't support the former case.