services.slurm.nodeName
NixOS option
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 stringDefault
[ ]
Example
declared in: nixos/modules/services/computing/slurm/slurm.nixView source on NixOS/nixpkgs →[ "linux[1-32] CPUs=1 State=UNKNOWN" ];