1
1
openmpi/ompi/errhandler
Nathan Hjelm 0b8fc13299 MPI-3.0: update C bindings with const and consistent use of [] for
arrays.

The MPI 3.0 standard added const to all in buffers in the C bindings. This
commit adds the const keyword and in most cases casts const away. We will
eventually should go through and update the various interfaces (coll, pml,
io, etc) to take the const keyword. The group, comm, win, and datatype
interfaces have been updated with const.

cmr=v1.7.4:ticket=trac:3785:reviewer=jsquyres

This commit was SVN r29266.

The following Trac tickets were found above:
  Ticket 3785 --> https://svn.open-mpi.org/trac/ompi/ticket/3785
2013-09-26 21:56:20 +00:00
..
errcode-internal.c Combined patch from Fujitsu. Fixes a collections of typos over the 2012-01-26 04:22:00 +00: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 MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
errcode.h MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
errhandler_invoke.c == Highlights == 2012-04-18 15:57:29 +00:00
errhandler_predefined.c In talking about this with Jeff and Ralph, we don't actually need 2013-02-12 21:10:11 +00:00
errhandler_predefined.h - Finally add the missing opal/util/output.h 2009-03-17 22:37:15 +00:00
errhandler.c Cleanup error - need an "and" instead of an "or" 2013-08-16 21:41:59 +00: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 Enable aggregation checking for "*** An error occurred..." MPI layer 2008-09-23 17:19:24 +00:00