5
5
# All rights reserved.
6
6
# Copyright (c) 2017 Los Alamos National Security, LLC. All rights
7
7
# reserved.
8
- # Copyright (c) 2018 IBM Corporation. All rights reserved.
8
+ # Copyright (c) 2019 Triad National Security, LLC. All rights
9
+ # reserved.
10
+ # Copyright (c) 2018-2019 IBM Corporation. All rights reserved.
9
11
# Copyright (c) 2018 Research Organization for Information Science
10
12
# and Technology (RIST). All rights reserved.
11
13
@@ -28,7 +30,7 @@ release=2
28
30
# requirement is that it must be entirely printable ASCII characters
29
31
# and have no white space.
30
32
31
- greek=a1
33
+ greek=rc1
32
34
33
35
# If repo_rev is empty, then the repository version number will be
34
36
# obtained during "make dist" via the "git describe --tags --always"
@@ -86,16 +88,16 @@ date="Unreleased developer copy"
86
88
# Version numbers are described in the Libtool current:revision:age
87
89
# format.
88
90
89
- libmpi_so_version=60:1 :20
90
- libmpi_cxx_so_version=60:0 :20
91
- libmpi_mpifh_so_version=60:1 :20
91
+ libmpi_so_version=60:2 :20
92
+ libmpi_cxx_so_version=60:1 :20
93
+ libmpi_mpifh_so_version=60:2 :20
92
94
libmpi_usempi_tkr_so_version=60:0:20
93
95
libmpi_usempi_ignore_tkr_so_version=60:0:20
94
- libmpi_usempif08_so_version=60:0 :20
95
- libopen_rte_so_version=60:1 :20
96
- libopen_pal_so_version=60:1 :20
96
+ libmpi_usempif08_so_version=60:1 :20
97
+ libopen_rte_so_version=60:2 :20
98
+ libopen_pal_so_version=60:2 :20
97
99
libmpi_java_so_version=60:0:20
98
- liboshmem_so_version=61 :0:21
100
+ liboshmem_so_version=62 :0:22
99
101
libompitrace_so_version=60:0:20
100
102
101
103
# "Common" components install standalone libraries that are run-time
@@ -104,7 +106,7 @@ libompitrace_so_version=60:0:20
104
106
# components-don't-affect-the-build-system abstraction.
105
107
106
108
# OMPI layer
107
- libmca_ompi_common_ompio_so_version=60:1 :19
109
+ libmca_ompi_common_ompio_so_version=60:2 :19
108
110
libmca_ompi_common_monitoring_so_version=60:0:10
109
111
110
112
# ORTE layer
@@ -113,6 +115,6 @@ libmca_orte_common_alps_so_version=60:0:20
113
115
# OPAL layer
114
116
libmca_opal_common_cuda_so_version=60:0:20
115
117
libmca_opal_common_sm_so_version=60:0:20
116
- libmca_opal_common_ucx_so_version=60:0 :20
118
+ libmca_opal_common_ucx_so_version=60:1 :20
117
119
libmca_opal_common_ugni_so_version=60:0:20
118
120
libmca_opal_common_verbs_so_version=60:0:20
0 commit comments