Skip to content

Commit

Permalink
EAMxx: fix ghci-snl-openmp mach file
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Sep 18, 2024
1 parent df3c8a7 commit 07577b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/eamxx/cmake/machine-files/ghci-snl-openmp.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Common settings for our ghci images
include(${CMAKE_CURRENT_LIST_DIR}/ghci.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/ghci-snl.cmake)

# Set SCREAM_MACHINE
set(SCREAM_MACHINE ghci-openmp CACHE STRING "")
set(SCREAM_MACHINE ghci-snl-openmp CACHE STRING "")

# Set OpenMP backend
set(EKAT_MACH_FILES_PATH ${CMAKE_CURRENT_LIST_DIR}/../../../../externals/ekat/cmake/machine-files)
Expand Down

0 comments on commit 07577b6

Please sign in to comment.