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

fix dependency tracking in fortran directory, enabling parallel (make -j) builds #178

Merged
merged 4 commits into from
Apr 29, 2019

Conversation

edhartnett
Copy link
Contributor

Fixes #177.

In this PR I fix mod file dependency tacking.

I did this for the tests.mod file when re-doing the test directories. In this PR I do it for all the mod files in the fortran directory.

To reduce future confusion, I have renamed the (internal-only) mod file typeSizes to typesizes, matching the case of all the other mod files, and the case that gfortran and other fortran compilers want us to use for module names. This change will have no effect on user code.

With this PR, the .NOTPARALLEL directive is removed, and parallel (make -j) builds now work in all directories, demonstrating that all dependencies are being properly tracked.

@WardF WardF merged commit 9b4265e into Unidata:master Apr 29, 2019
@edhartnett edhartnett deleted the ejh_mod_files branch April 29, 2019 22:50
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

Successfully merging this pull request may close these issues.

incorrect dependency tracking in automake causes parallel (make -j) builds to fail in fortran directory
2 participants