File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ included in the vX.Y.Z section and be denoted as:
110
110
non-contiguous datatypes are used. Thanks to @sadcat11 for reporting the issue.
111
111
- Fixed bugs related to the accumulate and atomics functionality in the
112
112
osc/rdma component.
113
- - Fixed race condition observed with MPI group operations.
113
+ - Fixed race condition in MPI group operations observed with
114
+ MPI_THREAD_MULTIPLE threading level.
114
115
- Fixed a deadlock in the TCP BTL's connection matching logic.
115
116
- Fixed pml/ob1 compilation error when CUDA support is enabled.
116
117
- Fixed a build issue with Lustre caused by unnecessary header includes.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ release=1
32
32
# requirement is that it must be entirely printable ASCII characters
33
33
# and have no white space.
34
34
35
- greek=rc1
35
+ greek=rc2
36
36
37
37
# If repo_rev is empty, then the repository version number will be
38
38
# obtained during "make dist" via the "git describe --tags --always"
@@ -97,7 +97,7 @@ libmpi_usempi_tkr_so_version=70:0:30
97
97
libmpi_usempi_ignore_tkr_so_version=70:0:30
98
98
libmpi_usempif08_so_version=70:0:30
99
99
libopen_rte_so_version=70:1:30
100
- libopen_pal_so_version=70:0 :30
100
+ libopen_pal_so_version=70:1 :30
101
101
libmpi_java_so_version=70:0:30
102
102
liboshmem_so_version=70:1:30
103
103
libompitrace_so_version=70:0:30
@@ -118,6 +118,6 @@ libmca_orte_common_alps_so_version=70:0:30
118
118
libmca_opal_common_cuda_so_version=70:0:30
119
119
libmca_opal_common_ofi_so_version=10:1:0
120
120
libmca_opal_common_sm_so_version=70:0:30
121
- libmca_opal_common_ucx_so_version=70:0 :30
121
+ libmca_opal_common_ucx_so_version=70:1 :30
122
122
libmca_opal_common_ugni_so_version=70:0:30
123
123
libmca_opal_common_verbs_so_version=70:0:30
You can’t perform that action at this time.
0 commit comments