Yeah, that's good to get started for a conf, but then following the man
page is the next step.
-Paul Edmon-
On 2/2/2015 1:29 PM, Slurm User wrote:
Re: [slurm-dev] Re: slurm.conf consistent across all nodes
Ian, Paul
Thanks for your replies, that makes sense!!!
I was using the "configurator.html" and it didn't allow multiple
definitions.
On Mon, Feb 2, 2015 at 10:23 AM, Paul Edmon <[email protected]
<mailto:[email protected]>> wrote:
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:
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?