I see this behaviour
➜ ~ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.5.0 (2016-09-19 18:14 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> addprocs(["floswald@scpo-rents"])
**************************************************
WELCOME TO THE
SciencesPo Rent server
This system runs:
Ubuntu 16.04.1 LTS
sh: 1: cd: can't cd to /Users/florian.oswald
after which it hangs. I can passwordless into this machine with ssh floswald@scpo-rents
, and julia runs fine on that machine at folder "/home/floswald/apps/julia-0.5/bin"
. doing
addprocs(["floswald@scpo-rents"],exename="/home/floswald/apps/julia-0.5/bin")
yields the same outcome. any ideas?