Subject: Re: [OMPI users] mpirun fails on the host
From: Ralph Castain (rhc_at_[hidden])
Date: 2009-06-19 22:48:54


I believe you will find a fairly complete discussion of firewall issues with
MPI on the OMPI mailing lists. Bottom line is that the firewall blocks both
the ssh port plus the TCP communication ports required to wireup the MPI
transports. If you are using the TCP transport, then those ports are also
blocked.
You can open specific ports in your firewall, and telling OMPI to use those
ports for both wireup and MPI transport. We don't necessarily recommend it,
though, as it leaves a security hole in your firewall.

HTH
Ralph

On Fri, Jun 19, 2009 at 4:00 PM, Honest Guvnor
<honestguvnor_at_[hidden]>wrote:

> The source of the problem has been determined, but not wholly understood,
> by fully disabling the firewall on the host to the internal network.
> Parallel jobs involving the host and nodes launched from a node were
> successful while those launched on the host were apparently blocked by the
> firewall. Would the former only involve the use of the ssh port on the host
> while the latter involve other ports?
>
>
> _______________________________________________
> users mailing list
> users_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>