GEOS-ESM / GEOSctm

Fixture for chemical transport scenarios
Apache License 2.0
0 stars 2 forks source link

GEOSctm.x does not build #2

Closed mathomp4 closed 5 years ago

mathomp4 commented 5 years ago

When I try to ecbuild_add_executable for GEOSctm.x I get:

Scanning dependencies of target GEOSctm.x
[100%] Building Fortran object src/Applications/GEOSctm_App/CMakeFiles/GEOSctm.x.dir/GEOSctm.F90.o
[100%] Linking Fortran executable ../../../bin/GEOSctm.x
ld: cannot find -lFVdycoreCubed_Gridcomp
ld: cannot find -lGEOSgcm_GridComp
make[2]: *** [bin/GEOSctm.x] Error 1
make[1]: *** [src/Applications/GEOSctm_App/CMakeFiles/GEOSctm.x.dir/all] Error 2
make: *** [all] Error 2
mathomp4 commented 5 years ago

I have created a branch: feature/mathomp4/#2-try-building-geosctmx which the small changes to CMakeLists.txt to enable this.

tclune commented 5 years ago

Replicated and investigating ...