From 2b80ac3d86a5ce918ab3a448d94bef548c568f4a Mon Sep 17 00:00:00 2001
From: sjplimp
Date: Wed, 4 Feb 2015 22:14:38 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13059
f3b2605a-c512-4ea7-a41b-209d697bcdaa
---
doc/accelerate_kokkos.html | 3 +++
doc/accelerate_kokkos.txt | 3 +++
doc/fix_ttm.html | 6 +++---
doc/fix_ttm.txt | 6 +++---
4 files changed, 12 insertions(+), 6 deletions(-)
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.
+