/*
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
/*
Hi OpenMPI people,
This mail is itself the c code that will reproduce the
bug.
The basic idea is that in a single processor debian
machine, only TCP messaging, 1.1.2 (and previous
versions) abort with this sample program during
MPI_Barrier when run with three processes (more will
fail too bu