Skip to content

Commit 7bcf1ed

Browse files
authored
Merge pull request #7592 from mitchelltopaloglu/master
README: Grammar fix regarding gcc atomics
2 parents 2c0b9bd + 441ba3e commit 7bcf1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Compiler Notes
214214

215215
- On platforms other than x86-64, ARM, and PPC, Open MPI requires a
216216
compiler that either supports C11 atomics or the GCC "__atomic"
217-
atomics (i.e., GCC >= v4.7.2).
217+
atomics (e.g., GCC >= v4.7.2).
218218

219219
- Mixing compilers from different vendors when building Open MPI
220220
(e.g., using the C/C++ compiler from one vendor and the Fortran

0 commit comments

Comments
 (0)