Re: [OMPI devel] incorrect definition of MPI_ERRCODES_IGNORE?

2006-12-30 Thread Brian W. Barrett
Thanks for the bug report. You are absolutely correct - the #define is incorrect in Open MPI. I've committed a fix to our development trunk and it should be included in the future releases. In the mean time, it is safe to change the line in the installed mpi.h for Open MPI from: #define MPI_E

[OMPI devel] incorrect definition of MPI_ERRCODES_IGNORE?

2006-12-30 Thread Barry Smith
OPEN MPI folks, Please see the possible error in your code, if this is indeed an error on your part we would appreciate a fix as soon as possible so that we do not have to direct our users to other MPI implementations. Thanks Barry On Fri, 29 Dec 2006, Satish Balay wrote: > Look