1
1
openmpi/ompi/errhandler
Nathan Hjelm 403b3b20d7 Handle ompi error codes in java code
This commit also adds protection against negative error codes in ompi
error code functions. There is one outstanding issue. There is a
negative MPI error code defined in mpi.h. This will need to be fixed
separetely.

This commit fixes coverity IDs 1271533 and 1270156.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-05-21 10:39:09 -06:00
..
errcode-internal.c Rename internal error code variables in errcode-internal.c 2015-05-08 10:11:59 +09:00
errcode-internal.h Sorry for mid-day commit, but I had promised on the call to do this upon my return. 2012-04-06 14:23:13 +00:00
errcode.c ompi/errhandler: make most ompi_err_* variables static 2015-05-08 10:11:59 +09:00
errcode.h Handle ompi error codes in java code 2015-05-21 10:39:09 -06:00
errhandler_invoke.c == Highlights == 2012-04-18 15:57:29 +00:00
errhandler_predefined.c ompi_mpi_abort had one extra argument that was never used. Clean it up. 2014-07-03 00:34:44 +00:00
errhandler_predefined.h - Finally add the missing opal/util/output.h 2009-03-17 22:37:15 +00:00
errhandler.c initialize common symbols from ompi 2015-05-08 10:11:58 +09:00
errhandler.h Per the RFC and discussion on the devel list, update the RTE-MPI error handling interface. There are a few differences in the code from the original RFC that came out of the discussion - I've captured those in the following writeup 2013-07-19 01:08:53 +00:00
help-mpi-errors.txt Fix missing functionality in MPI_Abort so that the group of peers defined by the communicator that should be aborted with this process are requested from the runtime before the local process exits. 2011-06-15 13:10:13 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00