Updating Kokkos lib

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15556 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
stamoor
2016-09-06 23:06:32 +00:00
parent 1ad033ec0c
commit 39be4185c4
502 changed files with 157510 additions and 0 deletions

15
lib/kokkos/doc/build_docs Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh
if [ $TRILINOS_HOME ]; then
echo "TRILINOS_HOME has already been set!"
else
echo "TRILINOS_HOME has not been set. Setting it!"
export TRILINOS_HOME=`pwd`/../../..
fi
echo
echo "Generating main Kokkos doxygen documentation ..."
echo
doxygen Doxyfile