Skip to content

Slurm⚓︎

Tip and tricks about the Slurm workload manager.

Slurm configuration⚓︎

Check generic resources (Gres)⚓︎

The following command will show the generic resources (Gres) available on the node:

scontrol show nods | grep Gres | sort -u

This command can be used to check for misconfigures nodes.

Check reservations⚓︎

scontrol show res

To run on a serervations use the --reservation flag:

srun --reservation=<reservation_name> <command>