services.slurm.nodeName
Name that SLURM uses to refer to a node (or base partition for BlueGene systems). Typically this would be the string that "/bin/hostname -s" returns. Note that now you have to write node's parameters after the name.
- Type
list of string- Default
[ ]- Example
[ "linux[1-32] CPUs=1 State=UNKNOWN" ];- Declared
- <nixpkgs/nixos/modules/services/computing/slurm/slurm.nix>