forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13264 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
884e76555b
commit
254e0da822
|
@ -71,6 +71,7 @@ fi
|
|||
if (test $1 = "KSPACE") then
|
||||
depend CORESHELL
|
||||
depend GPU
|
||||
depend KOKKOS
|
||||
depend OPT
|
||||
depend USER-CUDA
|
||||
depend USER-OMP
|
||||
|
@ -80,6 +81,7 @@ fi
|
|||
|
||||
if (test $1 = "MANYBODY") then
|
||||
depend GPU
|
||||
depend KOKKOS
|
||||
depend OPT
|
||||
depend USER-CUDA
|
||||
depend USER-MISC
|
||||
|
@ -88,6 +90,7 @@ fi
|
|||
|
||||
if (test $1 = "MOLECULE") then
|
||||
depend GPU
|
||||
depend KOKKOS
|
||||
depend USER-CUDA
|
||||
depend USER-MISC
|
||||
depend USER-OMP
|
||||
|
|
Loading…
Reference in New Issue