From 3536cf9db968a20ad6d7fca9006b2b99f4f4af94 Mon Sep 17 00:00:00 2001 From: jtclemm Date: Mon, 23 Oct 2023 12:59:13 -0600 Subject: [PATCH] Adding triclinic patch to intel stencil --- src/INTEL/nstencil_bin_intel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/INTEL/nstencil_bin_intel.cpp b/src/INTEL/nstencil_bin_intel.cpp index 36a79e2997..4b7dc31f46 100644 --- a/src/INTEL/nstencil_bin_intel.cpp +++ b/src/INTEL/nstencil_bin_intel.cpp @@ -32,8 +32,8 @@ void NStencilBinIntel::create() // For half stencils, only the upper plane is needed int sy_min = sy; int sz_min = sz; - if (HALF && (!DIM_3D)) sy_min = 0; - if (HALF && DIM_3D) sz_min = 0; + if ((!TRI) && HALF && (!DIM_3D)) sy_min = 0; + if ((!TRI) && HALF && DIM_3D) sz_min = 0; nstencil = 0;