-
Notifications
You must be signed in to change notification settings - Fork 3
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
An error of 'Cannot open module file' occurred at compile time #18
Comments
ouch... i've never tested the code on arm, unfortunately. what compiler are you using? can you try to compile a simple fortran program? |
The fortran environment is gfortran + openmpi + hdf5. The gfortran, openmpi and h5pfc all can compile some simple fortran program. Here is my environment.
|
not sure, but maybe these lines suggest your linker (e.g.
i didn't even know gcc supported apple silicon. you may try compile the above-mentioned packages with the apple-clang, or something similar. i just pushed v2.8 which has a cmake support. it might do a slightly better job in organizing the modules, than then makedepf90 (which has always been clumsy). let me know if that helps. |
Such as:
My computer configuration is an ARM architecture Mac Book pro with M1 chip.
My Makefile was generated by the following command:
The text was updated successfully, but these errors were encountered: