Skip to content

Commit

Permalink
Merge pull request #168 from ESCOMP/fms_path_change
Browse files Browse the repository at this point in the history
change the path of fms library for cesm3
  • Loading branch information
jedwards4b authored Jul 5, 2024
2 parents 2f3c373 + 770c6c0 commit 7b33fdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cime_config/buildlib
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ def buildlib(caseroot, libroot, bldroot):
mpilib = case.get_value("MPILIB")
debug = "debug" if case.get_value("DEBUG") else "nodebug"
threaded = "threads" if case.get_value("BUILD_THREADED") else "nothreads"
comp_interface = case.get_value("COMP_INTERFACE")
fmsbuilddir = os.path.join(
slr, compiler, mpilib, debug, threaded, comp_interface, "FMS"
slr, compiler, mpilib, debug, threaded, "FMS"
)
if not os.path.isfile(os.path.join(fmsbuilddir, "libfms.a")):
run_sub_or_cmd(
Expand Down

0 comments on commit 7b33fdb

Please sign in to comment.