Bug fix for USER-INTEL package with triclinic neighbor builds.

This commit is contained in:
Michael Brown 2019-12-18 01:27:39 -08:00
parent 6c3161cb55
commit 3be04e4671
1 changed files with 2 additions and 2 deletions

View File

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