From 4190d5a890fa78a1eb5e8c442beb5082123c4c1b Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 2 Apr 2025 12:59:44 -0400 Subject: [PATCH] Improve wording Co-authored-by: Wolfgang Bangerth --- 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 bd4e380d79..159b8566f0 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 explicitly define Kokkos' - nvcc_wrapper or clang++ as `CMAKE_CXX_COMPILER` when enabling the + backends enabled in Kokkos. In particular, you need to explicitly set `CMAKE_CXX_COMPILER` to either Kokkos' + nvcc_wrapper or clang++ when enabling the Cuda backend.

-- 2.39.5