Re: [OMPI devel] Progress of the asynchronous messages

2008-11-10 Thread Nifty niftyompi Mitch
On Thu, Nov 06, 2008 at 03:04:13PM -0500, Jeff Squyres wrote: > > For the web archives: this same question was posted and answered on the > users list. See this thread: > > http://www.open-mpi.org/community/lists/users/2008/11/7222.php Good thread... one possible omission is the possible re

Re: [OMPI devel] Progress of the asynchronous messages

2008-11-06 Thread Jeff Squyres
For the web archives: this same question was posted and answered on the users list. See this thread: http://www.open-mpi.org/community/lists/users/2008/11/7222.php On Nov 6, 2008, at 1:00 PM, vladimir marjanovic wrote: I am new user of Open MPI, I've used MPICH before. I've tried on th

[OMPI devel] Progress of the asynchronous messages

2008-11-06 Thread vladimir marjanovic
I am new user of Open MPI, I've used MPICH before. I've tried on the user list but they couldn't help me. There is performance bug with the following scenario: proc_B: MPI_Isend(...,proc_A,..,&request) do{ sleep(1); MPI_Test(..,&flag,&request);