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.
2 parents ffe758b + cf5f247 commit c61d0fbCopy full SHA for c61d0fb
CHANGES
@@ -1,6 +1,8 @@
1
===============================================================================
2
Changes in 5.0
3
4
+# MPI_VERSION/MPI_SUBVERSION updated to 5 and 0.
5
+
6
# MPIR_CHKLMEM_ and MPIR_CHKPMEM_ macros are simplified, removing non-essential
7
argument such as type case and custom error messages.
8
src/include/mpi.h.in
@@ -35,11 +35,11 @@
35
#endif
36
37
#ifndef BUILD_MPI_ABI
38
-#define MPI_VERSION 4
39
-#define MPI_SUBVERSION 1
+#define MPI_VERSION 5
+#define MPI_SUBVERSION 0
40
#endif /* BUILD_MPI_ABI */
41
42
-#define MPICH_NAME 4
+#define MPICH_NAME 5
43
#define MPICH 1
44
#define MPICH_HAS_C2F 1
45
0 commit comments