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

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

diff --git a/docs.it4i/general/karolina-slurm.md b/docs.it4i/general/karolina-slurm.md
index ca15d616f..cd83a77a2 100644
--- a/docs.it4i/general/karolina-slurm.md
+++ b/docs.it4i/general/karolina-slurm.md
@@ -35,6 +35,10 @@ On Karolina cluster
 * all cpu queues/partitions provide full node allocation, whole nodes (all node resources) are allocated to a job.
 * other queues/partitions (gpu, fat, viz) provide partial node allocation. Jobs' resources (cpu, mem) are separated and dedicated for job.
 
+!!! important "Partial node allocation and Security"
+    Division of nodes means that if two users allocate a portion of the same node, they can see each other's running processes.
+    If this solution is inconvenient for you, consider allocating a whole node.
+
 ## Using CPU Queues
 
 Access [standard compute nodes][4].
-- 
GitLab