We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eed86c commit a410c76Copy full SHA for a410c76
mpi.h
@@ -10,6 +10,9 @@ extern "C" {
10
#define MPI_VERSION 4
11
#define MPI_SUBVERSION 2
12
13
+#define MPI_ABI_VERSION 1
14
+#define MPI_ABI_SUBVERSION 0
15
+
16
/* MPI_Aint is defined to be intptr_t (or equivalent to it, if compiler support is absent).
17
* The only acceptable alternative to intptr_t is the C89 type equivalent to it. */
18
#if !defined(MPI_ABI_Aint)
0 commit comments