Skip to content

Commit 6aaa8b5

Browse files
committed
Fixing VERSION file for v5.0.0rc10
bot:notacherrypick Open MPI v5.0.0 shared libraries are ABI compatible with v4.1.x with a few subtle possible exceptions for Fortran. In the rare case that you compile your application in such a way that the size of an integer for C is different than the size of an integer in Fortran, you'll need to rebuild and relink your application. There are some additional Fortran API changes involving intents and asyncs, along with changing some interfaces from named to unamed. Resetting the age of all internal libraries to 0 for v5.0.0 Refer to https://docs.open-mpi.org/en/v5.0.x/version-numbering.html#shared-library-version-number for policy Signed-off-by: Geoffrey Paulsen <[email protected]>
1 parent 00e6721 commit 6aaa8b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

VERSION

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ date="Unreleased developer copy"
9494
# Version numbers are described in the Libtool current:revision:age
9595
# format.
9696

97-
libmpi_so_version=80:0:0
98-
libmpi_mpifh_so_version=80:0:0
99-
libmpi_usempi_tkr_so_version=80:0:0
100-
libmpi_usempi_ignore_tkr_so_version=80:0:0
101-
libmpi_usempif08_so_version=80:0:0
97+
libmpi_so_version=80:0:40
98+
libmpi_mpifh_so_version=80:0:40
99+
libmpi_usempi_tkr_so_version=80:0:40
100+
libmpi_usempi_ignore_tkr_so_version=80:0:40
101+
libmpi_usempif08_so_version=80:0:40
102102
libopen_pal_so_version=80:0:0
103-
libmpi_java_so_version=80:0:0
104-
liboshmem_so_version=80:0:0
105-
libompitrace_so_version=80:0:0
103+
libmpi_java_so_version=80:0:40
104+
liboshmem_so_version=80:0:40
105+
libompitrace_so_version=80:0:40
106106

107107
# "Common" components install standalone libraries that are run-time
108108
# linked by one or more components. So they need to be versioned as

0 commit comments

Comments
 (0)