Skip to content

Commit 48e557c

Browse files
committed
docs: remove mentions of 32-bit support
Also explicitly mention that 32-bit builds are no longer supported as of v5.0.0. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 8529eb8 commit 48e557c

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

docs/faq/supported-systems.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,6 @@ releases continually improve reliability and performance of
153153
multi-threaded MPI applications.
154154

155155

156-
/////////////////////////////////////////////////////////////////////////
157-
158-
Does Open MPI support 32 bit environments?
159-
------------------------------------------
160-
161-
As far as we know, yes. 64 bit architectures have effectively taken
162-
over the world, though, so 32-bit is not tested nearly as much as
163-
64-bit.
164-
165-
Specifically, most of the Open MPI developers only have 64-bit
166-
machines, and therefore only test 32-bit in emulation mode.
167-
168-
169156
/////////////////////////////////////////////////////////////////////////
170157

171158
Does Open MPI support 64 bit environments?

docs/release-notes/platform.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Platform Notes
2222

2323
* Other systems have been lightly (but not fully) tested:
2424

25-
* Linux (various flavors/distros), 32 bit, with gcc
26-
* Cygwin 32 & 64 bit with gcc
25+
* Cygwin 64 bit with gcc
2726
* ARMv6, ARMv7, ARMv9
2827
* Other 64 bit platforms.
2928
* OpenBSD. Requires configure options ``--enable-mca-no-build=patcher``
@@ -32,6 +31,8 @@ Platform Notes
3231
using the clang-4.0 system compiler. A workaround is to build
3332
Open MPI using the GNU compiler.
3433

34+
.. note:: 32-bit environments are no longer supported.
35+
3536
* The run-time systems that are currently supported are:
3637

3738
* ssh / rsh

0 commit comments

Comments
 (0)