Skip to content

Commit

Permalink
LOKI: change default mode to scc-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Oct 1, 2024
1 parent 431a0ed commit 81aa838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 81aa838

Please sign in to comment.