From: Daniel Arndt Date: Wed, 2 Apr 2025 16:59:44 +0000 (-0400) Subject: Improve wording X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4190d5a890fa78a1eb5e8c442beb5082123c4c1b;p=dealii.git Improve wording Co-authored-by: Wolfgang Bangerth --- 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.