diff --git a/doc/accelerate_kokkos.html b/doc/accelerate_kokkos.html index 8a15632f1e..fa3c98cefc 100644 --- a/doc/accelerate_kokkos.html +++ b/doc/accelerate_kokkos.html @@ -508,4 +508,7 @@ available backend programming models. Specifically, Kokkos requires extensive C++ support from the Kernel language. This is expected to change in the future.
+Kokkos must be built with a C++11 compatible compiler. For example, +gcc 4.7.2 or later. +