Re: [OMPI users] Hang in MPI_Comm_split in 2 RHEL Linux nodes with INTEL MIC cards

2015-05-05 Thread Manumachu Reddy
27;s try to force all traffic over the first TCP > interface eth3. Try the following flags to your mpirun: > > --mca pml ob1 --mca btl tcp,sm,self --mca btl_tcp_if_include eth3 > > George. > > > On Sun, Apr 26, 2015 at 8:04 AM, Manumachu Reddy < > manumachu.re...@gmail.

Re: [OMPI users] Hang in MPI_Comm_split in 2 RHEL Linux nodes with INTEL MIC cards

2015-04-26 Thread Manumachu Reddy
upposedly local mic0 and mic1 > IP. Add --mca btl_tcp_if_exclude mic0,mic1 to your mpirun command and > things should start working better. > > George. > > > > On Apr 24, 2015, at 03:32, Manumachu Reddy > wrote: > > > Dear OpenMPI Users, > > I request your he

[OMPI users] Hang in MPI_Comm_split in 2 RHEL Linux nodes with INTEL MIC cards

2015-04-24 Thread Manumachu Reddy
Dear OpenMPI Users, I request your help to resolve a hang in my OpenMPI application. My OpenMPI application hangs in MPI_Comm_split() operation. The code for this simple application is at the end of this email. Broadcast works fine. My experimental setup comprises of two RHEL6.4 Linux nodes. Eac