Hello everyone, This is my first time setting up a cluster. Following the Julia documentation, I installed Julia in same location on two systems(C:\Julia-0.4.2).
Passwordless SSH login was set up using Cygwin in the following way: - ssh Configuration : https://www.youtube.com/watch?v=ISvWN5yPaHw - Passwordless SSH login : http://www.tecmint.com/ssh-passwordless-login-using-ssh-keygen-in-5-easy-steps/ But, I am unable to start Julia process on remote system using --machinefile command. It shows the following error : C:\Windows\system32>julia --machinefile mfile.txt exception launching on machine 10.1.111.48 : could not spawn `ssh -T -a -x -o ClearAllForwardings=yes -n xxx.xxx.xxx.xxx "sh - l -c \"cd 'C:\Windows\system32' && 'C:\Julia-0.4.2\bin\julia' --worker\""`: no s uch file or directory (ENOENT) Also, using addprocs using the syntax : addprocs(["[email protected]"], sshflags=`-i c:\\cygwin64\\home\\hostuser\\.ssh\\id_rsa`, dir=`/cygdrive/c/Julia-0.3.6/bin`, tunnel=true) gives the same error . Please point out what my mistake is. Thanks in advance.
