@@ -230,7 +230,7 @@ Allow incoming X11 graphics from the compute nodes at the login node:
Get an interactive session on a compute node (for more detailed info [look here][4]). Forward X11 system using `--x11` option:
```console
$salloc -A PROJECT_ID -q qcpu --x11
$salloc -A PROJECT_ID -p qcpu --x11
```
Test that the DISPLAY redirection into your VNC session works, by running an X11 application (e.g. XTerm, Intel Advisor, etc.) on the assigned compute node:
...
...
@@ -247,12 +247,12 @@ The example described above:
For a [better performance][1] an SSH connection can be used.
Open two Terminals (_Applications -> System Tools -> Terminal_) as described before.
Open two Terminals (_Applications -> System Tools -> Terminal_) as described before.
Get an interactive session on a compute node (for more detailed info [look here][4]). Forward X11 system using `--x11` option:
```console
$salloc -A PROJECT_ID -q qcpu --x11
$salloc -A PROJECT_ID -p qcpu --x11
```
In the second terminal connect to the assigned node and run the X11 application