Skip to content

Commit

Permalink
Merge pull request #249 from peverwhee/fphystest_linkedlibs
Browse files Browse the repository at this point in the history
Comment out linked libs for FPHYStest compset
  • Loading branch information
peverwhee committed Feb 23, 2024
2 parents bf7302c + ecf730b commit ffc0960
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,12 @@
<entry id="CAM_LINKED_LIBS">
<type>char</type>
<valid_values></valid_values>
<default_value>-lmusica -ljsonfortran</default_value>
<default_value> </default_value>
<values match="last" modifier="additive">
<!-- Turn off for physics testbed -->
<value compset="_CAM%PHYSTEST"></value>
<value grid="a%mpasa[0-9]+">-lmpas</value>
<!-- Turn on chemistry if not using physics testbed -->
<value compset="^((?!_CAM%PHYSTEST).)*$">-lmusica -ljsonfortran</value>
<!-- Add MPAS if using mpas grid and not using physics testbed -->
<value compset="^((?!_CAM%PHYSTEST).)*$" grid="a%mpasa[0-9]+">-lmpas</value>
</values>
<group>build_component_cam</group>
<file>env_build.xml</file>
Expand Down

0 comments on commit ffc0960

Please sign in to comment.