Difference between revisions of "SLURM-Partition-Table"
From ALICE Documentation
(Created page with "{| class="wikitable" style="width: auto !important;" !Partition !Timelimit !Nodes !Nodelist !Description |- |testing |1:00:00 |2 |nodelogin[01-02] |For some basic and short t...") |
|||
Line 1: | Line 1: | ||
+ | Currently, partitions on ALICE differ primarily in terms of the available nodes and time limit for a job: | ||
+ | |||
{| class="wikitable" style="width: auto !important;" | {| class="wikitable" style="width: auto !important;" | ||
!Partition | !Partition |
Revision as of 15:10, 9 September 2020
Currently, partitions on ALICE differ primarily in terms of the available nodes and time limit for a job:
Partition | Timelimit | Nodes | Nodelist | Description |
---|---|---|---|---|
testing | 1:00:00 | 2 | nodelogin[01-02] | For some basic and short testing of batch scripts |
cpu-short | 3:00:00 | 20 | nodes[001-020] | For jobs that require CPU nodes and not more than 3h of running time. This is the default partition |
cpu-medium | 1-00:00:00 | 20 | nodes[001-020] | For jobs that require CPU nodes and not more than 1d of running time |
cpu-long | 7-00:00:00 | 20 | nodes[001-020] | For jobs that require CPU nodes and not more than 7d of running time |
gpu-short | 3:00:00 | 10 | nodes[851-860] | For jobs that require GPU nodes and not more than 3h of running time |
gpu-medium | 1-00:00:00 | 10 | nodes[851-860] | For jobs that require GPU nodes and not more than 1d of running time |
gpu-long | 7-00:00:00 | 10 | nodes[851-860] | For jobs that require GPU nodes and not more than 7d of running time |
mem | inifinite | 1 | nodes801 | For jobs that require the high memory node. There is no time limit for this partition |
notebook-cpu | infinite | 5 | nodes[001-005] | For interactive jobs that require CPU nodes. There is no time limit for this partition |
notebook-gpu | infinite | 2 | nodes[851-852] | For interactive jobs that require GPU nodes. There is no time limit for this partition |