From: Daniel Arndt <arndtd@ornl.gov> 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=refs%2Fpull%2F18319%2Fhead;p=dealii.git Improve wording Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu> --- 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' - <code>nvcc_wrapper</code> or <code>clang++</code> as `CMAKE_CXX_COMPILER` when enabling the + backends enabled in Kokkos. In particular, you need to explicitly set `CMAKE_CXX_COMPILER` to either Kokkos' + <code>nvcc_wrapper</code> or <code>clang++</code> when enabling the Cuda backend. </p>