Re: [OMPI users] problem with mpi_waitall

2007-01-11 Thread Tim Campbell
Thanks. I'll try it out when the appropriate revision shows up in the tar list. ~Tim On Jan 11, 2007, at 2:48 AM, George Bosilca wrote: Tim, Thanks for the bug report. I just commit a patch in our development version (revision 13079). It will go into the 1.2b2 soon, after some soak time. Un

Re: [OMPI users] problem with mpi_waitall

2007-01-11 Thread George Bosilca
Tim, Thanks for the bug report. I just commit a patch in our development version (revision 13079). It will go into the 1.2b2 soon, after some soak time. Until then please use the latest nightly tar (with a version bigger than 13079) from our website. Thanks, george. On Jan 10, 2007

[OMPI users] problem with mpi_waitall

2007-01-10 Thread Tim Campbell
Greetings, Attached is a small test fortran program that triggers a failure in the mpi_waitall. The problem is that the after a couple of calls to mpi_startall and mpi_waitall some of the mpi_requests become corrupted. This causes the next call to mpi_startall to fail. Here is output f