We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ca7b1 + 90984c0 commit 567e184Copy full SHA for 567e184
1 file changed
cime_config/buildexe
@@ -64,10 +64,10 @@ def _main_func():
64
skip_mediator = False
65
66
if ocn_model == 'mom':
67
- gmake_args += "USE_FMS=TRUE"
+ gmake_args += " USE_FMS=TRUE"
68
69
if link_libs is not None:
70
- gmake_args += 'USER_SLIBS="{}"'.format(link_libs)
+ gmake_args += ' USER_SLIBS="{}"'.format(link_libs)
71
72
comp_classes = case.get_values("COMP_CLASSES")
73
for comp in comp_classes:
0 commit comments