Compute node characteristics
Initially, all nodes with the compute role are listed as SLURM compute nodes, and these nodes are configured statically with a processor count of two.
A sample default compute node entry in the slurm.conf file looks like this:
SLURM provides the ability to set several other compute node characteristics. At a minimum, you should ensure that the processor count is accurate. You should also set the RealMemory and TmpDisk characteristics so that SLURM can monitor those values on the nodes and users can submit jobs that request specific values.
A sample updated entry might look like this:
NodeName=n[1-59] Procs=2 RealMemory=2048 TmpDisk=9036
NodeName=n[60-64] Procs=4 RealMemory=4096 TmpDisk=16384 Weight=2 |
For more information about setting compute node characteristics, see slurm.conf(5) .