1
1

Merge pull request #7592 from mitchelltopaloglu/master

README: Grammar fix regarding gcc atomics
Этот коммит содержится в:
Josh Hursey 2020-04-06 20:03:05 -05:00 коммит произвёл GitHub
родитель 2c0b9bd1e4 441ba3ef1b
Коммит 7bcf1ed022
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -214,7 +214,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