From bfaa34553645216488274f18d69db6c96c8f94c6 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Fri, 17 Aug 2018 00:09:39 -0400 Subject: [PATCH] add comment on KOKKOS compiler and platform support --- doc/src/Packages_details.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/Packages_details.txt b/doc/src/Packages_details.txt index 5ab85a80c8..892774be38 100644 --- a/doc/src/Packages_details.txt +++ b/doc/src/Packages_details.txt @@ -382,6 +382,11 @@ switches"_Run_options.html. Also see the "GPU"_#PKG-GPU, "OPT"_#PKG-OPT, have styles optimized for CPUs, KNLs, and GPUs. You must have a C++11 compatible compiler to use this package. +KOKKOS makes extensive use of advanced C++ features, which can +expose compiler bugs, especially when compiling for maximum +performance at high optimization levels. Please see the file +lib/kokkos/README for a list of compilers and their respective +platforms, that are known to work. [Authors:] The KOKKOS package was created primarily by Christian Trott and Stan Moore (Sandia), with contributions from other folks as well. -- GitLab