1
1
openmpi/ompi/contrib/libompitrace
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
..
abort.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
accumulate.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
add_error_class.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
add_error_code.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
add_error_string.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
address.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
allgather.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
allgatherv.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
alloc_mem.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
allreduce.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
barrier.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
bcast.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
configure.m4 WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues. 2010-09-17 23:04:06 +00:00
finalize.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
init.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
isend.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
Makefile.am Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
recv.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
reduce.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
request_free.c Rename "libtrace" to be "libompitrace" so as not to conflict with an 2010-07-06 21:48:15 +00:00
send.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00
sendrecv.c MPI-3.0: update C bindings with const and consistent use of [] for 2013-09-26 21:56:20 +00:00