The Slurm commands to get information on the configuration of the Slurm scheduler and the computing nodes are the following:

scontrol show config

scontrol show nodes

Please note that the output of the Slurm command scontrol show  will be quite verbose: check the command options in the help message with -h.

The command sinfo -l  provides a summary of the Slurm batch queues that is easy to visualize. Please check other options with sinfo --help .