diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a778ddd67..d8718685b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -58,6 +58,7 @@ define_opt(NO_PARMETIS "Disable ParMETIS" OFF) define_opt(DEBUG "Enable diagnostics (slow and not suitable for production simulations" OFF) define_opt(USE_ANALYSIS "Triggers detailed calculations and output options" OFF) define_opt(INCLUDE_TIMING "Add timing profile instrumentation to simulation" OFF) +define_opt(TIMER2 "Print timing information" OFF) define_opt(OLDIO "Old nc output option" OFF) define_opt(USE_ATMOS "Atmospheric model output option" OFF) define_opt(USE_NWM_BMI "Use NWM BMI for source and some b.c." OFF)