Skip to content

Commit

Permalink
dist: Update shared library versions for v3.0.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bwbarrett committed May 15, 2018
1 parent 8e71a2b commit b434bd6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ date="Unreleased developer copy"
# Version numbers are described in the Libtool current:revision:age
# format.

libmpi_so_version=40:1:0
libmpi_so_version=40:2:0
libmpi_cxx_so_version=40:0:0
libmpi_mpifh_so_version=40:0:0
libmpi_usempi_tkr_so_version=40:0:0
libmpi_usempi_ignore_tkr_so_version=40:0:0
libmpi_usempif08_so_version=40:0:0
libopen_rte_so_version=40:1:0
libopen_pal_so_version=41:0:1
libmpi_mpifh_so_version=40:1:0
libmpi_usempi_tkr_so_version=40:1:0
libmpi_usempi_ignore_tkr_so_version=40:1:0
libmpi_usempif08_so_version=40:1:0
libopen_rte_so_version=40:2:0
libopen_pal_so_version=41:1:1
libmpi_java_so_version=40:0:0
liboshmem_so_version=41:0:1
liboshmem_so_version=41:1:1
libompitrace_so_version=40:0:0

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

# OMPI layer
libmca_ompi_common_ompio_so_version=41:0:0
libmca_ompi_common_ompio_so_version=41:1:0

# ORTE layer
libmca_orte_common_alps_so_version=40:0:0
Expand All @@ -110,4 +110,4 @@ libmca_opal_common_cuda_so_version=40:0:0
libmca_opal_common_libfabric_so_version=40:0:0
libmca_opal_common_sm_so_version=40:0:0
libmca_opal_common_ugni_so_version=40:0:0
libmca_opal_common_verbs_so_version=40:0:0
libmca_opal_common_verbs_so_version=41:0:1

0 comments on commit b434bd6

Please sign in to comment.