This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guides:slurm [15.11.2021 16:18] Administrator |
guides:slurm [18.10.2024 14:08] (current) Administrator |
||
---|---|---|---|
Line 5: | Line 5: | ||
{{: | {{: | ||
- | ## Slurm Partitions on sampo.uef.fi | + | ## Slurm Partitions on kudos.uef.fi |
- | - **serial**. 4 out of 4 nodes. Maximum run time 3 days | + | - **small**. 8 out of 10 nodes. Maximum run time 3 days |
- | - **longrun**. | + | - **longrun**. |
- | - **parallel**. 2 of 4 nodes. Maximum run time 3 days. | + | - **gpu**. 2 nodes. Maximum run time 3 days. |
- | - **gpu**. 1 node. Maximum run time 3 days. | + | |
## Explanation of the partitions | ## Explanation of the partitions | ||
Line 16: | Line 15: | ||
Compute nodes are grouped into multiple partitions and each partition can be considered as a job queue. Partitions can have multiple constraints and restrictions. For example access to certain partitions can be limited by the user/group or the maximum running time can restricted. | Compute nodes are grouped into multiple partitions and each partition can be considered as a job queue. Partitions can have multiple constraints and restrictions. For example access to certain partitions can be limited by the user/group or the maximum running time can restricted. | ||
- | **Serial** partition is the default partition for all jobs that the user submits. The user can reserve maximum of 1 nodes for his/her job. Default run time is 5 minutes and maximum 3 days. | + | **small** partition is the default partition for all jobs that the user submits. The user can reserve maximum of 1 nodes for his/her job. Default run time is 5 minutes and maximum 3 days. |
- | **Longrun** partition is for long running jobs and only one node is for this usage. Default run time 5 minutes and maximum 14 days. | + | **longrun** partition is for long running jobs and only one node is for this usage. Default run time 5 minutes and maximum 14 days. |
- | **Parallel** partition is for parallel jobs that can span over multiple nodes (MPI jobs for example). The user can reserve 2 nodes (minimum and maximum). Default run time is 5 minutes and maximum 3 days. | + | **gpu** partition is for gpu jobs (CUDA jobs). The user can reserve 2 nodes with 8xNVIDIA A100/40 GB. Default run time is 5 minutes and maximum 3 days. |
- | + | ||
- | **GPU** partition is for gpu jobs (CUDA jobs). The user can reserve 2 nodes with 8xNVIDIA A100/40 GB. Default run time is 5 minutes and maximum 3 days. | + | |