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