We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1358b7f + c739c51 commit a274001Copy full SHA for a274001
components/eamxx/cmake/machine-files/alvarez-gpu.cmake
@@ -21,6 +21,8 @@ include (${EKAT_MACH_FILES_PATH}/mpi/srun.cmake)
21
#option(Kokkos_ARCH_AMPERE80 "" ON)
22
set(CMAKE_CXX_FLAGS "-DTHRUST_IGNORE_CUB_VERSION_CHECK" CACHE STRING "" FORCE)
23
24
+option(SCREAM_SMALL_KERNELS "Use small, non-monolothic kokkos kernels for ALL components that support them" ON)
25
+
26
message(STATUS "alvarez-gpu CMAKE_CXX_COMPILER_ID=${CMAKE_CXX_COMPILER_ID} CMAKE_Fortran_COMPILER_VERSION=${CMAKE_Fortran_COMPILER_VERSION}")
27
if ("${PROJECT_NAME}" STREQUAL "E3SM")
28
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
0 commit comments