This is already handled in FindDEAL_II_KOKKOS.cmake. No need to
duplicate the logic.
set(TRILINOS_KOKKOS_DIR "${TRILINOS_CONFIG_DIR}/..")
endif()
- if(TRILINOS_WITH_KOKKOS AND Kokkos_ENABLE_CUDA)
- # We need to disable SIMD vectorization for CUDA device code.
- # Otherwise, nvcc compilers from version 9 on will emit an error message like:
- # "[...] contains a vector, which is not supported in device code". We
- # would like to set the variable in check_01_cpu_feature but at that point
- # we don't know if CUDA support is enabled in Kokkos
- set(DEAL_II_VECTORIZATION_WIDTH_IN_BITS 0)
- KOKKOS_CHECK(OPTIONS CUDA_LAMBDA)
- endif()
-
if(TRILINOS_WITH_TPETRA)
#
# Check if Tpetra is usable in fact.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams