Kokkos: The Computation of The Element Matrices of a 3D Finite Element Discretization of the Laplacian on a Mesh of Tetrahedral Elements
- Make sure
Makefile
points to the correct Kokkos directory - To target CPU, build with
make -j4 KOKKOS_DEVICES=OpenMP
- To target GPU, build with
make -j4 KOKKOS_DEVICES=Cuda