git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14266 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-11-18 18:23:54 +00:00
parent f6c76f4623
commit 77f8955d4e
2 changed files with 0 additions and 7 deletions

View File

@ -232,9 +232,6 @@ void PairTersoffGPU::init_style()
memory->destroy(powern);
memory->destroy(_cutsq);
if (success == -10)
error->all(FLERR, "Pair tersoff/gpu only works with 1 thread per atom for now.");
GPU_EXTRA::check_flag(success,error,world);
if (gpu_mode == GPU_FORCE) {

View File

@ -63,9 +63,5 @@ E: All pair coeffs are not set
All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.
E: Pair tersoff/gpu only works with 1 thread per atom for now.
Self-explanatory.
*/