Why Matlab in screen in Linux on PuTTY terminates itself after closing PuTTY session?
- by Karl
I connected to a linux server with PuTTY and start a screen session, and start matlab with:
matlab -nodesktop
Then, I run my matlab code as usual. The code will run for hours. So to test whether screen works, I start another PuTTY session and run top. Then, I close PuTTY session with still-running Matlab (top shows Matlab at 100% CPU usage) in…