Merge pull request #2140 from stanmoore1/kk_depend

Add missing Kokkos dependency
This commit is contained in:
Axel Kohlmeyer
2020-06-10 15:50:10 -04:00
committed by GitHub

View File

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