]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix DEAL_II_ARBORX_CXX20_BUG check 16992/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 9 May 2024 17:19:09 +0000 (13:19 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 9 May 2024 17:19:09 +0000 (13:19 -0400)
cmake/configure/configure_50_arborx.cmake

index 1eda0df953ce7f81d76408a00a52dc2314c22f0a..584d51788c0ed4c04276ac4b67da8fdf54fe0b64 100644 (file)
@@ -55,7 +55,7 @@ macro(feature_arborx_find_external var)
       #include <ArborX.hpp>
       int main() {
         Kokkos::View<ArborX::Point*, Kokkos::HostSpace> points(\"points\", 0);
-        [[maybe_unused]] ArborX::BVH<Kokkos::HostSpace> bvh(Kokkos::DefaultExecutionSpace{}, points);
+        [[maybe_unused]] ArborX::BVH<Kokkos::HostSpace> bvh(Kokkos::DefaultHostExecutionSpace{}, points);
       }
       "
       DEAL_II_ARBORX_CXX20_BUG)

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.