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

Update vnc.md

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