Skip to content

Commit ffa676e

Browse files
committed
fix up blurb about libmpi_abi versioning
in the VERSION file as this is the file updated by the OMPI release managers. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 3f18ae2 commit ffa676e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

VERSION

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ minor=1
2020
release=0
2121

2222
# MPI Standard Compliance Level
23-
mpi_standard_version=3
23+
mpi_standard_version=5
2424
mpi_standard_subversion=1
2525

2626
# OMPI required dependency versions.
@@ -92,10 +92,12 @@ date="Unreleased developer copy"
9292
# but they are "public" within the OMPI code base and select 3rd party
9393
# software packages.
9494

95-
# The current and age values of the libmpi_abi shared library are defined by the
96-
# specification of the ABI for the version of the MPI standard supported
97-
# by this Open MPI release. One would hope that these always move in
98-
# sync. We assume we have flexibility with the revision number as
95+
# The current and age values of the libmpi_abi shared library are
96+
# implicitly determined by the MPI ABI definition of the
97+
# version of the MPI specification supported by this Open MPI release.
98+
# The MPI ABI is intended not to break backward compatibility,
99+
# so presumably the current and age values will move in lock step.
100+
# We assume we have flexibility with the revision number as
99101
# bugs are fixed, etc.
100102

101103
# Version numbers are described in the Libtool current:revision:age

0 commit comments

Comments
 (0)