From c54e01c2b00164ea4bbcffd7cc7439ad889faa79 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 2 Apr 2025 11:46:24 -0400 Subject: [PATCH] Be more explicit about CMAKE_CXX_COMPILER Co-authored-by: David Schneider --- doc/external-libs/cuda.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/external-libs/cuda.html b/doc/external-libs/cuda.html index 38f8b4f7ac..bd4e380d79 100644 --- a/doc/external-libs/cuda.html +++ b/doc/external-libs/cuda.html @@ -16,8 +16,8 @@ To compile and run CUDA code, you need to use an external Kokkos installation that has been configured with CUDA support. Note that deal.II requires a compiler that is compatible with the - backends enabled in Kokkos. In particular, you need to use Kokkos' - nvcc_wrapper or clang++ when enabling the + backends enabled in Kokkos. In particular, you need to explicitly define Kokkos' + nvcc_wrapper or clang++ as `CMAKE_CXX_COMPILER` when enabling the Cuda backend.

-- 2.39.5