forked from lijiext/lammps
Merge pull request #1608 from wmbrownIntel/intel-eam-eatom-fix
Bug fix for eam/intel per-atom energy calculation.
This commit is contained in:
commit
a857e7f790
|
@ -451,7 +451,6 @@ void PairEAMIntel::eval(const int offload, const int vflag,
|
|||
|
||||
if (tid == 0)
|
||||
comm->forward_comm_pair(this);
|
||||
if (NEWTON_PAIR) memset(f + minlocal, 0, f_stride * sizeof(FORCE_T));
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#pragma omp barrier
|
||||
|
|
Loading…
Reference in New Issue