File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
docs/release-notes/changelog Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,25 @@ Open MPI version v6.0.0
8
8
--------------------------
9
9
:Date: ...fill me in...
10
10
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
+
11
17
- Open MPI now requires a C11-compliant compiler to build.
12
18
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.
15
23
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.
18
27
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).
20
31
21
32
- Added MPI-4.1 ``MPI_Status_* `` functions.
You can’t perform that action at this time.
0 commit comments