Skip to content

Commit d51ad43

Browse files
committed
Propagated Tom's cleanup (removing standalones) to v12
1 parent e2e437c commit d51ad43

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

CMakeLists.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ set (srcs
1010
Cube2LatLon.F90 LatLon2Cube.F90 AppGridCreate.F90 FV_StateMod.F90
1111
AdvCore_GridCompMod.F90
1212
DynCore_GridCompMod.F90 CreateInterpWeights_GridCompMod.F90
13-
StandAlone_DynAdvCore_GridCompMod.F90
1413
CubeToLatLonRegridder.F90
1514
LatLonToCubeRegridder.F90
1615
CubeToCubeRegridder.F90
@@ -160,32 +159,11 @@ foreach(flag ${tmp})
160159
target_compile_options (${this} PRIVATE $<$<COMPILE_LANGUAGE:Fortran>:${flag}>)
161160
endforeach()
162161

163-
ecbuild_add_executable (
164-
TARGET StandAlone_FV3_Dycore.x
165-
SOURCES StandAlone_FV3_Dycore.F90
166-
LIBS ${this} OpenMP::OpenMP_Fortran)
167-
168-
find_package (JeMalloc)
169-
if(JeMalloc_FOUND)
170-
message(STATUS "JeMalloc found, using for StandAlone_FV3_Dycore.x")
171-
target_link_libraries (StandAlone_FV3_Dycore.x JeMalloc::JeMalloc)
172-
endif()
173-
174162
ecbuild_add_executable (
175163
TARGET rs_scale.x
176164
SOURCES rs_scale.F90
177165
LIBS ${this} OpenMP::OpenMP_Fortran)
178166

179-
ecbuild_add_executable (
180-
TARGET StandAlone_AdvCore.x
181-
SOURCES StandAlone_AdvCore.F90
182-
LIBS ${this} OpenMP::OpenMP_Fortran)
183-
184-
ecbuild_add_executable (
185-
TARGET StandAlone_DynAdvCore.x
186-
SOURCES StandAlone_DynAdvCore.F90
187-
LIBS ${this} OpenMP::OpenMP_Fortran)
188-
189167
ecbuild_add_executable (
190168
TARGET c2c.x
191169
SOURCES c2c.F90

0 commit comments

Comments
 (0)