From 77f8955d4ec463df50df7cdce43308e4d216ab1c Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 18 Nov 2015 18:23:54 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14266 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/GPU/pair_tersoff_gpu.cpp | 3 --- src/GPU/pair_tersoff_gpu.h | 4 ---- 2 files changed, 7 deletions(-) diff --git a/src/GPU/pair_tersoff_gpu.cpp b/src/GPU/pair_tersoff_gpu.cpp index eea3fbc06d..7b225de729 100644 --- a/src/GPU/pair_tersoff_gpu.cpp +++ b/src/GPU/pair_tersoff_gpu.cpp @@ -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) { diff --git a/src/GPU/pair_tersoff_gpu.h b/src/GPU/pair_tersoff_gpu.h index 1c92d508c9..5b7ba93f29 100644 --- a/src/GPU/pair_tersoff_gpu.h +++ b/src/GPU/pair_tersoff_gpu.h @@ -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. - */