Skip to content
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

Empty f90 files generated #13

Open
Chrismarsh opened this issue Nov 1, 2018 · 0 comments
Open

Empty f90 files generated #13

Chrismarsh opened this issue Nov 1, 2018 · 0 comments

Comments

@Chrismarsh
Copy link

The user_build_options.gfortran.serial build needs to have the -E option added to CPPFLAGS. This option enables:

-E Stop after the preprocessing stage; do not run the compiler proper. The output is in the form of preprocessed source code, which is sent to the standard output.

Otherwise, no stdout is generated, and therefore empty f90 files are created which causes strange compile issues.

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

No branches or pull requests

1 participant