Run python script on server over ssh session in the background persistantly
Posted
by
Stefan R. Falk
on Super User
See other posts from Super User
or by Stefan R. Falk
Published on 2014-08-19T15:49:18Z
Indexed on
2014/08/19
16:22 UTC
Read the original article
Hit count: 298
I got an account from my professor for our universities CUDA server for running some tests.
I am connecting via ssh over terminal. The thing is, as I close the terminal the server also seems to kill the running script. As I reconnect it has stopped.
No it is not possible that the script already terminated since those test runs should take a few hours even on those machine..
Can anybody help me here?
OS: Linux cuda01 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64 GNU/Linux
© Super User or respective owner