Skip to content

Commit b3c7bb9

Browse files
authored
Merge pull request #12271 from wenduwan/v5.0.2rc1_wenduwan
V5.0.2rc1 wenduwan
2 parents ee6cbbb + b524270 commit b3c7bb9

File tree

3 files changed

+34
-11
lines changed

3 files changed

+34
-11
lines changed

LICENSE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ corresponding files.
88
Copyright (c) 2004-2012 The Trustees of Indiana University and Indiana
99
University Research and Technology
1010
Corporation. All rights reserved.
11-
Copyright (c) 2004-2023 The University of Tennessee and The University
11+
Copyright (c) 2004-2024 The University of Tennessee and The University
1212
of Tennessee Research Foundation. All rights
1313
reserved.
1414
Copyright (c) 2004-2018 High Performance Computing Center Stuttgart,
@@ -17,7 +17,7 @@ Copyright (c) 2004-2008 The Regents of the University of California.
1717
All rights reserved.
1818
Copyright (c) 2006-2018 Los Alamos National Security, LLC. All rights
1919
reserved.
20-
Copyright (c) 2006-2023 Cisco Systems, Inc. All rights reserved.
20+
Copyright (c) 2006-2024 Cisco Systems, Inc. All rights reserved.
2121
Copyright (c) 2006-2010 Voltaire, Inc. All rights reserved.
2222
Copyright (c) 2006-2023 Sandia National Laboratories. All rights reserved.
2323
Copyright (c) 2006-2010 Sun Microsystems, Inc. All rights reserved.
@@ -45,22 +45,22 @@ Copyright (c) 2016 ARM, Inc. All rights reserved.
4545
Copyright (c) 2010-2011 Alex Brick <[email protected]>. All rights reserved.
4646
Copyright (c) 2012 The University of Wisconsin-La Crosse. All rights reserved.
4747
Copyright (c) 2013-2020 Intel, Inc. All rights reserved.
48-
Copyright (c) 2011-2023 NVIDIA Corporation. All rights reserved.
48+
Copyright (c) 2011-2024 NVIDIA Corporation. All rights reserved.
4949
Copyright (c) 2016-2018 Broadcom Limited. All rights reserved.
5050
Copyright (c) 2011-2023 Fujitsu Limited. All rights reserved.
5151
Copyright (c) 2014-2015 Hewlett-Packard Development Company, LP. All
5252
rights reserved.
5353
Copyright (c) 2013-2023 Research Organization for Information Science (RIST).
5454
All rights reserved.
55-
Copyright (c) 2017-2023 Amazon.com, Inc. or its affiliates. All Rights
55+
Copyright (c) 2017-2024 Amazon.com, Inc. or its affiliates. All Rights
5656
reserved.
5757
Copyright (c) 2018 DataDirect Networks. All rights reserved.
58-
Copyright (c) 2018-2023 Triad National Security, LLC. All rights reserved.
58+
Copyright (c) 2018-2024 Triad National Security, LLC. All rights reserved.
5959
Copyright (c) 2019-2023 Hewlett Packard Enterprise Development, LP.
6060
Copyright (c) 2020-2023 Google, LLC. All rights reserved.
6161
Copyright (c) 2002 University of Chicago
6262
Copyright (c) 2001 Argonne National Laboratory
63-
Copyright (c) 2020-2023 Cornelis Networks, Inc. All rights reserved.
63+
Copyright (c) 2020-2024 Cornelis Networks, Inc. All rights reserved.
6464
Copyright (c) 2021 Nanook Consulting
6565
Copyright (c) 2017-2019 Iowa State University Research Foundation, Inc.
6666
All rights reserved.

VERSION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ flex_min_version=2.5.4
4141
# requirement is that it must be entirely printable ASCII characters
4242
# and have no white space.
4343

44-
greek=a1
44+
greek=rc1
4545

4646
# If repo_rev is empty, then the repository version number will be
4747
# obtained during "make dist" via the "git describe --tags --always"
@@ -94,12 +94,12 @@ date="Unreleased developer copy"
9494
# Version numbers are described in the Libtool current:revision:age
9595
# format.
9696

97-
libmpi_so_version=80:1:40
97+
libmpi_so_version=80:2:40
9898
libmpi_mpifh_so_version=80:0:40
9999
libmpi_usempi_tkr_so_version=80:0:40
100100
libmpi_usempi_ignore_tkr_so_version=80:0:40
101-
libmpi_usempif08_so_version=80:0:40
102-
libopen_pal_so_version=80:1:0
101+
libmpi_usempif08_so_version=80:1:40
102+
libopen_pal_so_version=80:2:0
103103
libmpi_java_so_version=80:0:40
104104
liboshmem_so_version=80:1:40
105105
libompitrace_so_version=80:0:40
@@ -115,7 +115,7 @@ libmca_ompi_common_monitoring_so_version=80:0:0
115115

116116
# OPAL layer
117117
libmca_opal_common_cuda_so_version=80:0:0
118-
libmca_opal_common_ofi_so_version=80:0:0
118+
libmca_opal_common_ofi_so_version=80:1:0
119119
libmca_opal_common_sm_so_version=80:0:0
120120
libmca_opal_common_ucx_so_version=80:0:0
121121
libmca_opal_common_ugni_so_version=80:0:0

docs/news/news-v5.0.x.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ Open MPI v5.0.x series
44
This file contains all the NEWS updates for the Open MPI v5.0.x
55
series, in reverse chronological order.
66

7+
Open MPI version v5.0.2rc1
8+
--------------------------
9+
:Date: 24 January 2024
10+
11+
- Internal PMIx and PRRTe versions:
12+
13+
- PMIx (v4.2.8-3-ge68bdfcf). Commit hash: ``e68bdfcf4133cb4c1af31c591bb1d26ed63fe911``.
14+
- PRRTE (v3.0.3-5-g8bd181af08). Commit hash: ``8bd181af0836375e66c741c1c94364d8a44918e5``.
15+
16+
- Bugfixes and changes (in chronological order)
17+
18+
- Fix the fs/lustre component build
19+
- Fix a mtl/ofi multi-threaded race condition bug
20+
- Add missing fortran profiling interfaces according to MPI 4.0 standard
21+
- Allow 0-size data copy in opal/accelerator
22+
- Fix a btl/ofi and mtl/ofi provider selection bug
23+
- Properly initialize mca_rcache_base_module_t members
24+
- Fix a singleton launch segfault
25+
- Add GCC13 support with MacOS compatibility
26+
27+
- Many thanks to Open MPI community including:
28+
Erik Schnetter
29+
730
Open MPI version v5.0.1
831
--------------------------
932
:Date: 20 December 2023

0 commit comments

Comments
 (0)