-
Notifications
You must be signed in to change notification settings - Fork 931
v2.1.1: update the VERSION file #3420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
|
@@ -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" | ||
|
|
@@ -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 | ||
| libompitrace_so_version=30:0:10 | ||
|
|
||
| # "Common" components install standalone libraries that are run-time | ||
|
|
@@ -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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I also didn't see any There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And I see the common/sm change now. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| libmca_opal_common_ugni_so_version=30:0:10 | ||
| libmca_opal_common_verbs_so_version=30:0:10 | ||
There was a problem hiding this comment.
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.xafter 62cd194. Did I miss them?There was a problem hiding this comment.
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.