From ab32e0529288c1ad2b5f7079021ba74d7e572162 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 8 Jan 2021 20:54:58 +0000 Subject: [PATCH] Add ArborX to readme.html --- doc/readme.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/readme.html b/doc/readme.html index 3a73cd3537..dc0518f942 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -407,6 +407,15 @@

+
+ ArborX
+
+

+ 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. +

+
+
ARPACK
@@ -504,6 +513,15 @@

+
+ Kokkos
+
+

+ 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. +

+
+
METIS
-- 2.39.5