Skip to content

Commit d46555b

Browse files
committed
SQUASHME: Additional suggestion from Jeff Sq
Signed-off-by: Jeff Squyres <[email protected]>
1 parent b22e299 commit d46555b

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

docs/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
"""

docs/tuning-apps/fault-tolerance/supported.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,25 @@ Supported fault tolerance techniques
44
Open MPI is a vehicle for research in fault tolerance and over the years
55
provided 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

2427
Current fault tolerance development
2528
-----------------------------------

0 commit comments

Comments
 (0)