mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15090 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
414c1b011f
commit
0a56b26fe1
|
@ -49,7 +49,6 @@ fi
|
|||
|
||||
if (test $1 = "CLASS2") then
|
||||
depend GPU
|
||||
depend USER-CUDA
|
||||
depend USER-OMP
|
||||
fi
|
||||
|
||||
|
@ -64,7 +63,6 @@ if (test $1 = "DIPOLE") then
|
|||
fi
|
||||
|
||||
if (test $1 = "GRANULAR") then
|
||||
depend USER-CUDA
|
||||
depend USER-OMP
|
||||
fi
|
||||
|
||||
|
@ -73,7 +71,6 @@ if (test $1 = "KSPACE") then
|
|||
depend GPU
|
||||
depend KOKKOS
|
||||
depend OPT
|
||||
depend USER-CUDA
|
||||
depend USER-OMP
|
||||
depend USER-INTEL
|
||||
depend USER-PHONON
|
||||
|
@ -84,7 +81,6 @@ if (test $1 = "MANYBODY") then
|
|||
depend GPU
|
||||
depend KOKKOS
|
||||
depend OPT
|
||||
depend USER-CUDA
|
||||
depend USER-MISC
|
||||
depend USER-OMP
|
||||
fi
|
||||
|
@ -92,7 +88,6 @@ fi
|
|||
if (test $1 = "MOLECULE") then
|
||||
depend GPU
|
||||
depend KOKKOS
|
||||
depend USER-CUDA
|
||||
depend USER-MISC
|
||||
depend USER-OMP
|
||||
depend USER-FEP
|
||||
|
@ -110,7 +105,6 @@ fi
|
|||
if (test $1 = "USER-CG-CMM") then
|
||||
depend GPU
|
||||
depend KOKKOS
|
||||
depend USER-CUDA
|
||||
depend USER-OMP
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue