Attention

WARNING: From 9am on 19th August until 5pm on 2nd September there will be no access to the Stanage HPC cluster.

We will send an email to notify you when Stanage is back online and available for job submission.

sinfo

sinfo is a scheduler command that shows info about SLURM nodes and partitions.

Documentation

Documentation is available on the system using the command

$ man sinfo

Usage

Get an overview of the nodes on Bessemer:

$ sinfo -N

This shows every node in the cluster. Some of these nodes may be reserved/purchased for specific research groups and hence may not be available for general use.

Get an overview of the partitions on Bessemer:

$ sinfo -a

As Bessemer has non-homogenous nodes you can list more information by formatting the output, e.g.:

$ sinfo -o "%P %l %c %D "  # PARTITION TIMELIMIT CPUS NODES