File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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!" )
5654endforeach ()
You can’t perform that action at this time.
0 commit comments