You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 71%] Building Fortran object tests/CMakeFiles/test_splat_4.dir/test_splat.F90.o
/home/ed/Downloads/NCEPLIBS-ip-5.1.0/tests/interp_mod_grib2.F90:45:9:
45 | use input_data_mod_grib2_4, &
| 1
Fatal Error: Cannot open module file ‘input_data_mod_grib2_4.mod’ for reading at (1): No such file or directory
compilation terminated.
make[2]: *** [tests/CMakeFiles/test_library_grib2_4.dir/build.make:88: tests/CMakeFiles/test_library_grib2_4.dir/interp_mod_grib2_4.F90.o] Error 1
But when I do a clean and make (without the -j) everything works.
At a guess, I would say that input_data_mod_grib2_4 is a generated file, and needs to be listed as a dependency somewhere in CMake.
The text was updated successfully, but these errors were encountered:
When I do a make -j on the 5.1.0 release, I see:
[ 71%] Building Fortran object tests/CMakeFiles/test_splat_4.dir/test_splat.F90.o
/home/ed/Downloads/NCEPLIBS-ip-5.1.0/tests/interp_mod_grib2.F90:45:9:
45 | use input_data_mod_grib2_4, &
| 1
Fatal Error: Cannot open module file ‘input_data_mod_grib2_4.mod’ for reading at (1): No such file or directory
compilation terminated.
make[2]: *** [tests/CMakeFiles/test_library_grib2_4.dir/build.make:88: tests/CMakeFiles/test_library_grib2_4.dir/interp_mod_grib2_4.F90.o] Error 1
But when I do a clean and make (without the -j) everything works.
At a guess, I would say that input_data_mod_grib2_4 is a generated file, and needs to be listed as a dependency somewhere in CMake.
The text was updated successfully, but these errors were encountered: