Unstructured CFD Graph Operations.
After git clone. Please copy the Kokkos directory into the top level.
git clone https://github.com/kokkos/kokkos.git
For a simple CPU build:
mkdir build
cd build
cmake ..
make -j
To build on the NASA NAS Pleiades cluster:
./misc/build_nas.sh
The code can auto-generate a cartesian grid in a unit cube:
./build/vul/ucgo -g <num_cells_x> <num_cells_y> <num_cells_z>