1
1

README: Grammar fix regarding gcc atomics

Fix an "i.e." to be "e.g.".

Signed-off-by: mitchelltopaloglu <mitchelltopaloglu@gmail.com>
Этот коммит содержится в:
mitchelltopaloglu 2020-04-02 21:04:37 +00:00
родитель 7907f5e3dc
Коммит 441ba3ef1b

2
README
Просмотреть файл

@ -213,7 +213,7 @@ Compiler Notes
- On platforms other than x86-64, ARM, and PPC, Open MPI requires a
compiler that either supports C11 atomics or the GCC "__atomic"
atomics (i.e., GCC >= v4.7.2).
atomics (e.g., GCC >= v4.7.2).
- Mixing compilers from different vendors when building Open MPI
(e.g., using the C/C++ compiler from one vendor and the Fortran