From 95657d8bb9ef309793bff6b4d22b7aaf691bf250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Thu, 20 Jul 2023 14:13:00 +0200 Subject: [PATCH] Update slurm-job-submission-and-execution.md --- docs.it4i/general/slurm-job-submission-and-execution.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md index 2c4fac1f5..7c577210b 100644 --- a/docs.it4i/general/slurm-job-submission-and-execution.md +++ b/docs.it4i/general/slurm-job-submission-and-execution.md @@ -27,6 +27,10 @@ qdgx up 2-00:00:00 0/1/0/1 cn202 qviz up 8:00:00 0/2/0/2 vizserv[1-2] ``` +On Barbora cluster all queues/partitions provide full node allocation, whole nodes are allocated to job. + +On Complementary systems some queues/partitions provide full node allocation, see [Complementary systems documentation][2] for details. + ## Getting Job Information Show my jobs @@ -152,7 +156,7 @@ set | grep ^SLURM | SLURM_JOB_PARTITION | name of the partition | qcpu | | SLURM_SUBMIT_DIR | submit directory | /scratch/project/open-xx-yy/work | -See [Slurm srun documentation][2] for details. +See relevant [Slurm srun documentation][3] for details. Get job nodelist @@ -227,4 +231,5 @@ $ scancel --me -t pending -A PROJECT-ID [1]: https://slurm.schedmd.com/ -[2]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES +[2]: /cs/job-scheduling/ +[3]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES -- GitLab