Skip to content

Commit 4fb1b44

Browse files
committed
v2.1.1: update the VERSION file
the upping of age and rev for libmpi.so/libmpif owes to additions to the mpi.h and mpif.h include files. [ci skip] Signed-off-by: Howard Pritchard <[email protected]>
1 parent 7f0ed02 commit 4fb1b44

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

VERSION

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Copyright (c) 2013 Mellanox Technologies, Inc.
55
# All rights reserved.
66
# Copyright (c) 2016 IBM Corporation. All rights reserved.
7+
# Copyright (c) 2017 Los Alamos National Security, LLC. All rights
8+
reserved.
79

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

27-
greek=a1
29+
greek=rc1
2830

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

85-
libmpi_so_version=30:0:10
87+
libmpi_so_version=31:0:11
8688
libmpi_cxx_so_version=30:0:10
87-
libmpi_mpifh_so_version=30:0:10
89+
libmpi_mpifh_so_version=31:0:11
8890
libmpi_usempi_tkr_so_version=30:0:10
8991
libmpi_usempi_ignore_tkr_so_version=30:0:10
9092
libmpi_usempif08_so_version=30:0:10
9193

92-
libopen_rte_so_version=30:0:10
93-
libopen_pal_so_version=30:0:10
94+
libopen_rte_so_version=30:1:10
95+
libopen_pal_so_version=30:1:10
9496
libmpi_java_so_version=30:0:10
95-
liboshmem_so_version=30:0:10
97+
liboshmem_so_version=30:1:10
9698
libompitrace_so_version=30:0:10
9799

98100
# "Common" components install standalone libraries that are run-time
@@ -108,6 +110,6 @@ libmca_orte_common_alps_so_version=30:0:10
108110
# OPAL layer
109111
libmca_opal_common_cuda_so_version=30:0:10
110112
libmca_opal_common_libfabric_so_version=30:0:10
111-
libmca_opal_common_sm_so_version=30:0:10
113+
libmca_opal_common_sm_so_version=30:1:10
112114
libmca_opal_common_ugni_so_version=30:0:10
113115
libmca_opal_common_verbs_so_version=30:0:10

0 commit comments

Comments
 (0)