JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
23 stars 9 forks source link

addprocs: resolve home directory on workers instead of master #44

Open andreasnoack opened 7 years ago

andreasnoack commented 7 years ago

Right now the default choice will fail if you connect to a linux system from Mac or if the username on the remote system is different from the username on the master process. E.g.

sh: 1: cd: can't cd to /Users/andreasnoack/julia-dev
ERROR: Unable to read host:port string from worker. Launch command exited with error?