From 6d0f1aabb10ab403a7130a49827d9bba212e4a02 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 9 Sep 2018 14:27:37 +0100 Subject: [PATCH] Fix the multi-node path --- lib/qcd/action/fermion/WilsonKernelsGpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qcd/action/fermion/WilsonKernelsGpu.cc b/lib/qcd/action/fermion/WilsonKernelsGpu.cc index d2f885dc..6f06af5b 100644 --- a/lib/qcd/action/fermion/WilsonKernelsGpu.cc +++ b/lib/qcd/action/fermion/WilsonKernelsGpu.cc @@ -71,7 +71,7 @@ accelerator_inline void get_stencil(StencilEntry * mem, StencilEntry &chip) } #ifdef GPU_VEC -#if 0 +#if 1 #define GPU_COALESCED_STENCIL_LEG_PROJ(Dir,spProj) \ synchronise(); \ if (SE._is_local) { \