From 1304a0d99f75c6c7ea3b413867317c72f44764b7 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 2 Sep 2024 10:42:48 +0200 Subject: [PATCH] Update total-view.md --- docs.it4i/software/debuggers/total-view.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs.it4i/software/debuggers/total-view.md b/docs.it4i/software/debuggers/total-view.md index 3f06d86e2..2555cf5c6 100644 --- a/docs.it4i/software/debuggers/total-view.md +++ b/docs.it4i/software/debuggers/total-view.md @@ -1,6 +1,3 @@ -!!!warning - This page has not been updated yet. The page does not reflect the transition from PBS to Slurm. - # TotalView ## Introduction @@ -77,10 +74,10 @@ local $ssh -X username@login1.karolina.it4i.cz Another option is to access the login node using VNC. -From the login node an interactive session with X windows forwarding (`-X` option) can be started by the following command: +From the login node an interactive session with X windows forwarding (`--x11` option) can be started by the following command: ```console -$ qsub -I -X -A NONE-0-0 -q qexp -l select=1:ncpus=128:mpiprocs=128,walltime=01:00:00 +$ salloc -A PROJECT_ID -p qcpu --nodes=1 --ntasks-per-node=128 --cpus-per-task=1 --time=01:00:00 --x11 ``` Then launch the debugger with the totalview command followed by the name of the executable to debug. -- GitLab