Re: [OMPI users] MPI_Irecv, MPI_Wait and MPI_Iprobe

2011-11-20 Thread Lukas Razik
tried that before. Regards and good luck! Lukas > > From: Lukas Razik >To: Mudassar Majeed ; "us...@open-mpi.org" > >Sent: Sunday, November 20, 2011 3:22 PM >Subject: Re: [OMPI users] MPI_Irecv, MPI_Wait and MPI_Iprobe > >H

Re: [OMPI users] MPI_Irecv, MPI_Wait and MPI_Iprobe

2011-11-20 Thread Mudassar Majeed
i.org" Sent: Sunday, November 20, 2011 3:22 PM Subject: Re: [OMPI users] MPI_Irecv, MPI_Wait and MPI_Iprobe Hello Mudassar! >Dear people, >   I have a scenario as shown below, please tell me if it >

Re: [OMPI users] MPI_Irecv, MPI_Wait and MPI_Iprobe

2011-11-20 Thread Lukas Razik
Hello Mudassar! >Dear people, >   I have a scenario as shown below, please tell me if it >is possible or not > > >-- >while(!IsDone) >{ > >// some code here > >MPI_Irecv( .. ); > >// some code here > >M

[OMPI users] MPI_Irecv, MPI_Wait and MPI_Iprobe

2011-11-20 Thread Mudassar Majeed
Dear people,    I have a scenario as shown below, please tell me if it is possible or not -- while(!IsDone) { // some code here MPI_Irecv( .. ); // some code here MPI_Iprobe( ., &is_there_a_m