Skip to content

Commit

Permalink
Address GitHub feedback
Browse files Browse the repository at this point in the history
Let CESM keep the suspect timer values
  • Loading branch information
jgfouca committed Aug 17, 2017
1 parent b6fe7aa commit 8f81021
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 0 additions & 2 deletions config/config_tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ NODEFAIL Tests restart upon detected node failure. Generates fake failu
<STOP_N>0</STOP_N>
<REST_OPTION>none</REST_OPTION>
<COMP_RUN_BARRIERS>TRUE</COMP_RUN_BARRIERS>
<TIMER_LEVEL>20</TIMER_LEVEL>
<DOUT_S>FALSE</DOUT_S>
</test>

Expand Down Expand Up @@ -530,7 +529,6 @@ NODEFAIL Tests restart upon detected node failure. Generates fake failu
<STOP_N>10</STOP_N>
<REST_OPTION>none</REST_OPTION>
<COMP_RUN_BARRIERS>TRUE</COMP_RUN_BARRIERS>
<TIMER_LEVEL>20</TIMER_LEVEL>
<DOUT_S>FALSE</DOUT_S>
</test>

Expand Down
9 changes: 0 additions & 9 deletions src/drivers/mct/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -940,15 +940,6 @@
<desc>logical to diagnose model timing at the end of the run</desc>
</entry>


<entry id="TIMER_LEVEL">
<type>integer</type>
<default_value>20</default_value>
<group>run_flags</group>
<file>env_run.xml</file>
<desc>timer output depth</desc>
</entry>

<entry id="PROFILE_PAPI_ENABLE">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
Expand Down
8 changes: 8 additions & 0 deletions src/drivers/mct/cime_config/config_component_acme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
<desc>timer output depth</desc>
</entry>

<entry id="TIMER_LEVEL">
<type>integer</type>
<default_value>20</default_value>
<group>run_flags</group>
<file>env_run.xml</file>
<desc>timer output depth</desc>
</entry>

<entry id="TPROF_TOTAL">
<type>integer</type>
<default_value>12</default_value>
Expand Down
8 changes: 8 additions & 0 deletions src/drivers/mct/cime_config/config_component_cesm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
<desc>timer output depth</desc>
</entry>

<entry id="TIMER_LEVEL">
<type>integer</type>
<default_value>12</default_value>
<group>run_flags</group>
<file>env_run.xml</file>
<desc>timer output depth</desc>
</entry>

<entry id="BFBFLAG">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
Expand Down

0 comments on commit 8f81021

Please sign in to comment.