[OMPI devel] Repost: MPI_Comm_spawn_multiple() and MPI_ERRORCODES_IGNORE

2006-05-10 Thread Rolf Vandevaart
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

[OMPI devel] Non-threaded test fails with thread-safe library

2006-05-10 Thread Rolf Vandevaart
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