Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91584210
build_docs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 12, 11:00
Size
270 B
Mime Type
text/x-shellscript
Expires
Thu, Nov 14, 11:00 (2 d)
Engine
blob
Format
Raw Data
Handle
22287314
Attached To
rLAMMPS lammps
build_docs
View Options
#!/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
Event Timeline
Log In to Comment