Skip to content

Commit e0c2f0b

Browse files
committed
docs: Note that Open MPI now requires a C11-compliant compiler
Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent eaea24f commit e0c2f0b

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

docs/developers/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Compilers
55
---------
66

77
Although it should probably be assumed, you'll need a C compiler that
8-
supports C99.
8+
supports C11.
99

1010
You'll also need a Fortran compiler if you want to build the Fortran
1111
MPI bindings (the more recent the Fortran compiler, the better), and a

docs/developers/source-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ C / C++
4747
if (whatever)
4848
return OMPI_SUCCESS;
4949
50-
* Starting with Open MPI 1.7, Open MPI requires a C99-compliant
50+
* Starting with Open MPI 6.0, Open MPI requires a C11-compliant
5151
compiler.
5252

5353
* C++-style comments are now allowed (and preferred).

docs/release-notes/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ since v1.0.0.
88
.. toctree::
99
:maxdepth: 1
1010

11+
v6.0.x
1112
v5.0.x
1213
v4.1.x
1314
v4.0.x
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Open MPI v6.0.x series
2+
======================
3+
4+
This file contains all the NEWS updates for the Open MPI v6.0.x
5+
series, in reverse chronological order.
6+
7+
Open MPI version v6.0.0
8+
--------------------------
9+
:Date: ...fill me in...
10+
11+
- Open MPI now requires a C11-compliant compiler to build.

docs/release-notes/compilers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Compiler Notes
44
==============
55

6-
* Open MPI requires a C99-capable compiler to build.
6+
* Open MPI requires a C11-capable compiler to build.
77

88
* On platforms other than x86-64, AArc64 (64-bit ARM), and PPC, Open
99
MPI requires a compiler that either supports C11 atomics or the GCC

0 commit comments

Comments
 (0)