From b1b1cbf7c212b1af387683f67aab309b422b28b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Mon, 4 Sep 2023 13:57:31 +0200
Subject: [PATCH] Update karolina-slurm.md

---
 docs.it4i/general/karolina-slurm.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/docs.it4i/general/karolina-slurm.md b/docs.it4i/general/karolina-slurm.md
index 34261ec0c..60fd828ec 100644
--- a/docs.it4i/general/karolina-slurm.md
+++ b/docs.it4i/general/karolina-slurm.md
@@ -67,6 +67,18 @@ There is no need to specify the number of cores and memory size, on the contrary
 ...
 ```
 
+To allocate more GPUs use `--gpus` option.
+
+```console
+#SBATCH --gpus 4
+```
+
+To allocate whole GPU accelerated node use `--exclusive` option
+
+```console
+#SBATCH --exclusive
+```
+
 ## Using Fat Queue
 
 Access [data analytics aka fat node][6].
@@ -90,7 +102,6 @@ To allocate whole fat node use `--exclusive` option
 
 ```console
 #SBATCH --exclusive
-...
 ```
 
 ## Using Viz Queue
-- 
GitLab