Skip to content

Commit

Permalink
mpi.h: Remove MPI_ABI_VERSION and MPI_ABI_SUBVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Mar 19, 2024
1 parent 0e8e6a2 commit 003849a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ extern "C" {
#define MPI_VERSION 4
#define MPI_SUBVERSION 2

#define MPI_ABI_VERSION 1
#define MPI_ABI_SUBVERSION 0

/* MPI_Aint is defined to be intptr_t (or equivalent to it, if compiler support is absent).
* The only acceptable alternative to intptr_t is the C89 type equivalent to it. */
#if !defined(MPI_ABI_Aint)
Expand Down

0 comments on commit 003849a

Please sign in to comment.