SLURM Reference Manual for HP XC System Software

-t statelist (lowercase, --states=statelist)
limits SINFO's report to nodes with the specied states, where statelist is a quoted,
comma-delimited list with these possible members (case insensitive):
ALLOC
ALLOCATED
COMP
COMPLETING
DOWN
DRAIN
DRAINED
DRAINING
IDLE
UNK
UNKNOWN.
By default, SINFO reports on nodes in the specied states whether they are responding
or not, but you can use -d or -r to lter this report further.
-p pname (lowercase, --partition=pname)
reports information only about the specied (single) partition (lists are not accepted
as an argument here).
-v (lowercase, --verbose)
prexes the node report (table) that SINFO would otherwise generate (based on the
other control options that you invoked) with a list of 16 report-control features and
the current setting for each (revealing, for example, the limits that you have currently
imposed on states, nodes, or output format). The basic report itself is not changed
(compare with -l, --long).
-V (uppercase, --version)
displays SINFO's current version number and ends (with no node report).
OUTPUT-FORMAT OPTION.
-o formatspec (lowercase, --format=formatspec)
species both the content of SINFO's report (which node properties to include as
report columns) and the layout (the left-to-right order of those columns, the size of
each column in characters, and whether the data is left- or right-justied within each
column). Here formatspec is a quoted, space (not comma) delimited list of "eld
specications," one for each column that you want SINFO to report, and each with
this syntax: %.wZ
% is the [required] eld specication ag, marking the start of each
column's separate specication.
SLURM Reference Manual - 56