Skip to content

Commit c138f42

Browse files
committed
docs: update to-do list
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 49460b4 commit c138f42

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/to-do.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,23 @@ Need to update these docs to reflect:
1919
* Document this new breakpoint functionality:
2020
https://github.com/open-mpi/ompi/commit/f97d081cf9b540c5a79e00aecee17b25e8c123ad
2121

22-
* Document v5.0.x's ABI relationship with v4.x. It will likely be:
22+
* Add that we *do* support "single dash" ``mpirun`` options, but we
23+
don't want people to do that.
24+
25+
* Document v5.0.x's backwards-compatibility relationship with v4.x
26+
(including ABI and ``mpirun`` command line options). It will likely
27+
be:
2328

2429
* C bindings are ABI compatible
30+
* Fortran ``mpif.h`` *should* be ok (but probably bears checking).
31+
* Fortran module ABIs may have changed. These definitely need
32+
checking (e.g., w.r.t. ``MPI_Status`` and friends...?).
2533
* MPI-1 deleted functions are always included in the library
2634

27-
* Need to check to see what the current behavior is w.r.t. the
28-
prototypes in ``mpi.h``.
35+
* Per Brian: the behavior is the same as Open MPI 4.x. The deleted
36+
functions are not declared in mpi.h unless Open MPI was compiled
37+
with ``--enable-mpi1-compatibility``.
38+
2939

3040
Other random to-do items
3141
------------------------

0 commit comments

Comments
 (0)