diff --git a/CMakeLists.txt b/CMakeLists.txt index 0918eb25c..c7d1dbc71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ ecbuild_add_option( FEATURE LOKI REQUIRED_PACKAGES "loki" ) # Set default Loki transformation mode -set( LOKI_MODE "scc-hoist" CACHE STRING "Transformation mode for Loki source transformations" ) +set( LOKI_MODE "scc-stack" CACHE STRING "Transformation mode for Loki source transformations" ) ### OpenACC if( ${CMAKE_VERSION} VERSION_LESS "3.25" AND HAVE_LOKI AND NOT LOKI_MODE MATCHES "idem|idem-stack" )