1
1
openmpi/ompi/errhandler
Abhishek Kulkarni c63c4d6892 Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success.
The fix is to just check if the return value is positive or not, since all the SOS encoded errors are *always* negative.

The real fix (as Ralph points out) is to change these functions (opal_pointer_array_add and mca_base_param*) to return the index as a pointer.

This commit was SVN r23173.
2010-05-18 20:54:11 +00:00
..
errcode-internal.c - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
errcode-internal.h Replace the ompi_pointer_array with opal_pointer_array. The next step 2007-12-21 06:02:00 +00:00
errcode.c - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
errcode.h Replace the ompi_pointer_array with opal_pointer_array. The next step 2007-12-21 06:02:00 +00:00
errhandler_invoke.c - Fix Coverity CID 30; 2009-05-07 17:05:15 +00:00
errhandler_predefined.c Closes trac:2158. 2010-01-07 18:16:39 +00:00
errhandler_predefined.h - Finally add the missing opal/util/output.h 2009-03-17 22:37:15 +00:00
errhandler.c Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success. 2010-05-18 20:54:11 +00:00
errhandler.h Fixes trac:2060: MPI-2.2 ticket 7, convert some function pointer typedefs 2009-10-22 16:50:45 +00:00
help-mpi-errors.txt Enable aggregation checking for "*** An error occurred..." MPI layer 2008-09-23 17:19:24 +00:00
Makefile.am Enable aggregation checking for "*** An error occurred..." MPI layer 2008-09-23 17:19:24 +00:00