We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95b31b7 + f075853 commit d21d478Copy full SHA for d21d478
GEOSogcm_GridComp/GEOSseaice_GridComp/CICE_GEOSPlug/cice6_cmake/CMakeLists.txt
@@ -127,3 +127,9 @@ esma_add_library (${this}
127
128
target_compile_definitions (${this} PRIVATE USE_NETCDF GEOSCOUPLED FORTRANUNDERSCORE)
129
130
+# GCC 14 is taking *forever* to compile icepack_shortwave_data.F90
131
+# so we're going to use -O0 for this file only
132
+if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
133
+ set_source_files_properties(icepack/columnphysics/icepack_shortwave_data.F90 PROPERTIES COMPILE_OPTIONS ${FOPT0})
134
+endif ()
135
+
0 commit comments