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
# Flags based on perforance target (production (OPT), reproduction (REPRO), or debug (DEBUG)
37
-
FFLAGS_REPRO = -O2 -tp=zen3 # CESM doesn't include the 0, but it looks like we need it. Not quite sure what happens on just -O, but even O2 causes runtime errors
38
-
FFLAGS_DEBUG = -O0 -g # -Mbounds fails compilation! -KTrap=fp fails run! seems like there is a floating point exception in netcdf_io_mod file, which means i'm missing some coompiler flag
37
+
FFLAGS_REPRO = -O2 -tp=zen3
38
+
FFLAGS_DEBUG = -O0 -g # -Mbounds fails compilation and -KTrap=fp fails run! seems like there is a floating point exception in netcdf_io_mod
0 commit comments