Add missing Kokkos dependency

This commit is contained in:
Stan Moore 2020-06-10 10:49:41 -06:00
parent 0b7f58e674
commit 404516060d
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ if (test $1 = "DIPOLE") then
fi
if (test $1 = "GRANULAR") then
depend KOKKOS
depend USER-OMP
fi