File tree 4 files changed +24
-4
lines changed 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -889,4 +889,13 @@ man1_MANS += \
889
889
man3_MANS += $(OSHMEM_MAN3_BUILT )
890
890
endif
891
891
892
+ install-data-hook :
893
+ $(MKDIR_P ) $(DESTDIR )$(docdir )
894
+ cp -r $(srcdir ) /_build/html $(DESTDIR )$(docdir )
895
+ find $(DESTDIR )$(docdir ) -type d -exec chmod 0755 {} \;
896
+ find $(DESTDIR )$(docdir ) -type f -exec chmod 0644 {} \;
897
+
898
+ uninstall-hook :
899
+ rm -rf $(DESTDIR )$(docdir )
900
+
892
901
endif OPAL_INSTALL_DOCS
Original file line number Diff line number Diff line change
1
+ --use-feature =2020-resolver
1
2
sphinx >= 4.2.0
2
3
recommonmark
3
4
docutils
Original file line number Diff line number Diff line change @@ -19,13 +19,23 @@ Need to update these docs to reflect:
19
19
* Document this new breakpoint functionality:
20
20
https://github.com/open-mpi/ompi/commit/f97d081cf9b540c5a79e00aecee17b25e8c123ad
21
21
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:
23
28
24
29
* 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...?).
25
33
* MPI-1 deleted functions are always included in the library
26
34
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
+
29
39
30
40
Other random to-do items
31
41
------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Open MPI installation is working properly.
4
4
5
5
If you are looking for a comprehensive MPI tutorial, these samples are
6
6
not enough. [ Excellent MPI tutorials are available
7
- here] ( http://www.citutor .org/login.php ) .
7
+ here] ( http://www.hpc-training .org/ ) .
8
8
9
9
Get a free account and login; you can then browse to the list of
10
10
available courses. Look for the ones with "MPI" in the title.
You can’t perform that action at this time.
0 commit comments