forked from lijiext/lammps
Add missing Kokkos dependency
This commit is contained in:
parent
0b7f58e674
commit
404516060d
|
@ -69,6 +69,7 @@ if (test $1 = "DIPOLE") then
|
|||
fi
|
||||
|
||||
if (test $1 = "GRANULAR") then
|
||||
depend KOKKOS
|
||||
depend USER-OMP
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue