5af13d0d86
Note that the previous patch allowed the following test to -pass-: ompi-tests/mpich_tester/mpich_pt2pt/truncmult.c This patch makes that test -fail- due to the assumption that MPI_Wait will update the status.MPI_ERROR field. In Open MPI we do not do this, so the MPI_ERROR field being inspected will remain set to MPI_ERR_PENDING. See comments in req_wait.c for why we do this. If we change the test to not inspect the MPI_ERROR field after calling MPI_Wait successfully, then the test would pass correctly with this patch. This change was made per discussion on the below email thread: http://www.open-mpi.org/community/lists/devel/2012/03/10753.php This commit was SVN r26177. The following SVN revision numbers were found above: r26172 --> open-mpi/ompi@03a33417d5 |
||
---|---|---|
.. | ||
grequest.c | ||
grequest.h | ||
Makefile.am | ||
req_test.c | ||
req_wait.c | ||
request_dbg.h | ||
request_default.h | ||
request.c | ||
request.h |