Skip to content

Commit

Permalink
need to explicitly state compiler used
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Mar 5, 2020
1 parent bf09ad8 commit a93ced5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build_scripts/buildlib.cprnc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def buildlib(bldroot, installpath, case):
cimeroot = case.get_value("CIMEROOT")

# Generate macros and environment

run_bld_cmd_ensure_logging("{}/tools/configure --mpilib=mpi-serial --macros-format=CMake --machine={}".format(cimeroot, case.get_value("MACH")), logger, from_dir=bldroot)
compiler = case.get_value("COMPILER")
run_bld_cmd_ensure_logging("{}/tools/configure --mpilib=mpi-serial --macros-format=CMake --machine={} --compiler={}".format(cimeroot, case.get_value("MACH"), compiler), logger, from_dir=bldroot)

cmake_args = get_standard_cmake_args(case, shared_lib=True)

Expand Down

0 comments on commit a93ced5

Please sign in to comment.