Skip to content

Commit 73e4b96

Browse files
committed
Fix Depends.ibm.cmake
[BFB]
1 parent f6bdfe0 commit 73e4b96

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/e3sm/machines/Depends.ibm.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ set(PERFOBJS
1919
homme/src/share/derivative_mod_base.F90
2020
homme/src/share/bndry_mod_base.F90
2121
homme/src/theta-l/prim_advance_mod.F90
22-
homme/src/pese/prim_advance_mod.F90
23-
homme/src/theta/prim_advance_mod.F90
2422
homme/src/preqx/share/prim_advance_mod.F90
2523
cam/src/physics/cam/uwshcu.F90
2624
cam/src/chemistry/aerosol/wetdep.F90)
@@ -49,8 +47,8 @@ endif()
4947
# These files take long time to compile with default optimization flags.
5048
# Reducing optimization gives <1min build-times and little impact on model run time.
5149
# begin
52-
list(APPEND NOOPT_FILES cam/src/utils/buffer.F90)
50+
list(APPEND NOOPT_FILES ${CMAKE_CURRENT_BINARY_DIR}/buffer.F90)
5351

54-
foreach(ITEN IN LISTS NOINLINE)
52+
foreach(ITEM IN LISTS NOINLINE)
5553
e3sm_add_flags("${ITEM}" "-Q!")
5654
endforeach()

0 commit comments

Comments
 (0)