On Sun, Jun 12, 2016 at 6:54 PM, David Parks <[email protected]> wrote:
> Nice idea Erik, I appreciate it! > Though if I'm not wrong this locks me into only using MPI as the only > transport mechanism and I want to use julias remotecall and other built in > functionality rather than just MPI constructs. > > I see that the latest documentation for julia shows a --bind-to option > that looks like it allows you to launch remote processes and have them > connect back to the master rather than the other way around. The > documentation was a little unspecific, so I wasn't completely sure this is > how it works, but that would be perfect if it did. > > If anyone has any information on this new functionality I'd love to hear > more details about it. > You can use the MPI package while still using TCP (i.e. ssh) as transport mechanism. See the `test_cman_tcp.jl` test case. -erik -- Erik Schnetter <[email protected]> http://www.perimeterinstitute.ca/personal/eschnetter/
