Skip to content
Snippets Groups Projects
Commit 1304a0d9 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update total-view.md

parent 680b5fde
No related branches found
No related tags found
No related merge requests found
Pipeline #39703 failed
!!!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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment