diff --git a/docs.it4i/software/debuggers/allinea-performance-reports.md b/docs.it4i/software/debuggers/allinea-performance-reports.md
index cf4af0c2284abfd254db337c6abbad448ad6b661..b28d26c6d9b75cb9489cdfe8dc63c8fa51aebd47 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