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

parallel build fails: Fatal Error: Cannot open module file 'iomod.mod' for reading at (1): No such file or directory #327

Open
yurivict opened this issue Apr 7, 2024 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Apr 7, 2024

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

@jtv3
Copy link
Collaborator

jtv3 commented Apr 12, 2024

From your title, is this just when building in parallel?

@yurivict
Copy link
Author

Yes, it's only when built in parallel. Serial build succeeds.

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

No branches or pull requests

2 participants