From c206cbf6d1f64f2778f53dea01740bbe09a3f84e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 14 Oct 2022 16:16:08 -0400 Subject: [PATCH] KOKKOS_ARCH output is always empty, so no need to print it --- cmake/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 00774fd978..2ba939c824 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -976,9 +976,6 @@ if(PKG_GPU) endif() message(STATUS "GPU precision: ${GPU_PREC}") endif() -if(PKG_KOKKOS) - message(STATUS "Kokkos Arch: ${KOKKOS_ARCH}") -endif() if(PKG_KSPACE) message(STATUS "<<< FFT settings >>> -- Primary FFT lib: ${FFT}")