Remote Program (via ssh) suspends when leaving client computer
Posted
by
Philipp F
on Server Fault
See other posts from Server Fault
or by Philipp F
Published on 2012-09-12T07:03:32Z
Indexed on
2012/09/12
9:40 UTC
Read the original article
Hit count: 266
I'm working with MATLAB on a remote computer logging in via ssh -X remotepc
and running matlab like matlab &
.
When I start a long-running process and leave the computer, it seems to suspend the process (after like 30mins being away) such that there is nearly no progress over night.
As soon as I come back and wake up the client, the remote process continues with the calculation. I can see this from the load-average values (uptime
)
Why is that and how can I change this behaviour?
© Server Fault or respective owner