Skip to content

Commit 263fbb1

Browse files
committed
VERSION updates for v4.1.1rc2
Signed-off-by: Raghu Raja <[email protected]>
1 parent 9f6d473 commit 263fbb1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ included in the vX.Y.Z section and be denoted as:
110110
non-contiguous datatypes are used. Thanks to @sadcat11 for reporting the issue.
111111
- Fixed bugs related to the accumulate and atomics functionality in the
112112
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.
114115
- Fixed a deadlock in the TCP BTL's connection matching logic.
115116
- Fixed pml/ob1 compilation error when CUDA support is enabled.
116117
- Fixed a build issue with Lustre caused by unnecessary header includes.

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ release=1
3232
# requirement is that it must be entirely printable ASCII characters
3333
# and have no white space.
3434

35-
greek=rc1
35+
greek=rc2
3636

3737
# If repo_rev is empty, then the repository version number will be
3838
# obtained during "make dist" via the "git describe --tags --always"
@@ -97,7 +97,7 @@ libmpi_usempi_tkr_so_version=70:0:30
9797
libmpi_usempi_ignore_tkr_so_version=70:0:30
9898
libmpi_usempif08_so_version=70:0:30
9999
libopen_rte_so_version=70:1:30
100-
libopen_pal_so_version=70:0:30
100+
libopen_pal_so_version=70:1:30
101101
libmpi_java_so_version=70:0:30
102102
liboshmem_so_version=70:1:30
103103
libompitrace_so_version=70:0:30
@@ -118,6 +118,6 @@ libmca_orte_common_alps_so_version=70:0:30
118118
libmca_opal_common_cuda_so_version=70:0:30
119119
libmca_opal_common_ofi_so_version=10:1:0
120120
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
122122
libmca_opal_common_ugni_so_version=70:0:30
123123
libmca_opal_common_verbs_so_version=70:0:30

0 commit comments

Comments
 (0)