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
|
if (test $1 = "CLASS2") then
|
||||||
depend GPU
|
depend GPU
|
||||||
depend USER-CUDA
|
|
||||||
depend USER-OMP
|
depend USER-OMP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -64,7 +63,6 @@ if (test $1 = "DIPOLE") then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (test $1 = "GRANULAR") then
|
if (test $1 = "GRANULAR") then
|
||||||
depend USER-CUDA
|
|
||||||
depend USER-OMP
|
depend USER-OMP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -73,7 +71,6 @@ if (test $1 = "KSPACE") then
|
||||||
depend GPU
|
depend GPU
|
||||||
depend KOKKOS
|
depend KOKKOS
|
||||||
depend OPT
|
depend OPT
|
||||||
depend USER-CUDA
|
|
||||||
depend USER-OMP
|
depend USER-OMP
|
||||||
depend USER-INTEL
|
depend USER-INTEL
|
||||||
depend USER-PHONON
|
depend USER-PHONON
|
||||||
|
@ -84,7 +81,6 @@ if (test $1 = "MANYBODY") then
|
||||||
depend GPU
|
depend GPU
|
||||||
depend KOKKOS
|
depend KOKKOS
|
||||||
depend OPT
|
depend OPT
|
||||||
depend USER-CUDA
|
|
||||||
depend USER-MISC
|
depend USER-MISC
|
||||||
depend USER-OMP
|
depend USER-OMP
|
||||||
fi
|
fi
|
||||||
|
@ -92,7 +88,6 @@ fi
|
||||||
if (test $1 = "MOLECULE") then
|
if (test $1 = "MOLECULE") then
|
||||||
depend GPU
|
depend GPU
|
||||||
depend KOKKOS
|
depend KOKKOS
|
||||||
depend USER-CUDA
|
|
||||||
depend USER-MISC
|
depend USER-MISC
|
||||||
depend USER-OMP
|
depend USER-OMP
|
||||||
depend USER-FEP
|
depend USER-FEP
|
||||||
|
@ -110,7 +105,6 @@ fi
|
||||||
if (test $1 = "USER-CG-CMM") then
|
if (test $1 = "USER-CG-CMM") then
|
||||||
depend GPU
|
depend GPU
|
||||||
depend KOKKOS
|
depend KOKKOS
|
||||||
depend USER-CUDA
|
|
||||||
depend USER-OMP
|
depend USER-OMP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue