Skip to content

Commit

Permalink
Add TIMER2 option to cmake (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 authored Sep 11, 2024
1 parent df6f0c3 commit a57d7e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a57d7e9

Please sign in to comment.