Merge pull request #1608 from wmbrownIntel/intel-eam-eatom-fix

Bug fix for eam/intel per-atom energy calculation.
This commit is contained in:
Axel Kohlmeyer 2019-08-02 10:42:54 -04:00 committed by GitHub
commit a857e7f790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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