Checking the Status of Computing Nodes
You can check the general status the computing nodes by using the sinfo
command, which will display the following:
We've also provided a custom command, nodeInf
, that will give more detailed information about each node. For example:
NODELIST
- The name of the nodePARTITION
- The partition which the node belongs toCPUS (A/I/O/T)
- Enumerates what CPUs are Allocated/Idle/Other/Total # of CPUSCPU_LOAD
- The load on the CPUFREE_MEM
- The amount of free RAM on the nodeMEMORY
- The total amount of RAM on the nodeSTATE
- the state of the node. Idle means it's not in use, mixed means it's in use but still has resources available, drained means it's fully in use.
Last updated