Update home authored by van Vliet's avatar van Vliet
...@@ -1302,7 +1302,7 @@ nvidia-smi ...@@ -1302,7 +1302,7 @@ nvidia-smi
* Solution: stop the program and start it again. The second time it should run at normal/smooth speed * Solution: stop the program and start it again. The second time it should run at normal/smooth speed
##### Remember: ##### Remember:
* kill you own vnc session with "vncserver -l kill:[port number] when you are done with your application * kill you 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 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:
... ...
......