Skip to content

Commit

Permalink
move clm include directory to prevent build confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jul 25, 2016
1 parent 1ee4449 commit 24eb48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver_cpl/cime_config/buildexe
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _main_func():

rc, out, err = run_cmd(cmd)
expect(rc==0,"Command %s failed rc=%d\nout=%s\nerr=%s"%(cmd,rc,out,err))

logger.info(out)
###############################################################################

if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion utils/python/CIME/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def build_libraries(case, exeroot, caseroot, cimeroot, libroot, mpilib, lid, mac
sharedpath = os.environ["SHAREDPATH"]
bldroot = os.path.join(sharedpath, case.get_value("COMP_INTERFACE"), esmfdir, "clm","obj" )
libroot = os.path.join(sharedpath, case.get_value("COMP_INTERFACE"), esmfdir, "lib")
incroot = os.path.join(sharedpath,"include")
incroot = os.path.join(sharedpath, case.get_value("COMP_INTERFACE"), esmfdir, "include")
file_build = os.path.join(exeroot, "lnd.bldlog.%s" % lid)
config_lnd_dir = os.path.dirname(case.get_value("CONFIG_LND_FILE"))

Expand Down

0 comments on commit 24eb48f

Please sign in to comment.