Skip to content

Commit a410c76

Browse files
committed
Add MPI_ABI_VERSION and MPI_ABI_SUBVERSION
1 parent 6eed86c commit a410c76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mpi.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ extern "C" {
1010
#define MPI_VERSION 4
1111
#define MPI_SUBVERSION 2
1212

13+
#define MPI_ABI_VERSION 1
14+
#define MPI_ABI_SUBVERSION 0
15+
1316
/* MPI_Aint is defined to be intptr_t (or equivalent to it, if compiler support is absent).
1417
* The only acceptable alternative to intptr_t is the C89 type equivalent to it. */
1518
#if !defined(MPI_ABI_Aint)

0 commit comments

Comments
 (0)