From d60141553b44daa39c6c8e43801d32673095acb8 Mon Sep 17 00:00:00 2001 From: Kylli Ek Date: Tue, 10 Oct 2023 16:15:58 +0300 Subject: [PATCH] add lumi link --- materials/partitions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/materials/partitions.md b/materials/partitions.md index 9eae9fa0..d502cb9d 100644 --- a/materials/partitions.md +++ b/materials/partitions.md @@ -2,9 +2,10 @@ Partitions are logical sets of nodes. Resource limitations for a job are defined by the partition (or queue) the job is submitted to. The limitations affect the maximum run time, the amount of memory, and the number of available CPU cores (which are called CPUs in Slurm). In addition, partitions may also define default resources that are automatically allocated for jobs if nothing has been specified. -Jobs should be submitted to the partition that best matches the required resources. That way, as few resources as possible are blocked and another user with a higher demand in RAM can run a job earlier. Of course, other considerations may also influence the choice of a partition. +Jobs should be submitted to the partition that best matches the required resources. That way, as few resources as possible are blocked and another user with a higher demand in memory can run a job earlier. Of course, other considerations may also influence the choice of a partition. -- [CSC Docs: Available batch job partitions](https://docs.csc.fi/computing/running/batch-job-partitions/) +- [CSC Docs: Available batch job partitions](https://docs.csc.fi/computing/running/batch-job-partitions/) +- [LUMI Docs: Slurm particions](https://docs.lumi-supercomputer.eu/runjobs/scheduled-jobs/partitions/) - In order to use the resources in an efficient way, it is important to estimate the request as accurately as possible - By avoiding an excessive "just-in-case" request, the job will start earlier