Skip to content

Commit

Permalink
Add MPI_ABI_VERSION and MPI_SUB_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Mar 14, 2024
1 parent 7c16d70 commit eb53f7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ 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 eb53f7e

Please sign in to comment.