Update home authored by van Vliet's avatar van Vliet
...@@ -1303,7 +1303,7 @@ nvidia-smi ...@@ -1303,7 +1303,7 @@ nvidia-smi
##### Remember: ##### Remember:
* 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 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 if you run the "vncserver -list" command:
``` ```
... ...
......