Files
lammps/lib/kokkos/doc/build_docs
crtrott 91a791bbb3 Snapshot of kokkos.git from commit 0a776f65e7429b875839719c4fe528c15e871e46
From repository at git@github.com:/kokkos/kokkos.git

At commit:
commit 0a776f65e7429b875839719c4fe528c15e871e46
Author: crtrott <crtrott@sandia.gov>
Date:   Thu Dec 10 11:51:50 2015 -0700

    Adding CUDA 7.5 as secondary compiler to README
2015-12-10 11:52:34 -07:00

16 lines
270 B
Bash
Executable File

#!/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