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
Build fails with errors about missing *.mod files, like this:
gfortran13 -c -I/usr/local/include -Wl,-rpath=/usr/local/lib/gcc13 -cpp -DBLAS -DMPI -D__OLD_MPI -fallow-argument-mismatch -ffree-line-length-512 -D__FFTW3 -fcheck=all -O0 xlogx.f90 m_SelfEnergy.f90:2:7: 2 | USE IOMod | 1 Fatal Error: Cannot open module file 'iomod.mod' for reading at (1): No such file or directory compilation terminated. conv.f90:2:7: 2 | USE IOMod | 1 Fatal Error: Cannot open module file 'iomod.mod' for reading at (1): No such file or directory compilation terminated. make[2]: *** [Makefile:29: conv.o] Error 1 make[2]: *** Waiting for unfinished jobs.... polint.f90:37:51: 37 | if (den.eq.0) pause 'failure in polint' | 1
Version: 3.1.0 FreeBSD 14.0
The text was updated successfully, but these errors were encountered:
From your title, is this just when building in parallel?
Sorry, something went wrong.
Yes, it's only when built in parallel. Serial build succeeds.
No branches or pull requests
Build fails with errors about missing *.mod files, like this:
Version: 3.1.0
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: