Groups 38 of 99+ julia-users › run parallel code in two machine with julia 3 posts by 2 authors mahdi jamshidian 11 13 15 i am new user in julia . i have a project for my university class and i must run a parallel code in two machine.my two machine os is ubuntu and i want run julia parallel code in this two machine i must cluster these two machine or connect them via network is enough . and any one have a tutorial for run parallel code in multiple machine with julia. thank 's a lot André Lage 11 14 15 Hi Mahdi, Just configure these machines with SSH passwordless login and run your code. More info at: http: docs.julialang.org en release-0.4 manual parallel-computing A tutorial on Distributed Computing with Julia: https: github.com proflage 2015-julia-hands-on André Lage. mahdi jamshidian 11 16 15 thank you very much