Updated VNC connection
Compare changes
@@ -227,25 +227,44 @@ Open a Terminal (_Applications -> System Tools -> Terminal_). Run all the follow
@@ -227,25 +227,44 @@ Open a Terminal (_Applications -> System Tools -> Terminal_). Run all the follow
Get an interactive session on a compute node (for more detailed info [look here][4]). Use the `-v DISPLAY` option to propagate the DISPLAY on the compute node. In this example, we want a complete node (16 cores in this example) from the production queue:
$ qsub -I -v DISPLAY=$(uname -n):$(echo $DISPLAY | cut -d ':' -f 2) -A PROJECT_ID -q qprod -l select=1:ncpus=16
Test that the DISPLAY redirection into your VNC session works, by running an X11 application (e.g. XTerm) on the assigned compute node: