User Tools

Site Tools


scheduling

This is an old revision of the document!


Scheduling

The cluster is running SLURM's default scheduler which is very (maybe too) simple.

  • first-in first-out queue.
  • Simple round-robin node selection.

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 want a 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.

scheduling.1398342909.txt.gz · Last modified: 2014/04/24 08:35 by root