Skip to content

Commit

Permalink
Merge branch 'jgfouca/cime/fix_depends_ibm_cmake' into master (PR #3325)
Browse files Browse the repository at this point in the history
Fix Depends.ibm.cmake

[BFB]

* origin/jgfouca/cime/fix_depends_ibm_cmake:
  Fix Depends.ibm.cmake
  • Loading branch information
jgfouca committed Nov 22, 2019
2 parents 6db0680 + ba3c21a commit 18922c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cime/config/e3sm/machines/Depends.ibm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ set(PERFOBJS
homme/src/share/derivative_mod_base.F90
homme/src/share/bndry_mod_base.F90
homme/src/theta-l/prim_advance_mod.F90
homme/src/pese/prim_advance_mod.F90
homme/src/theta/prim_advance_mod.F90
homme/src/preqx/share/prim_advance_mod.F90
cam/src/physics/cam/uwshcu.F90
cam/src/chemistry/aerosol/wetdep.F90)
Expand Down Expand Up @@ -49,8 +47,8 @@ endif()
# These files take long time to compile with default optimization flags.
# Reducing optimization gives <1min build-times and little impact on model run time.
# begin
list(APPEND NOOPT_FILES cam/src/utils/buffer.F90)
list(APPEND NOOPT_FILES ${CMAKE_CURRENT_BINARY_DIR}/buffer.F90)

foreach(ITEN IN LISTS NOINLINE)
foreach(ITEM IN LISTS NOINLINE)
e3sm_add_flags("${ITEM}" "-Q!")
endforeach()

0 comments on commit 18922c8

Please sign in to comment.