File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
tuning-apps/fault-tolerance Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -223,12 +223,5 @@ def _doit(topdir):
223223.. |mpi_standard_major_version| replace:: { mpi_standard_major_version }
224224.. |mpi_standard_minor_version| replace:: { mpi_standard_minor_version }
225225.. |deprecated_favor| replace:: this routine is deprecated in favor of
226- .. |strikethru_start| raw:: html
227-
228- <strike>
229-
230- .. |strikethru_end| raw:: html
231-
232- </strike>
233226
234227"""
Original file line number Diff line number Diff line change @@ -4,22 +4,25 @@ Supported fault tolerance techniques
44Open MPI is a vehicle for research in fault tolerance and over the years
55provided support for a wide range of resilience techniques:
66
7- * Current
7+ * Currently supported
88
99 * User Level Fault Mitigation techniques similar to those defined
1010 in the context of the MPI Forum (this is the closest match when
1111 migrating from FT-MPI); :ref: `see its documentation section
1212 <ulfm-label>`.
1313
14+ * Only for research / non-production usage
15+
16+ * Message logging techniques. Similar to those implemented in
17+ MPICH-V.
18+
1419* Deprecated / no longer available
1520
1621 * Coordinated and uncoordinated process checkpoint and
1722 restart. Similar to those implemented in LAM/MPI and MPICH-V,
1823 respectively.
19- * |strikethru_start | Message logging techniques. Similar to those
20- implemented in MPICH-V |strikethru_end |
21- * |strikethru_start | Data Reliability and network fault tolerance. Similar
22- to those implemented in LA-MPI |strikethru_end |
24+ * Data Reliability and network fault tolerance. Similar to those
25+ implemented in LA-MPI.
2326
2427Current fault tolerance development
2528-----------------------------------
You can’t perform that action at this time.
0 commit comments