From ab32e0529288c1ad2b5f7079021ba74d7e572162 Mon Sep 17 00:00:00 2001
From: Bruno Turcksin
+ ArborX is an open-source library designed to provide performance portable algorithms for geometric search, similarly to nanoflann and Boost Geometry.
+ To use a self compiled version, pass -DARBORX_DIR=/path/to/arborx
to the deal.II CMake call. To use ArborX, deal.II needs to be configured with Kokkossupport.
+
+ Kokkos implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms.
+ To use a self compiled version, pass -DKOKKOS_DIR=/path/to/kokkos
to the deal.II CMake call.
+