We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caec9e2 commit a4e1857Copy full SHA for a4e1857
CMakeLists.txt
@@ -160,6 +160,12 @@ ecbuild_add_executable (
160
SOURCES StandAlone_FV3_Dycore.F90
161
LIBS ${this} OpenMP::OpenMP_Fortran)
162
163
+find_package (JeMalloc)
164
+if(JeMalloc_FOUND)
165
+ message(STATUS "JeMalloc found, using for StandAlone_FV3_Dycore.x")
166
+ target_link_libraries (StandAlone_FV3_Dycore.x JeMalloc::JeMalloc)
167
+endif()
168
+
169
ecbuild_add_executable (
170
TARGET rs_scale.x
171
SOURCES rs_scale.F90
0 commit comments