Re: [OMPI devel] Sample c++ program runs in 1.1.2 and aborts in 1.2

2007-04-04 Thread Jeff Squyres
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

[OMPI devel] Sample c++ program runs in 1.1.2 and aborts in 1.2

2007-04-04 Thread Jose Quiroga
/* 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