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 doesn't work? #251

Closed
edwardhartnett opened this issue Aug 9, 2024 · 0 comments · Fixed by #253
Closed

parallel build doesn't work? #251

edwardhartnett opened this issue Aug 9, 2024 · 0 comments · Fixed by #253
Assignees
Labels
build Building software is complicated!

Comments

@edwardhartnett
Copy link
Contributor

When I do a make -j it fails, but make works.

Failure is:

/home/ed/Downloads/NCEPLIBS-ip-5.1.0/tests/interp_mod_grib1.F90:39:9:

   39 |     use input_data_mod_grib1_4, &
      |         1
Fatal Error: Cannot open module file ‘input_data_mod_grib1_4.mod’ for reading at (1): No such file or directory
compilation terminated.

Is this a file generated during testing? If so, some dependency info needs to be added to the CMake build so that parallel builds will work...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Building software is complicated!
Projects
Status: Done
2 participants