You define blocks that have different designs. Such as:
# Node1
NodeName=nodes[1-9],nodes[0-6] \
CPUs=64 RealMemory=258302 Sockets=4 CoresPerSocket=16 \
ThreadsPerCore=1 Feature=amd
# Node2
NodeName=gpu0[1-8] \
CPUs=32 RealMemory=129013 Sockets=2 CoresPerSocket=16 \
ThreadsPerCore=1 Feature=intel Gres=gpu:2
-Paul Edmon-
On 2/2/2015 1:09 PM, Bruce Roberts wrote:
Yes. All nodes and their resources need to be defined in the
slurm.conf on each node, not a different .conf on each node.
On 02/02/2015 10:04 AM, Slurm User wrote:
slurm.conf consistent across all nodes
Hello
The documentation says that "slurm.conf" must be consistent across
all nodes.
How do we handle parameters that are different on a per node basis?
For example, RealMemory may be X on node 1, but Y on node 2.
Am I missing something?