diff --git a/LICENSE b/LICENSE index 91b60c9336d..d0375135d0a 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ corresponding files. Copyright (c) 2004-2012 The Trustees of Indiana University and Indiana University Research and Technology Corporation. All rights reserved. -Copyright (c) 2004-2023 The University of Tennessee and The University +Copyright (c) 2004-2024 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved. Copyright (c) 2004-2018 High Performance Computing Center Stuttgart, @@ -17,7 +17,7 @@ Copyright (c) 2004-2008 The Regents of the University of California. All rights reserved. Copyright (c) 2006-2018 Los Alamos National Security, LLC. All rights reserved. -Copyright (c) 2006-2023 Cisco Systems, Inc. All rights reserved. +Copyright (c) 2006-2024 Cisco Systems, Inc. All rights reserved. Copyright (c) 2006-2010 Voltaire, Inc. All rights reserved. Copyright (c) 2006-2023 Sandia National Laboratories. All rights reserved. Copyright (c) 2006-2010 Sun Microsystems, Inc. All rights reserved. @@ -45,22 +45,22 @@ Copyright (c) 2016 ARM, Inc. All rights reserved. Copyright (c) 2010-2011 Alex Brick . All rights reserved. Copyright (c) 2012 The University of Wisconsin-La Crosse. All rights reserved. Copyright (c) 2013-2020 Intel, Inc. All rights reserved. -Copyright (c) 2011-2023 NVIDIA Corporation. All rights reserved. +Copyright (c) 2011-2024 NVIDIA Corporation. All rights reserved. Copyright (c) 2016-2018 Broadcom Limited. All rights reserved. Copyright (c) 2011-2023 Fujitsu Limited. All rights reserved. Copyright (c) 2014-2015 Hewlett-Packard Development Company, LP. All rights reserved. Copyright (c) 2013-2023 Research Organization for Information Science (RIST). All rights reserved. -Copyright (c) 2017-2023 Amazon.com, Inc. or its affiliates. All Rights +Copyright (c) 2017-2024 Amazon.com, Inc. or its affiliates. All Rights reserved. Copyright (c) 2018 DataDirect Networks. All rights reserved. -Copyright (c) 2018-2023 Triad National Security, LLC. All rights reserved. +Copyright (c) 2018-2024 Triad National Security, LLC. All rights reserved. Copyright (c) 2019-2023 Hewlett Packard Enterprise Development, LP. Copyright (c) 2020-2023 Google, LLC. All rights reserved. Copyright (c) 2002 University of Chicago Copyright (c) 2001 Argonne National Laboratory -Copyright (c) 2020-2023 Cornelis Networks, Inc. All rights reserved. +Copyright (c) 2020-2024 Cornelis Networks, Inc. All rights reserved. Copyright (c) 2021 Nanook Consulting Copyright (c) 2017-2019 Iowa State University Research Foundation, Inc. All rights reserved. diff --git a/VERSION b/VERSION index 265cdf1c2cb..706423159b8 100644 --- a/VERSION +++ b/VERSION @@ -41,7 +41,7 @@ flex_min_version=2.5.4 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=a1 +greek=rc1 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always" @@ -94,12 +94,12 @@ date="Unreleased developer copy" # Version numbers are described in the Libtool current:revision:age # format. -libmpi_so_version=80:1:40 +libmpi_so_version=80:2:40 libmpi_mpifh_so_version=80:0:40 libmpi_usempi_tkr_so_version=80:0:40 libmpi_usempi_ignore_tkr_so_version=80:0:40 -libmpi_usempif08_so_version=80:0:40 -libopen_pal_so_version=80:1:0 +libmpi_usempif08_so_version=80:1:40 +libopen_pal_so_version=80:2:0 libmpi_java_so_version=80:0:40 liboshmem_so_version=80:1:40 libompitrace_so_version=80:0:40 @@ -115,7 +115,7 @@ libmca_ompi_common_monitoring_so_version=80:0:0 # OPAL layer libmca_opal_common_cuda_so_version=80:0:0 -libmca_opal_common_ofi_so_version=80:0:0 +libmca_opal_common_ofi_so_version=80:1:0 libmca_opal_common_sm_so_version=80:0:0 libmca_opal_common_ucx_so_version=80:0:0 libmca_opal_common_ugni_so_version=80:0:0 diff --git a/docs/news/news-v5.0.x.rst b/docs/news/news-v5.0.x.rst index b2f430c6378..61e04209f00 100644 --- a/docs/news/news-v5.0.x.rst +++ b/docs/news/news-v5.0.x.rst @@ -4,6 +4,29 @@ Open MPI v5.0.x series This file contains all the NEWS updates for the Open MPI v5.0.x series, in reverse chronological order. +Open MPI version v5.0.2rc1 +-------------------------- +:Date: 24 January 2024 + +- Internal PMIx and PRRTe versions: + + - PMIx (v4.2.8-3-ge68bdfcf). Commit hash: ``e68bdfcf4133cb4c1af31c591bb1d26ed63fe911``. + - PRRTE (v3.0.3-5-g8bd181af08). Commit hash: ``8bd181af0836375e66c741c1c94364d8a44918e5``. + +- Bugfixes and changes (in chronological order) + + - Fix the fs/lustre component build + - Fix a mtl/ofi multi-threaded race condition bug + - Add missing fortran profiling interfaces according to MPI 4.0 standard + - Allow 0-size data copy in opal/accelerator + - Fix a btl/ofi and mtl/ofi provider selection bug + - Properly initialize mca_rcache_base_module_t members + - Fix a singleton launch segfault + - Add GCC13 support with MacOS compatibility + +- Many thanks to Open MPI community including: + Erik Schnetter + Open MPI version v5.0.1 -------------------------- :Date: 20 December 2023