On 10/22/25 14:41, Patrick Pun via slurm-users wrote:
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
There's a description of this in https://slurm.schedmd.com/slurm.conf.html#OPT_Weight
All things being equal, jobs will be allocated the nodes with the lowest weight which satisfies their requirements.
/Ole