1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-03 18:55:56 +01:00

GET not put for better ordering in the downstream dependent kernels -- I

know when I'm done, so we can move a barrier / handshake between ranks
intranode to a point off critical path
This commit is contained in:
Peter Boyle 2025-02-12 14:50:21 +00:00
parent 18b79508b8
commit 93251bfba0

View File

@ -33,6 +33,8 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
///////////////////////////////////
#include <Grid/communicator/SharedMemory.h>
#define NVLINK_GET
NAMESPACE_BEGIN(Grid);
extern bool Stencil_force_mpi ;