User Tools

Site Tools


cluster_status

Differences

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

Link to this comparison view

Next revision
Previous revision
cluster_status [2014/04/22 17:13]
root created
cluster_status [2014/04/22 17:16] (current)
root
Line 1: Line 1:
 ====== Cluster Status ====== ====== Cluster Status ======
  
-squeue+[[squeue]]
   * Lists all jobs in the queue.   * Lists all jobs in the queue.
  
-sinfo+[[sinfo]]
   * Shows which nodes and processors are in use.   * Shows which nodes and processors are in use.
  
-scontrol+[[scontrol]]
   * Shows more detailed job information.   * Shows more detailed job information.
 +
 +=== sinfo ===
  
 <code> <code>
-sinfo+chris@node0:~$ sinfo 
 +PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST 
 +all*         up   infinite      4  drain node[5-7,11] 
 +all*         up   infinite      9  alloc node[1-4,8,12-13,15,17] 
 +all*         up   infinite      4   idle node[9-10,14,16] 
 +short        up    2:00:00      4  drain node[5-7,11] 
 +short        up    2:00:00     10  alloc node[1-4,8,12-13,15,17,91] 
 +short        up    2:00:00      5   idle node[9-10,14,16,92] 
 +gpu          up   infinite      1  alloc node91 
 +bigmem       up   infinite      1   idle node92 
 +</code>
  
-sinfo -o "%C"+<code> 
 +chris@node0:~$ sinfo -o "%C" 
 +CPUS(A/I/O/T) 
 +78/178/64/320 
 +</code>
  
-sinfo -p all -o "%C"+<code> 
 +chris@node0:~$ sinfo -p all -o "%C" 
 +CPUS(A/I/O/T) 
 +77/131/64/272
 </code> </code>
  
cluster_status.1398201181.txt.gz · Last modified: 2014/04/22 17:13 by root