@@ -13,9 +13,9 @@ We primarily develop Open MPI on Linux and MacOS.
13
13
Other operating systems are supported, however. The exact list of
14
14
operating systems supported has changed over time (e.g., native
15
15
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.
19
19
20
20
Open MPI is fairly POSIX-neutral, so it will run without *too * many
21
21
modifications on most POSIX-like systems. Hence, if we haven't listed
@@ -40,8 +40,8 @@ systems listed in the previous question support.
40
40
41
41
For example, Linux runs on a *wide * variety of platforms, and we
42
42
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.
45
45
46
46
47
47
/////////////////////////////////////////////////////////////////////////
@@ -196,12 +196,10 @@ attaching, which several parallel debuggers support (e.g., DDT, fx2).
196
196
As part of v1.2.4 (released in September 2007), Open MPI also supports
197
197
the TotalView API for viewing message queues in running MPI processes.
198
198
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.
205
203
206
204
.. note :: The integration of Open MPI message queue support is
207
205
problematic with 64 bit versions of TotalView prior to v8.3:
0 commit comments