Skip to content

Commit c61d0fb

Browse files
authored
Merge pull request pmodels#7352 from hzhou/2503_mpi_version
mpi: update MPI_VERSION/MPI_SUBVERSION to 5.0 Approved-by: Ken Raffenetti
2 parents ffe758b + cf5f247 commit c61d0fb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
===============================================================================
22
Changes in 5.0
33
===============================================================================
4+
# MPI_VERSION/MPI_SUBVERSION updated to 5 and 0.
5+
46
# MPIR_CHKLMEM_ and MPIR_CHKPMEM_ macros are simplified, removing non-essential
57
argument such as type case and custom error messages.
68

src/include/mpi.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
#endif
3636

3737
#ifndef BUILD_MPI_ABI
38-
#define MPI_VERSION 4
39-
#define MPI_SUBVERSION 1
38+
#define MPI_VERSION 5
39+
#define MPI_SUBVERSION 0
4040
#endif /* BUILD_MPI_ABI */
4141

42-
#define MPICH_NAME 4
42+
#define MPICH_NAME 5
4343
#define MPICH 1
4444
#define MPICH_HAS_C2F 1
4545

0 commit comments

Comments
 (0)