File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ minor=1
2020release=0
2121
2222# MPI Standard Compliance Level
23- mpi_standard_version=3
23+ mpi_standard_version=5
2424mpi_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
You can’t perform that action at this time.
0 commit comments