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):
223
223
.. |mpi_standard_major_version| replace:: { mpi_standard_major_version }
224
224
.. |mpi_standard_minor_version| replace:: { mpi_standard_minor_version }
225
225
.. |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>
233
226
234
227
"""
Original file line number Diff line number Diff line change @@ -4,22 +4,25 @@ Supported fault tolerance techniques
4
4
Open MPI is a vehicle for research in fault tolerance and over the years
5
5
provided support for a wide range of resilience techniques:
6
6
7
- * Current
7
+ * Currently supported
8
8
9
9
* User Level Fault Mitigation techniques similar to those defined
10
10
in the context of the MPI Forum (this is the closest match when
11
11
migrating from FT-MPI); :ref: `see its documentation section
12
12
<ulfm-label>`.
13
13
14
+ * Only for research / non-production usage
15
+
16
+ * Message logging techniques. Similar to those implemented in
17
+ MPICH-V.
18
+
14
19
* Deprecated / no longer available
15
20
16
21
* Coordinated and uncoordinated process checkpoint and
17
22
restart. Similar to those implemented in LAM/MPI and MPICH-V,
18
23
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.
23
26
24
27
Current fault tolerance development
25
28
-----------------------------------
You can’t perform that action at this time.
0 commit comments