1
1

Merge pull request #1 from jsquyres/tjcw-tjcw-fix-mpi-sizeof

README: minor tweak to specifically mention GNU Fortran
Этот коммит содержится в:
Chris Ward 2017-07-07 15:42:06 +01:00 коммит произвёл GitHub
родитель 5de3d5dde6 75ec541610
Коммит 3e6a196714

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

@ -368,6 +368,12 @@ Compiler Notes
when Open MPI is built with a Fortran compiler that support the
INTERFACE keyword and ISO_FORTRAN_ENV.
*** The Open MPI team has not tested to determine exactly which
version of the GNU Fortran compiler suite started supporting
what is required for MPI_SIZEOF. We know that gfortran v4.8
(bundled in RHEL 7.x) supports the MPI_SIZEOF interfaces.
However, gfortran 4.4 (bundled in RHEL 6.x) does not.
- The level of support provided by the mpi module is based on your
Fortran compiler.