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.

[johnchris@l001 ~]$ sinfo

PARTITIONName of a partition: shared, exclusive, gpu100, gpuv100
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:

[johnchris@l001 ~]$ sinfo -o '%11P %5D %22N %4c %21G %7m %11l'

Scroll to Top