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

Make fails with -j flag #12

Closed
JamieJQuinn opened this issue Jan 18, 2021 · 1 comment
Closed

Make fails with -j flag #12

JamieJQuinn opened this issue Jan 18, 2021 · 1 comment

Comments

@JamieJQuinn
Copy link
Collaborator

JamieJQuinn commented Jan 18, 2021

Make fails on main branch (d2b0094) when using the -j<n> flag, a flag which tells make to parallelise its build process over n processors:

pot_H2O_Conway.f90(6): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MOLTYPE]
  use moltype

Without the flag, the code builds correctly. This implies the dependencies listed in the makefile are not accurate.

@JamieJQuinn
Copy link
Collaborator Author

Fixed in #25

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

No branches or pull requests

1 participant