Pnodes
Documentation / Reference Manual / Advanced Batch System / Commands / pnodes
Name
pnodes
Synopsis
pnodes [OPTIONS]
Description
Print info about computational nodes of the batch systems.
Search expressions:
Search tokens: name, props, st (state code), bs (short name of batch server),
ncpus, nfreecpus, ngpus, nfreegpus, mem, freemem
Comparison operators: == (equal), != (not equal), <, <=, >, >=
Logical operators: ! (logical not), && (logical and), || (logical or)
Braces: ( )
The search token must be always on the left side of comparison operator.
On the right side, it can be:
= an integer number for ncpus, nfreecpus, ngpus, nfreegpus tokens
= a string for name, props, st, bs
= a size for mem, and freemem tokens
Size can be in kb, mb, gb, or tb (the unit must be specified).
String comparison can use a shell wildcard pattern and can employ == or != comparison operators only.
Options
-g, --groups LIST comma separated node groups (Default: all)
|
-j, --job NAME list execution nodes of the job
|
-n, --node NAME name of node
|
-s, --search EXPRESSION search for nodes satisfying logical expression
|
--donotgroup do not group nodes
|
--printgroups print defined node groups
|
-k, --keep keep all nodes, it also shows nodes in maintenance state or inaccessible to user
|
-t, --technical print all nodes in technical format
|
--names print only node names
|
--hosts print only host names
|
--stat print summary statistics
|
--jobs print jobs with assigned slots on each node
|
-v, --verbose increase output verbosity
|
--version output version information and exit
|
-h, --help display this help and exit
|