Contains test code to demonstrate TIOGA to STK integration.
The following dependencies must be available on your system:
See share/cmake_configure.sh
for an example CMake configuration script.
git clone https://github.com/sayerhs/tioga_utils.git
cd tioga_utils
mkdir build
cd build
cp ../share/cmake_configure.sh
# EDIT script as necessary
./cmake_configure.sh
make
mpiexec -np <NPROCS> stk2tioga <input_file>