User Tools

Site Tools


users:partitions

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
users:partitions [2016/03/31 09:36] ecaloreusers:partitions [2018/02/20 11:35] (current) ecalore
Line 2: Line 2:
  
 In SLURM, queues are called partitions. A partition can be selected with the **--partition** or **-p** argument, to know how to do it in your job submission scripts see: [[users:slurm#meaning_of_the_most_common_options|job submission script options]]. In SLURM, queues are called partitions. A partition can be selected with the **--partition** or **-p** argument, to know how to do it in your job submission scripts see: [[users:slurm#meaning_of_the_most_common_options|job submission script options]].
 +
 +<WRAP center round tip 60%>
 +To query the availability of partitions end nodes on the cluster you can use the following SLURM command:
 +<code>
 +sinfo -l
 +</code>
 +</WRAP>
  
 In the COKA cluster at the moment are available the following partitions: In the COKA cluster at the moment are available the following partitions:
  
-==== interactive ====+===== interactive =====
  
 The //interactive// partition is meant for **short** and/or [[users:interactive|interactive jobs]], such us debugging and compilation of programs. The //interactive// partition is meant for **short** and/or [[users:interactive|interactive jobs]], such us debugging and compilation of programs.
Line 13: Line 20:
   * default memory per requested task is 1GB    * default memory per requested task is 1GB 
  
-==== shortrun ====+===== shortrun =====
  
 The //shortrun// partition is meant for jobs expected to complete in less than **one hour**. The //shortrun// partition is meant for jobs expected to complete in less than **one hour**.
Line 21: Line 28:
   * default memory per requested task is 1GB    * default memory per requested task is 1GB 
  
-==== longrun ====+===== longrun =====
  
-The //longrun// partition is meant for jobs expected to complete in less than **four hour**.+The //longrun// partition is meant for jobs expected to complete in less than **eight hour**.
 Jobs submitted to this partition: Jobs submitted to this partition:
-  * are limited to 240 minutes +  * are limited to 480 minutes 
   * multiple jobs can NOT share the same CPUs   * multiple jobs can NOT share the same CPUs
   * default memory per requested task is 1GB    * default memory per requested task is 1GB 
  
users/partitions.1459417009.txt.gz · Last modified: 2016/03/31 09:36 by ecalore