Skip to content

module_mp_radar.mod falure with GCMv12-rc15 #928

@cponder

Description

@cponder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions