Skip to content

Commit 89c86f7

Browse files
committed
EAMxx: don't skip layer when using add_subdirectory
It prevents us from running "make" or "ctest" in the intermediate layer folder
1 parent a3acc85 commit 89c86f7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

components/eamxx/tests/multi-process/dynamics_physics/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ if (SCREAM_DOUBLE_PRECISION)
88
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_128levels)
99
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_pg2_dp)
1010
if (SCREAM_ENABLE_MAM)
11-
# Once the mam4xx aerosol microphysics AtmosphereProcess is running, the
12-
# corresponding test here needs to be reworked with valid aerosol
13-
# initial conditions.
14-
#add_subdirectory(homme_mam4xx_pg2)
15-
add_subdirectory(mam/homme_shoc_cld_p3_mam_optics_rrtmgp)
16-
add_subdirectory(mam/homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep)
17-
add_subdirectory(mam/homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav)
11+
add_subdirectory(mam)
1812
endif()
1913
endif()
2014
endif()
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
add_subdirectory(homme_shoc_cld_p3_mam_optics_rrtmgp)
2+
add_subdirectory(homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep)
3+
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav)

0 commit comments

Comments
 (0)