Bear in mind that at least, last I knew, using a topology plugin will cause all
of this to be ignored and, at least in our case, for SLURM to do roughly the
opposite of what you want regarding weights (for us, this is because the
highest weighted equipment was connected to the switch with the le
Yes, if you put a weight parameter to the nodes.
From the manpage:
/Weight//
//
// The priority of the node for scheduling purposes. All things being
equal, jobs will be allocated the nodes with the lowest weight which
satisfies their requirements. For example, a heterogeneous collection of
Hi Everyone,
For example, I have two partitions, high,low each has same nodes node[1-10],
When we submit job to high partition the nodes order is
node1,node2..node10, when we submit job to low partition, the order is
node10,node9..node1.
Is it possible to do that?
Thanks in advanc