-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I get this failure with the GCMv12-rc15 tag:
[ 65%] Building Fortran object src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/CMakeFiles/GEOSmoist_GridComp.dir/Process_Library.F90.o
/work/01768/ponderc/vista/NASA/2025-05-06.GEOSgcm/GEOSgcm/src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/Process_Library.F90:3875:11:
3875 | USE module_mp_radar
| 1
Fatal Error: Cannot open module file ‘module_mp_radar.mod’ for reading at (1): No such file or directory
compilation terminated.
gmake[2]: *** [src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/CMakeFiles/GEOSmoist_GridComp.dir/build.make:78: src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/CMakeFiles/GEOSmoist_GridComp.dir/Process_Library.F90.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:21098: src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/CMakeFiles/GEOSmoist_GridComp.dir/all] Error 2
gmake: *** [Makefile:166: all] Error 2
I downloaded the source using this command
mepo clone -b GCMv12-rc15 https://github.com/GEOS-ESM/GEOSgcm.git
and used these to build:
cmake -B build -S . --install-prefix=$DIR -DUSE_F2PY=OFF # Do we want f2py to work??
cmake --build build -j 1 --target install
The problem does not show up with the v11.7.1 tag, though it fails at 76% due to other errors reported in Issue #929.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels