User Tools

Site Tools


using-slurm

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
using-slurm [2019/02/01 12:26] jean-bakausing-slurm [2019/02/01 12:32] – [Using SLURM] jean-baka
Line 8: Line 8:
   * highmem   * highmem
  
-"debug" is the default queue, which is useful for testing job parameters, program paths, etc. The run-time limit of the "debug" partition is 5 minutes, after which jobs are killed.+"debug" is the default queue, which is useful for testing job parameters, program paths, etc. The run-time limit of the "debug" partition is 5 minutes, after which jobs are killed. The other partitions have no set time limit.
  
 To see more information about the queue configuration, use ''sinfo -lNe''. To see more information about the queue configuration, use ''sinfo -lNe''.
 +
 +<code>[jbaka@compute03 ~]$ sinfo -lNe
 +Fri Feb  1 15:27:44 2019
 +NODELIST   NODES PARTITION       STATE CPUS    S:C:T MEMORY TMP_DISK WEIGHT AVAIL_FE REASON              
 +compute2           batch        idle   64   64:1:     1        0     10   (null) none                
 +compute03      1     batch       mixed    8    8:1:1      1        0      5   (null) none                
 +compute03      1   highmem       mixed    8    8:1:1      1        0      5   (null) none                
 +compute04      1     batch       mixed    8    8:1:1      1        0      5   (null) none                
 +hpc            1    debug*        idle    4    4:1:1      1        0      1   (null) none                
 +mammoth        1   highmem        idle    8    8:1:1      1        0     30   (null) none                
 +taurus             batch       mixed   64   64:1:     1        0     20   (null) none       
 +</code>
 +
 +The above tells you, for instance, that compute04 has 8 CPUs while compute2 has 64 CPUs. And that a job sent to the "highmem" partition (a SLURM verb equivalent to "queue", as per the vocabulary in use with other schedulers, e.g. Sun Grid Engine), then it will end up being run on either compute03 or mammoth. 
  
 ===== Submitting jobs ===== ===== Submitting jobs =====
using-slurm.txt · Last modified: 2022/11/03 11:38 by jean-baka