Skip to content

configury: try if -fpp flag is needed to preprocess .F90 files #7584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2020

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