Repost because I did not see it in the archives after a day.
Rolf Vandevaart wrote On 05/09/06 17:32,:
We believe there is a minor bug in comm_spawn_multiple.c. If a user
hands in an argument of MPI_ERRCODES_IGNORE for the
array_of_errcodes to MPI_Comm_spawn_multiple() and has
parameter che
I have built a library with "--enable-mpi-threads --with-threads=posix"
(using
the trunk) and tried running a simple non-threaded program linked
against it.
The program just calls to MPI_Send and MPI_Recv so every process sends an
MPI_INT to one another.
When I run it I see the following:
b