User Tools

Site Tools


scheduling

Differences

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

Link to this comparison view

Next revision
Previous revision
scheduling [2014/04/24 08:35]
root created
scheduling [2020/03/11 17:13] (current)
root
Line 1: Line 1:
 ====== Scheduling ====== ====== Scheduling ======
  
-The cluster is running SLURM'default scheduler which is very (maybe too) simple.+The cluster is running SLURM's scheduler with: 
  
-  * first-in first-out queue.+  * "Fair share" job priorities.
   * Simple round-robin node selection.   * Simple round-robin node selection.
  
-The scheduler does not check which nodes are busy and try to avoid them. +The "Fair Share" algorithm assigns priority to submitted jobs which is inversely dependent on the amount of cluster CPU time consumed by the user submitting the jobs in recent daysThese priorities apply only to jobs waiting in the queue, they do not affect jobs which are already running.
- +
-This has an advantage in that it tends to leave some nodes empty for people who want whole node. +
- +
-You can use the **-w** option to select a specific node (actually it asks for "at least" the nodes in the node list you specify). +
- +
-You can use the **-x** option to avoid specified nodes. +
- +
-You can use **-c 16** to request all cores on a (standard) node. +
- +
-You can use the **--exclusive** option to as for exclusive access to all the nodes your job is allocated. This is especially useful if you have a program which attempts to use all the cores it finds. +
  
 +The scheduler does not check which nodes are busy and try to avoid them. This has an advantage in that it tends to leave some nodes empty for people who need a whole node.
  
scheduling.1398342909.txt.gz · Last modified: 2014/04/24 08:35 by root