@@ -20,7 +20,7 @@ Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
20
20
Copyright (c) 2012 University of Houston. All rights reserved.
21
21
Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
22
22
Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
23
- Copyright (c) 2018-2023 Amazon.com, Inc. or its affiliates. All Rights
23
+ Copyright (c) 2018-2024 Amazon.com, Inc. or its affiliates. All Rights
24
24
reserved.
25
25
Copyright (c) 2019-2021 Triad National Security, LLC. All rights
26
26
reserved.
@@ -59,9 +59,38 @@ included in the vX.Y.Z section and be denoted as:
59
59
(** also appeared: A.B.C) -- indicating that this item was previously
60
60
included in release version vA.B.C.
61
61
62
- 4.1.6 -- September, 2023
62
+ 4.1.7 -- August, 2024
63
63
---------------------
64
64
65
+ - Fix bug in Fortran / C interface array calculation.
66
+ - Fix potential initialization in UCX OpenSHMEM support
67
+ - Add OpenSHMEM support for symmetric remote key handling to improve
68
+ scalability of OpenSHMEM interface.
69
+ - Add MCS Locks as default implementation for OpenSHMEM locks.
70
+ - Fix bug to properly handle ORTE Prefix of "/".
71
+ - Fix bug in I/O interface handling of soft links on Lustre
72
+ filesystems.
73
+ - Fix memory leak in UCX one-sided implementation.
74
+ - Fix bug in rcache components that could lead to assert on macOS
75
+ systems.
76
+ - Fix race condition in smcuda Shared Memory transport (used on
77
+ platforms with CUDA support).
78
+ - Fix mishandling of a NULL completion context in the OFI transport.
79
+ - Tarballs are now built with the tar-pax format.
80
+ - Set MPI_THREAD_SERIALIZED instead of MPI_THREAD_SINGLE as supported
81
+ threading model when using UCX that supports
82
+ UCS_THREAD_MODE_SERIALIZED.
83
+ - Improve macOS configure test to only add `-ld_classic` to the
84
+ Fortran bindings link line if using a version of Xcode that ships a
85
+ version of the "new linker" that does not support `-commons
86
+ use_dylibs`. Xcode 16 betas ship a new linker that supports
87
+ `-commons use_dylibs`.
88
+ - Fix issue that would prevent using Libfabric 2.x releases.
89
+
90
+
91
+ 4.1.6 -- September, 2023
92
+ ------------------------
93
+
65
94
- Fix configure issue with XCode 15.
66
95
- Update embedded PMIx to 3.2.5. PMIx 3.2.5 addresses CVE-2023-41915.
67
96
Note that prior versions of Open MPI (and their associated PMIx
0 commit comments