Skip to content

Commit edb4328

Browse files
authored
Merge pull request #13259 from jsquyres/pr/docs-for-6.0.0x
docs: Update the v6.0.0 changelog
2 parents 774f0fa + 8511a93 commit edb4328

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

docs/release-notes/changelog/v6.0.x.rst

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,25 @@ Open MPI version v6.0.0
88
--------------------------
99
:Date: ...fill me in...
1010

11+
- Added support for the MPI-4.0 embiggened APIs (i.e., functions with
12+
``MPI_Count`` parameters).
13+
14+
- Fix build system and some internal code to support compiler
15+
link-time optimization (LTO).
16+
1117
- Open MPI now requires a C11-compliant compiler to build.
1218

13-
- Open MPI now requires Python >= |python_min_version| to build the
14-
Fortran MPI bindings (or when building from a Git clone).
19+
- Open MPI now requires Python >= |python_min_version| to build.
20+
21+
- Open MPI has always required Perl 5 to build (and still does); our
22+
Perl scripts are slowly being converted to Python.
1523

16-
- Open MPI has always required Perl to build; our Perl scripts are
17-
slowly being converted to Python.
24+
.. note:: Open MPI only requires Python >= |python_min_version| and
25+
Perl 5 to build itself. It does *not* require Python or
26+
Perl to build or run Open MPI or OSHMEM applications.
1827

19-
- Removed ROMIO package.
28+
- Removed the ROMIO package. All MPI-IO functionality is now
29+
delivered through the Open MPI internal "OMPIO" implementation
30+
(which has been the default for quite a while, anyway).
2031

2132
- Added MPI-4.1 ``MPI_Status_*`` functions.

0 commit comments

Comments
 (0)