From 242543b3fa52ed1060f5560a39bb4479b89f4008 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 2 Sep 2024 09:26:12 +0200
Subject: [PATCH] Update allinea-performance-reports.md

---
 .../software/debuggers/allinea-performance-reports.md  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/software/debuggers/allinea-performance-reports.md b/docs.it4i/software/debuggers/allinea-performance-reports.md
index cf4af0c22..b28d26c6d 100644
--- a/docs.it4i/software/debuggers/allinea-performance-reports.md
+++ b/docs.it4i/software/debuggers/allinea-performance-reports.md
@@ -1,6 +1,3 @@
-!!!warning
-    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
-
 # Allinea Performance Reports
 
 ## Introduction
@@ -33,11 +30,16 @@ The MPI program will run as usual. `perf-report` creates two additional files, i
 
 ## Example
 
-In this example, we will be profiling the mympiprog.x MPI program, using Allinea performance reports. Assume that the code is compiled with Intel compilers and linked against Intel MPI library:
+In this example, we will be profiling the `mympiprog.x` MPI program, using Allinea performance reports. Assume that the code is compiled with Intel compilers and linked against Intel MPI library:
 
 First, we allocate nodes via the express queue:
 
 ```console
+$ salloc -A PROJECT_ID -p qcpu_exp --nodes=2 --ntasks-per-node=128 --cpus-per-task=1
+salloc: Granted job allocation 1566484
+salloc: Waiting for resource configuration
+salloc: Nodes cn[206-207] are ready for job
+
 $ qsub -q qexp -l select=2:ncpus=128:mpiprocs=128:ompthreads=1 -I
     qsub: waiting for job 262197.infra-pbs to start
     qsub: job 262197.infra-pbs ready
-- 
GitLab