Update home authored by van Vliet's avatar van Vliet
...@@ -1305,7 +1305,7 @@ nvidia-smi ...@@ -1305,7 +1305,7 @@ nvidia-smi
* kill your own vnc session with "vncserver -kill:[port number] when you are done with your application * kill your own vnc session with "vncserver -kill:[port number] when you are done with your application
* do not close (exit or ^D) the **bash shell** which you got with the "srun" command before you are done with your application * do not close (exit or ^D) the **bash shell** which you got with the "srun" command before you are done with your application
* if you close your bash shell (srun), the vnc session will be terminated. * if you close your bash shell (srun), the vnc session will be terminated.
You will see something like if you run the "vncserver -list" command: You will see something like this if you run the "vncserver -list" command:
``` ```
vncserver -list vncserver -list
... ...
......