Skip to content

Commit a274001

Browse files
committed
Merge branch 'ndk/eamxx/use-small-kernels-for-alvarez-gpu' into next (PR #7467)
Use small kernels for alvarez-gpu in same way we do for pm-gpu. Only impacts alvarez-gpu where we aren't running tests. [bfb]
2 parents 1358b7f + c739c51 commit a274001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/eamxx/cmake/machine-files/alvarez-gpu.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ include (${EKAT_MACH_FILES_PATH}/mpi/srun.cmake)
2121
#option(Kokkos_ARCH_AMPERE80 "" ON)
2222
set(CMAKE_CXX_FLAGS "-DTHRUST_IGNORE_CUB_VERSION_CHECK" CACHE STRING "" FORCE)
2323

24+
option(SCREAM_SMALL_KERNELS "Use small, non-monolothic kokkos kernels for ALL components that support them" ON)
25+
2426
message(STATUS "alvarez-gpu CMAKE_CXX_COMPILER_ID=${CMAKE_CXX_COMPILER_ID} CMAKE_Fortran_COMPILER_VERSION=${CMAKE_Fortran_COMPILER_VERSION}")
2527
if ("${PROJECT_NAME}" STREQUAL "E3SM")
2628
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")

0 commit comments

Comments
 (0)