git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14266 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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) {
|
||||
|
||||
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user