Skip to content

Commit 2d3b4bb

Browse files
committed
mpi.h: restore some MPI-deprecated items to default builds
Commit 89da965 inadvertantly #if'ed out both deprecated *and* removed items from mpi.h. The intent was only to #if out items that have been *removed* from the MPI specification and leave all items that are merely deprecated. This commit also re-orders the deleted typedef+functions to be in the same order as they are listed in MPI-3.1 chapter 17, just to make verifying/checking the code easier. Note that --enable-mpi1-compatibility can still be used to restore prototypes for the items that have been removed from the MPI specification (e.g., MPI_Address()). Signed-off-by: Geoffrey Paulsen <[email protected]> Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit b03a39d)
1 parent e851879 commit 2d3b4bb

File tree

1 file changed

+140
-108
lines changed

1 file changed

+140
-108
lines changed

0 commit comments

Comments
 (0)