Skip to content

Commit

Permalink
Change MODEL to COMP_NAME fixing ESCOMP#259
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Mar 18, 2022
1 parent 76f00ff commit 7bea959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildlib
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _main_func():
complib = os.path.join(libroot,"librof.a")
makefile = os.path.join(casetools, "Makefile")

cmd = "{} complib -j {} MODEL=mizuRoute COMPLIB={} -f {} {}" \
cmd = "{} complib -j {} COMP_NAME=mizuRoute COMPLIB={} -f {} {}" \
.format(gmake, gmake_j, complib, makefile, get_standard_makefile_args(case))

rc, out, err = run_cmd(cmd)
Expand Down

0 comments on commit 7bea959

Please sign in to comment.