sinfo

The sinfo command will tell you some useful information about the available partitions on the cluster, including a partition’s time limit, how many nodes are available on that partition, which nodes are available on that partition, and the state of those nodes.

PARTITIONName of a partition: short, medium, long, interactive
AVAILPartition state: up or down
TIMELIMITMaximum time limit for any user job in days-hours:minutes, default 5 days
NODESCount of nodes with this particular configuration
STATEState of the nodes. Possible states include: allocated, completing, down, drained, draining, fail, failing, future, idle
NODELISTNames of nodes associated with the configuration/partition

To display more specific info, see man sinfo For example:

Scroll to Top