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
16 lines
270 B
Bash
Executable File
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
|
|
|