Hi,

Can I use the IP instead of the hostname to launch a process on a remote 
machine at the 'machinefile' file ? I mean, if I put in a machinefile.txt 
file, the line:

xxx.xxx.xxx.xxx

and try to start a process with

julia --machinefile machinefile.txt

I get an error: "Master process (id 1) could not connect within 60.0 
seconds".

I can run Julia on the remote machine with:

ssh xxx.xxx.xxx.xxx 'julia'

and get the hostname for example by typing run(`hostname`). 

The problem is that I'll be performing some tests, and the IP of the remote 
machine is not fixed but dynamic.

Thanks.

Frederico.

Reply via email to