Skip to content

Commit

Permalink
Merge pull request #12324 from jsquyres/pr/docs-move-news-to-changelog
Browse files Browse the repository at this point in the history
docs: move "news" to "release notes -> changelog"
  • Loading branch information
jsquyres authored Feb 10, 2024
2 parents 58e36d5 + 8f0d248 commit 7fc4535
Show file tree
Hide file tree
Showing 13 changed files with 103 additions and 59 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Copyright (c) 2022 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2023-2024 Jeffrey M. Squyres. All rights reserved.
#
# Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand Down Expand Up @@ -41,6 +41,7 @@ IMAGE_SOURCE_FILES = \
RST_SOURCE_FILES = \
$(srcdir)/*.rst \
$(srcdir)/release-notes/*.rst \
$(srcdir)/release-notes/changelog/*.rst \
$(srcdir)/installing-open-mpi/*.rst \
$(srcdir)/installing-open-mpi/*/*.rst \
$(srcdir)/features/*.rst \
Expand All @@ -51,7 +52,6 @@ RST_SOURCE_FILES = \
$(srcdir)/app-debug/*.rst \
$(srcdir)/developers/*.rst \
$(srcdir)/license/*.rst \
$(srcdir)/news/*.rst \
$(srcdir)/man-openmpi/*.rst \
$(srcdir)/man-openmpi/man*/*.rst \
$(srcdir)/man-openshmem/*.rst \
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ Table of contents
contributing
license/index
history
news/index
man-openmpi/index
man-openshmem/index
25 changes: 0 additions & 25 deletions docs/news/index.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/news/news-main.rst

This file was deleted.

17 changes: 17 additions & 0 deletions docs/release-notes/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Changelog
=========

This section contains the main features as well as overviews of
specific bug fixes (and other actions) for each version of Open MPI
since v1.0.0.

.. toctree::
:maxdepth: 1

v5.0.x
v4.1.x
v4.0.x
v3.1.x
v3.0.x
v2.x
v1.x
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,89 @@ 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.2
--------------------------
:Date: 6 February 2024

- Internal PMIx and PRRTe versions:

- PMIx (v4.2.8). Commit hash: ``d1c1ed0c2e64f19ad49291241a43630ea7fdce28``.
- PRRTE (v3.0.3). Commit hash: ``e383f5ad70c2633420d3425e9fb67e69b6bfd9c4``.

.. note:: Due to the timing of Open MPI v5.0.2 release, the PMIx and PRRTE versions
that are internally bundled in the Open MPI distribution are the same
versions as in the Open MPI v5.0.1 release: PMIx v4.2.8 and PRRTE v3.0.3.
As a result, changes and bug fixes in newer PMIx and PRRTE releases are
not included in Open MPI v5.0.2, notably:

PRRTE

- Fix the map-by pe-list option
- Use pmix_path_nfs to detect shared file systems
- psets: fix some problems with PMIX_QUERY_PSET_MEMBERSHIP query.
PMIX_QUERY_PSET_MEMBERSHIP query bugfixes.

PMIx

- Restore default to enable-devel-check in Git repos
- Protect against empty envar definition for mca_base_param_files
- PMIx_Query_info: removed duplicated PMIX_RELEASE
- Do not add no-unused-parameter for non-devel-check builds
- Cast a few parameters when translating macros to functions
- Fix one more spot for "get" from rank undefined
- Fix "get" of key with undefined rank
- Resolve problem of stack variables and realloc
- Restore support for detecting shared file systems
- Fix broken link in README

- 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

- Internal PMIx and PRRTe versions:

- PMIx (v4.2.8). Commit hash: ``d1c1ed0c2e64f19ad49291241a43630ea7fdce28``.
- PRRTE (v3.0.3). Commit hash: ``e383f5ad70c2633420d3425e9fb67e69b6bfd9c4``.

- Bugfixes and changes (in chronological order)

- Various documentation related updates and changes
- Fix a bunch of compiler warnings
- Sessions: fix a problem with fortran MPI_Session_get_nth_pset interface
- Correctly access the communicator name is MSGQ
- accelerator/cuda: fix bug in makefile.am preventing correct linkage
in non-standard location
- btlsmcuda: fix problem with makefile
- Fix rcache/gpusm and rcache/rgpsum
- Correctly handle attributes on MPI_COMM_WORLD.
- Minor memory leak fixes in:
btl/tcp, mca_base_framework, ob1
- Fix static initialization of recursive mutexes
- Spack: fix for dlopen missing symbol problem
- opal/mca/accelerator: ROCm 6.0 incompatibility fix
- opal_var_dump_color_keys: fix an array overflow
- SHMEM_LOCKS: MCS implementation of SHMEM LOCKS
- configury: support flang-new
- Update processing of "display_map" info key
- dpm: update PMIX attribute

- Many thanks to Open MPI community including:
Tony Curtis, David Edwards Linaro, Niv Shpak for their contribution.

Open MPI version 5.0.0
--------------------------
:Date: 25 October 2023
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 1

changelog/index
general
platform
compilers
Expand Down

0 comments on commit 7fc4535

Please sign in to comment.