You can get a node list by
scontrol show node
Not sure if that order is a definitive one

But to resolve this issue you can try this
all node probably have the same node weight
Slurm pick first available node of the minimum node weight
You can manipulate the node weight change which node is picked
Either a cron job to randomise it or a prologslurmctld script to increment it.

-- 
slurm-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to