Skip to content

Commit b04a45f

Browse files
committed
Some more minor updates
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 02cbc99 commit b04a45f

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

docs/faq/running-mpi-apps.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,8 @@ really, absolutely, positively sure of what you are doing.
13731373
13741374
/////////////////////////////////////////////////////////////////////////
13751375
1376+
.. _faq-running-mpi-apps-totalview-label:
1377+
13761378
How do I run with the TotalView parallel debugger?
13771379
--------------------------------------------------
13781380
@@ -1406,7 +1408,10 @@ executable, it would look like this:
14061408
14071409
/////////////////////////////////////////////////////////////////////////
14081410
1411+
.. _faq-running-mpi-apps-ddt-label:
1412+
14091413
How do I run with the DDT parallel debugger?
1414+
--------------------------------------------
14101415
14111416
As of August 2015, DDT has built-in startup for MPI applications
14121417
within its Alinea Forge GUI product. You can simply use the built-in

docs/faq/supported-systems.rst

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ We primarily develop Open MPI on Linux and MacOS.
1313
Other operating systems are supported, however. The exact list of
1414
operating systems supported has changed over time (e.g., native
1515
Microsoft Windows support was added in v1.3.3, and although it was
16-
removed prior to v1.8, is still supported through Cygwin). See the
17-
README file in your copy of Open MPI for a listing of the OSes that
18-
that version supports.
16+
removed prior to v1.8, is still supported through Cygwin). :ref:`See
17+
the Platform Notes section <platform-notes-section-label>` for a
18+
listing of the OSes that that version supports.
1919

2020
Open MPI is fairly POSIX-neutral, so it will run without *too* many
2121
modifications on most POSIX-like systems. Hence, if we haven't listed
@@ -40,8 +40,8 @@ systems listed in the previous question support.
4040

4141
For example, Linux runs on a *wide* variety of platforms, and we
4242
certainly don't claim to test all of them. Open MPI includes
43-
Linux-compiler-based assembly for support of Intel, AMD, and PowerPC
44-
chips, for example.
43+
Linux-compiler-based assembly for support of Intel, AMD, ARM, and
44+
PowerPC chips, for example.
4545

4646

4747
/////////////////////////////////////////////////////////////////////////
@@ -196,12 +196,10 @@ attaching, which several parallel debuggers support (e.g., DDT, fx2).
196196
As part of v1.2.4 (released in September 2007), Open MPI also supports
197197
the TotalView API for viewing message queues in running MPI processes.
198198

199-
.. JMS Need to update these refs when they are converted
200-
201-
`See this FAQ entry </faq/running?run-with-tv>`_ for
202-
details on how to run Open MPI jobs under TotalView, and <a
203-
`this FAQ entry </faq/running?run-with-ddt>`_ for
204-
details on how to run Open MPI jobs under DDT.
199+
:ref:`See this FAQ entry <faq-running-mpi-apps-totalview-label>` for
200+
details on how to run Open MPI jobs under TotalView, and :ref:`this
201+
FAQ entry <faq-running-mpi-apps-ddt-label>` for details on how to run
202+
Open MPI jobs under DDT.
205203

206204
.. note:: The integration of Open MPI message queue support is
207205
problematic with 64 bit versions of TotalView prior to v8.3:

0 commit comments

Comments
 (0)