[slurm-users] slurm.conf - listing nodes

Steve Brasier steveb at stackhpc.com
Tue Jul 7 09:22:14 UTC 2020


Hi all,

Is there any disadvantage to listing nodes explicitly in slurm.conf rather
than using hostlist expressions, either in the Partition or Node
definitions?

E.g. if we have lots of compute nodes is doing:

PartitionName=compute \
    Nodes=\
    compute-0,\
    compute-1,\
    ...
    compute-999
NodeName=DEFAULT <default options here>
NodeName=compute-0
NodeName=compute-1
...
NodeName=compute-999

any worse from slurms point-of view than using compute[0-1000]?

>From my reading of the slurm.conf manpage
<https://slurm.schedmd.com/slurm.conf.html> using NodeName=DEFAULT is
important for scheduling performance but I'm not sure about explicit node
names vs hostlist expressions.

many thanks

Steve Brasier

http://stackhpc.com/
Please note I work Tuesday to Friday.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20200707/13d24ecb/attachment-0001.htm>


More information about the slurm-users mailing list