[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

[OMPI devel] Suspected bug during MPI_Barrier.

2006-11-08 Thread Jose Quiroga
/* 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