Believe it or not, the C API for MPI_TEST in OMPI v1.2 is acting more
correctly in terms of the MPI standard (even though it is less
intuitive for the MPI developer :-( ) -- we had long discussions
about this between the OMPI developers, but finally did it the way
that the standard said. C
/*
Hi OpenMPI people.
This mail is itself the c++ code that will reproduce
the
bug as run in in a single processor debian machine
with
only TCP messaging.
The sample program:
RUNS in 1.1.2
ABORTS in 1.2
In 1.2 aborts during the following assert:
assert(msg_status.Get_error() == MPI_SUCCESS