From 7a423d58e9715507cef8a2bb9f836d3b758295ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Tue, 5 Sep 2023 10:31:03 +0200 Subject: [PATCH] Update karolina-slurm.md --- docs.it4i/general/karolina-slurm.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs.it4i/general/karolina-slurm.md b/docs.it4i/general/karolina-slurm.md index fb89a462d..77f91e3f6 100644 --- a/docs.it4i/general/karolina-slurm.md +++ b/docs.it4i/general/karolina-slurm.md @@ -76,15 +76,15 @@ There are emloyed some restrictions which aim to provide fair division and effic ``` To allocate more GPUs use `--gpus` option. -The default behavior is to allocate enough nodes to satisfy the requested resources as expressed by --gpus option and without delaying the initiation of the job. +The default behavior is to allocate enough nodes to satisfy the requested resources as expressed by `--gpus` option and without delaying the initiation of the job. -Following code requests four gpus, scheduler can allocate one up to four nodes depending on actual cluster state to fulfil the request. +Following code requests four gpus, scheduler can allocate one up to four nodes depending on actual cluster state (i.e. GPU availability) to fulfil the request. ```console #SBATCH --gpus 4 ``` -Following code requests 16 gpus, scheduler can allocate two up to sixteen nodes depending on actual cluster state to fulfil the request. +Following code requests 16 gpus, scheduler can allocate two up to sixteen nodes depending on actual cluster state (i.e. GPU availability) to fulfil the request. ```console #SBATCH --gpus 16 @@ -140,7 +140,7 @@ Corresponding CPUs wil be allocated. Fat node has about 23TB of memory available ... ``` -You can also specify CPU-oriented options (like --cpus-per-task), then appropriate memory will be allocated to job. +You can also specify CPU-oriented options (like `--cpus-per-task`), then appropriate memory will be allocated to job. To allocate whole fat node use `--exclusive` option @@ -150,7 +150,7 @@ To allocate whole fat node use `--exclusive` option ## Using Viz Queue -Access [visualisation node][7]. +Access [visualisation nodes][7]. Every visualisation node is divided into eight parts. By default only one part i.e. 1/8 of the node is allocated. -- GitLab