We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 on main branch (d2b0094) when using the -j<n> flag, a flag which tells make to parallelise its build process over n processors:
-j<n>
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.
The text was updated successfully, but these errors were encountered:
Fixed in #25
Sorry, something went wrong.
No branches or pull requests
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:Without the flag, the code builds correctly. This implies the dependencies listed in the makefile are not accurate.
The text was updated successfully, but these errors were encountered: