SLURMNODELIST
SLURMNODELIST is a term used to denote the list of compute nodes allocated to a Slurm job or job step. In Slurm environments, this information is exposed to the running job via the SLURM_NODELIST environment variable, which contains a compact representation of the allocated nodes.
Format and representation: The SLURM_NODELIST value uses Slurm’s hostlist syntax, combining individual node names and numeric
Usage: The node list can be read by scripts to tailor behavior to the allocation. Printing the
Notes: SLURMNODELIST is not an official separate variable in Slurm’s documentation; the canonical variable is SLURM_NODELIST.
See also: SLURM_NODELIST, environment variables in Slurm, scontrol show hostnames.