Re: [OMPI users] Unable to connect to a server using MX MTL with TCP

2010-06-05 Thread Scott Atchley
On Jun 4, 2010, at 7:18 PM, Audet, Martin wrote: > Hi OpenMPI_Users and OpenMPI_Developers, > > I'm unable to connect a client application using MPI_Comm_connect() to a > server job (the server job calls MPI_Open_port() before calling by > MPI_Comm_accept()) when the server job uses MX MTL

[OMPI users] mpi_iprobe not behaving as expect

2010-06-05 Thread David Zhang
Dear all: I'm using mpi_iprobe to serve as a way to send signals between different mpi executables. I'm using the following test codes (fortran): #1 program send implicit none include 'mpif.h' real*8 :: vec(2)=1.0 integer :: ierr,i=0,request(1) call mpi_init(ierr)