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
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
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);