Hi, I am using julia 0.3.2 on 64-bit linux. When I try to add workers over SSH with addprocs(hosts, tunnel=true), I sometimes get the folloing error:
fatal error on 9: ERROR: connect: connection timed out (ETIMEDOUT) in wait at ./task.jl:284 in wait at ./task.jl:194 in stream_wait at stream.jl:263 in wait_connected at stream.jl:301 in Worker at multi.jl:113 in anonymous at task.jl:905 Worker 9 terminated. After this, the julia REPL hangs and the only way to get out is to kill the process. Is there any way to get around this problem? Also, any idea why the connection times out in the first place? It seems to happen randomly. Regards, Mehul
