Thank you Brain,
Another question is can one node has different weight for different partition?
E.G node1 0.8 in Partition high but 0.5 in partition low?
Best regards,
Bill
-- Original --
From: Brian Andrus
Date: Wed,Jun 27,2018 0:44 PM
To: slurm-users
Subject:
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