Skip to content

Commit

Permalink
clean version of add_container_support (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b authored Mar 30, 2022
1 parent 82ee2f3 commit abce725
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildexe
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _main_func():
if os.path.isfile(exename):
os.remove(exename)

cmd = "{} exec_se -j {} EXEC_SE={} MODEL=driver {} -f {} "\
cmd = "{} exec_se -j {} EXEC_SE={} CIME_COMP=driver {} -f {} "\
.format(gmake, gmake_j, exename, gmake_args, makefile)


Expand Down
9 changes: 9 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
<desc>List of component classes supported by this driver</desc>
</entry>

<entry id="CONTAINER_ENVIRONMENT">
<type>char</type>
<valid_values></valid_values>
<default_value></default_value>
<group>case_comp</group>
<file>env_case.xml</file>
<desc>Container environment to invoke, if any</desc>
</entry>

<entry id="COMP_CPL">
<type>char</type>
<valid_values>cpl</valid_values>
Expand Down

0 comments on commit abce725

Please sign in to comment.