Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The job is terminated at the end of the requested or assigned time.


Job Queues

The Padobran computer cluster contains two job queues, cpu with a maximum job duration of 7 days, and cpu_30 with a maximum job duration of 30 days. Cpu_30 has five exclusive nodes, and overlaps with the cpu queue on another six. On those six nodes, cpu_30 has a higher priority than the cpu queue.

QueueNumber of nodesNumber of cores per nodeWorking memory per node (GB)Job execution time (h)TMPDIR
cpu
25
4512847500:00:00 - 168:00:00/beegfs-fast/scratch
cpu_30
25
11-6 exclusive128475168:00:01 - 720:00:00/beegfs-fast/scratch


Using queues

The system is set up so that above all queues there is a RouteQ routing queue that ensures that jobs without a defined queue fall into the right job queue, based on the required computation time. If jobs do not ask for compute time in the job description, they are automatically assigned 48 hours and sent to the cpu queue.

...

An example of executing jobs without defining the execution time, but with a defined queue



Backfilling

In order to further encourage users to define the execution time, the Backfilling option is enabled on the system, i.e. jobs with a shorter execution time are allowed to skip jobs with a longer execution time, if it is always satisfied that the execution of a shorter job will not affect the start of the one with a longer execution.

...