[OMPI devel] MPI_Comm_spawn_multiple() and MPI_ERRORCODES_IGNORE

2006-05-15 Thread Rolf Vandevaart
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 checking on, then one will get an error like the following: [burl-ct-v440-4:03317] *** MPI_ERR_ARG: invalid a

Re: [OMPI devel] MPI_Comm_spawn_multiple() and MPI_ERRORCODES_IGNORE

2006-05-15 Thread Edgar Gabriel
Rolf, this should actually be fixed already, I just checked on trunk, v1.0 and v1.1, in all three branches the according lines have been removed... Thanks Edgar Rolf Vandevaart wrote: We believe there is a minor bug in comm_spawn_multiple.c. If a user hands in an argument of MPI_ERRCODES_IGN