]> https://gitweb.dealii.org/ - dealii.git/commit
Kokkos+CUDA: disable warning 17465/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 11 Aug 2024 17:21:58 +0000 (13:21 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 11 Aug 2024 17:21:58 +0000 (13:21 -0400)
commit5b68dc5be35ccc4b964d922140f960de737599a5
treec0e7017b04f144af57f692e039afacd34c42da26
parent878ed2bce2efb787748eb7f45cd24d8ae677493f
Kokkos+CUDA: disable warning

nvcc decides that it should produce a warning about a missing return in
a situation like this:
```
{
  if (check)
    return true;
  else
    return false;
}
```
Disable this warning.
cmake/modules/FindDEAL_II_KOKKOS.cmake

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


Typeset in Trocchi and Trocchi Bold Sans Serif.