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)