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 584aeb7 commit 3f229b3Copy full SHA for 3f229b3
ompi/mpi/bindings/ompi_bindings/abi.h.in
@@ -6,6 +6,12 @@
6
* $HEADER$
7
*/
8
9
+#define MPI_VERSION 5
10
+#define MPI_SUBVERSION 0
11
+
12
+#define MPI_ABI_VERSION 1
13
+#define MPI_ABI_SUBVERSION 0
14
15
typedef struct MPI_ABI_Comm * MPI_Comm;
16
typedef struct MPI_ABI_Datatype * MPI_Datatype;
17
typedef struct MPI_ABI_Errhandler * MPI_Errhandler;
0 commit comments