User Tools

Site Tools


sinfo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sinfo [2014/04/22 17:16]
root created
sinfo [2019/12/20 14:57] (current)
root
Line 21: Line 21:
  
 <code> <code>
-chris@node0:~$ sinfo -p all -o "%C"+chris@node0:~$ sinfo -p standard -o "%C"
 CPUS(A/I/O/T) CPUS(A/I/O/T)
 77/131/64/272 77/131/64/272
 </code> </code>
  
 +Note: **drain** means that the node is up but is not accepting new jobs. If jobs were running on the node it would say **drng**: the running jobs would be allowed to complete at which time the node would enter the **drain** state. A node is "drained" by the cluster administrators for maintenance or updates.
 +
 +A state of **mix** is shown for a node which is partially allocated, and **alloc** for a node which is completely allocated. 
 +
 +**sinfo** can also be used to show the total resources available on a node (i.e. number of cores and amount of memory). To get a list of this information for all nodes you could use a command like the following.
 +
 +<code>
 +sinfo -p standard -N -o "%n %m %c"
 +</code>
sinfo.1398201375.txt.gz ยท Last modified: 2014/04/22 17:16 by root