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

Include module dependencies in Makefile #149

Open
danielhollas opened this issue Oct 18, 2022 · 0 comments
Open

Include module dependencies in Makefile #149

danielhollas opened this issue Oct 18, 2022 · 0 comments

Comments

@danielhollas
Copy link
Contributor

Currently, Fortran module dependencies are not correctly resolved in the src/Makefile.
Because of this, parallel compilation is not supported and will fail ungracefully, as reported in #148.
This also means that if module dependencies are changed, the recompilation may fail (one needs to run make clean before recompiling).

To properly solve this, we need to generate the dependencies dynamically via a some script and include them in the Makefile.

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