Skip to content

Commit b434bd6

Browse files
committed
dist: Update shared library versions for v3.0.2
All the FORTRAN interfaces saw changes for COMM_SPAWN_MULTIPLE handling. We're calling the named parameter fixes an interface addition (and not removal) under the assumption that no one was using the old (wrong, hard to discover) names, but could use the new names. The verbose interface add was the define for the HDR link speeds. All other changes were code changes identified through git log. Signed-off-by: Brian Barrett <[email protected]>
1 parent 8e71a2b commit b434bd6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

VERSION

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ date="Unreleased developer copy"
8282
# Version numbers are described in the Libtool current:revision:age
8383
# format.
8484

85-
libmpi_so_version=40:1:0
85+
libmpi_so_version=40:2:0
8686
libmpi_cxx_so_version=40:0:0
87-
libmpi_mpifh_so_version=40:0:0
88-
libmpi_usempi_tkr_so_version=40:0:0
89-
libmpi_usempi_ignore_tkr_so_version=40:0:0
90-
libmpi_usempif08_so_version=40:0:0
91-
libopen_rte_so_version=40:1:0
92-
libopen_pal_so_version=41:0:1
87+
libmpi_mpifh_so_version=40:1:0
88+
libmpi_usempi_tkr_so_version=40:1:0
89+
libmpi_usempi_ignore_tkr_so_version=40:1:0
90+
libmpi_usempif08_so_version=40:1:0
91+
libopen_rte_so_version=40:2:0
92+
libopen_pal_so_version=41:1:1
9393
libmpi_java_so_version=40:0:0
94-
liboshmem_so_version=41:0:1
94+
liboshmem_so_version=41:1:1
9595
libompitrace_so_version=40:0:0
9696

9797
# "Common" components install standalone libraries that are run-time
@@ -100,7 +100,7 @@ libompitrace_so_version=40:0:0
100100
# components-don't-affect-the-build-system abstraction.
101101

102102
# OMPI layer
103-
libmca_ompi_common_ompio_so_version=41:0:0
103+
libmca_ompi_common_ompio_so_version=41:1:0
104104

105105
# ORTE layer
106106
libmca_orte_common_alps_so_version=40:0:0
@@ -110,4 +110,4 @@ libmca_opal_common_cuda_so_version=40:0:0
110110
libmca_opal_common_libfabric_so_version=40:0:0
111111
libmca_opal_common_sm_so_version=40:0:0
112112
libmca_opal_common_ugni_so_version=40:0:0
113-
libmca_opal_common_verbs_so_version=40:0:0
113+
libmca_opal_common_verbs_so_version=41:0:1

0 commit comments

Comments
 (0)