[OMPI users] (no subject)

2012-04-02 Thread vladimir marjanovic
http://whatbunny.org/web/app/_cache/02efpk.html";> http://whatbunny.org/web/app/_cache/02efpk.html

Re: [OMPI users] Progress of the asynchronous messages

2008-11-06 Thread vladimir marjanovic
From: Eugene Loh To: Open MPI Users Sent: Thursday, 6 November, 2008 18:08:26 Subject: Re: [OMPI users] Progress of the asynchronous messages vladimir marjanovic wrote: I am new user of Open MPI, I've used MPICH before. There is performance bug wit

[OMPI users] Progress of the asynchronous messages

2008-11-06 Thread vladimir marjanovic
Hi, I am new user of Open MPI, I've used MPICH before. There is performance bug with the following scenario: proc_B: MPI_Isend(...,proc_A,..,&request) do{ sleep(1); MPI_Test(..,&flag,&request); count++ }whi