1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Fix the multi-node path

This commit is contained in:
Peter Boyle 2018-09-09 14:27:37 +01:00
parent f4bfeb835d
commit 6d0f1aabb1

View File

@ -71,7 +71,7 @@ accelerator_inline void get_stencil(StencilEntry * mem, StencilEntry &chip)
} }
#ifdef GPU_VEC #ifdef GPU_VEC
#if 0 #if 1
#define GPU_COALESCED_STENCIL_LEG_PROJ(Dir,spProj) \ #define GPU_COALESCED_STENCIL_LEG_PROJ(Dir,spProj) \
synchronise(); \ synchronise(); \
if (SE._is_local) { \ if (SE._is_local) { \