Unverified Commit a857e7f7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

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

Bug fix for eam/intel per-atom energy calculation.
parents 9c691ddd 074ae06b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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