From 07577b6ce66b3cafdbe698bc998ab68e506b3a6a Mon Sep 17 00:00:00 2001 From: Luca Bertagna Date: Wed, 18 Sep 2024 17:20:39 -0600 Subject: [PATCH] EAMxx: fix ghci-snl-openmp mach file --- components/eamxx/cmake/machine-files/ghci-snl-openmp.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/eamxx/cmake/machine-files/ghci-snl-openmp.cmake b/components/eamxx/cmake/machine-files/ghci-snl-openmp.cmake index 0d604cbb3b2..3139580e9ee 100644 --- a/components/eamxx/cmake/machine-files/ghci-snl-openmp.cmake +++ b/components/eamxx/cmake/machine-files/ghci-snl-openmp.cmake @@ -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)