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

Merge pull request #1813 from wmbrownIntel/user-intel-tri-fix

Bug fix for USER-INTEL package with triclinic neighbor builds.
parents 6c3161cb 3be04e46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ void NPairIntel::bin_newton(const int offload, NeighList *list,
            if (THREE) ttag[u] = tag[j];
          }

          if (FULL == 0 || TRI == 1) {
          if (FULL == 0 && TRI != 1) {
            icount = 0;
            istart = ncount;
            IP_PRE_edge_align(istart, sizeof(int));
@@ -392,7 +392,7 @@ void NPairIntel::bin_newton(const int offload, NeighList *list,
        // ---------------------- Loop over i bin

        int n = 0;
        if (FULL == 0 || TRI == 1) {
        if (FULL == 0 && TRI != 1) {
          #if defined(LMP_SIMD_COMPILER)
          #pragma vector aligned
          #pragma ivdep