Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Copyright (c) 2013 Mellanox Technologies, Inc.
# All rights reserved.
# Copyright (c) 2016 IBM Corporation. All rights reserved.
# Copyright (c) 2017 Los Alamos National Security, LLC. All rights
reserved.

# This is the VERSION file for Open MPI, describing the precise
# version of Open MPI in this distribution. The various components of
Expand All @@ -24,7 +26,7 @@ release=1
# requirement is that it must be entirely printable ASCII characters
# and have no white space.

greek=a1
greek=rc1

# If repo_rev is empty, then the repository version number will be
# obtained during "make dist" via the "git describe --tags --always"
Expand Down Expand Up @@ -82,17 +84,17 @@ date="Unreleased developer copy"
# Version numbers are described in the Libtool current:revision:age
# format.

libmpi_so_version=30:0:10
libmpi_so_version=30:1:10
libmpi_cxx_so_version=30:0:10
libmpi_mpifh_so_version=30:0:10
libmpi_mpifh_so_version=31:0:11
libmpi_usempi_tkr_so_version=30:0:10
libmpi_usempi_ignore_tkr_so_version=30:0:10
libmpi_usempif08_so_version=30:0:10

libopen_rte_so_version=30:0:10
libopen_pal_so_version=30:0:10
libopen_rte_so_version=30:1:10
libopen_pal_so_version=30:1:10
libmpi_java_so_version=30:0:10
liboshmem_so_version=30:0:10
liboshmem_so_version=30:1:10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see any OSHMEM changes on v2.x after 62cd194. Did I miss them?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I see the oshmem change now.

libompitrace_so_version=30:0:10

# "Common" components install standalone libraries that are run-time
Expand All @@ -108,6 +110,6 @@ libmca_orte_common_alps_so_version=30:0:10
# OPAL layer
libmca_opal_common_cuda_so_version=30:0:10
libmca_opal_common_libfabric_so_version=30:0:10
libmca_opal_common_sm_so_version=30:0:10
libmca_opal_common_sm_so_version=30:1:10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also didn't see any opal/mca/common/sm changes on v2.x after 62cd194.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I see the common/sm change now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit 2379e6e which was merged in by 97c95c4 as part of #3189

libmca_opal_common_ugni_so_version=30:0:10
libmca_opal_common_verbs_so_version=30:0:10