Re: [OMPI users] Firewall settings for MPI communication

2016-06-07 Thread Gilles Gouaillardet
> Ping > > > > > > *Von:* users [mailto:users-boun...@open-mpi.org > ] *Im Auftrag > von *Gilles Gouaillardet > *Gesendet:* Freitag, 3. Juni 2016 00:14 > *An:* Open MPI Users > *Betreff:* Re: [OMPI users] Firewall settings for MPI communication > > > > T

Re: [OMPI users] Firewall settings for MPI communication

2016-06-07 Thread Ping Wang
, sometimes it just hangs. Did I miss something? Best, Ping Von: users [mailto:users-boun...@open-mpi.org] Im Auftrag von Gilles Gouaillardet Gesendet: Freitag, 3. Juni 2016 00:14 An: Open MPI Users Betreff: Re: [OMPI users] Firewall settings for MPI communication The syntax is

Re: [OMPI users] Firewall settings for MPI communication

2016-06-02 Thread Gilles Gouaillardet
> > > *Von:* users [mailto:users-boun...@open-mpi.org > ] *Im Auftrag > von *Gilles Gouaillardet > *Gesendet:* Donnerstag, 2. Juni 2016 17:06 > *An:* Open MPI Users > *Betreff:* Re: [OMPI users] Firewall settings for MPI communication > > > > are you saying both IP

Re: [OMPI users] Firewall settings for MPI communication

2016-06-02 Thread Ping Wang
6 15:02 An: Open MPI User's List Betreff: Re: [OMPI users] Firewall settings for MPI communication In addition, you might want to consider upgrading to Open MPI v1.10.x (v1.6.x is fairly ancient). > On Jun 1, 2016, at 7:46 AM, Gilles Gouaillardet > > wrote: > > which network

Re: [OMPI users] Firewall settings for MPI communication

2016-06-02 Thread Gilles Gouaillardet
sers [mailto:users-boun...@open-mpi.org ] Im Auftrag > von Jeff Squyres (jsquyres) > Gesendet: Mittwoch, 1. Juni 2016 15:02 > An: Open MPI User's List > Betreff: Re: [OMPI users] Firewall settings for MPI communication > > In addition, you might want to consider upgrading to

Re: [OMPI users] Firewall settings for MPI communication

2016-06-02 Thread Ralph Castain
gt; Ping > > -Ursprüngliche Nachricht- > Von: users [mailto:users-boun...@open-mpi.org] Im Auftrag von Jeff Squyres > (jsquyres) > Gesendet: Mittwoch, 1. Juni 2016 15:02 > An: Open MPI User's List > Betreff: Re: [OMPI users] Firewall settings for MPI communication > &g

Re: [OMPI users] Firewall settings for MPI communication

2016-06-02 Thread Ping Wang
users [mailto:users-boun...@open-mpi.org] Im Auftrag von Jeff Squyres (jsquyres) Gesendet: Mittwoch, 1. Juni 2016 15:02 An: Open MPI User's List Betreff: Re: [OMPI users] Firewall settings for MPI communication In addition, you might want to consider upgrading to Open MPI v1.10.x (v1.6.x

Re: [OMPI users] Firewall settings for MPI communication

2016-06-01 Thread Jeff Squyres (jsquyres)
In addition, you might want to consider upgrading to Open MPI v1.10.x (v1.6.x is fairly ancient). > On Jun 1, 2016, at 7:46 AM, Gilles Gouaillardet > wrote: > > which network are your VMs using for communications ? > if this is tcp, then you also have to specify a restricted set of allowed >

Re: [OMPI users] Firewall settings for MPI communication

2016-06-01 Thread Gilles Gouaillardet
which network are your VMs using for communications ? if this is tcp, then you also have to specify a restricted set of allowed ports for the tcp btl that would be something like mpirun --mca btl_tcp_dynamic_ports 49990-50010 ... please double check the Open MPI 1.6.5 parameter and syntax with om