From a05ed7f56fbd3b0d171973f9d61f2ffedc84ca7d Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 2 Sep 2024 10:49:17 +0200
Subject: [PATCH] Update singularity-it4i.md

---
 docs.it4i/software/tools/singularity-it4i.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md
index 5e6b0c3b2..1739169f2 100644
--- a/docs.it4i/software/tools/singularity-it4i.md
+++ b/docs.it4i/software/tools/singularity-it4i.md
@@ -1,6 +1,3 @@
-!!!warning
-    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
-
 # Apptainer on IT4Innovations
 
 !!!note "Singularity name change"
@@ -137,7 +134,10 @@ New version is ready. (/home/username/.apptainer/images/CentOS-7_20230116143612.
 ### MPI
 
 In the following example, we are using a job submitted by the command:
-`qsub -A PROJECT -q qprod -l select=2:mpiprocs=128 -l walltime=00:30:00 -I`
+
+```bash
+$ salloc -A PROJECT_ID -p qcpu --nodes=2 --ntasks-per-node=128 --time=00:30:00
+```
 
 !!! note
     We have seen no major performance impact for a job running in a Apptainer container.
-- 
GitLab