Skip to content

Conversation

ggouaillardet
Copy link
Contributor

.F90 files are preprocessed by gfortran and other compilers.
NAG compilers only preprocess .{ff,ff90,ff95} files, and the -fpp
flag is required to process .F90 files.

Fixes #7583

Signed-off-by: Gilles Gouaillardet [email protected]

.F90 files are preprocessed by gfortran and other compilers.
NAG compilers only preprocess .{ff,ff90,ff95} files, and the -fpp
flag is required to process .F90 files.

Fixes open-mpi#7583

Signed-off-by: Gilles Gouaillardet <[email protected]>
@jsquyres
Copy link
Member

jsquyres commented Apr 1, 2020

LGTM. Let's see what @pbrady says on #7583 before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot compile on Mac with Nag 6.2
2 participants