From 93251bfba0ff0d0eef93002bf87ae804a718d10c Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 12 Feb 2025 14:50:21 +0000 Subject: [PATCH] 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 --- Grid/communicator/Communicator_base.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Grid/communicator/Communicator_base.h b/Grid/communicator/Communicator_base.h index 78385c09..1db5bc59 100644 --- a/Grid/communicator/Communicator_base.h +++ b/Grid/communicator/Communicator_base.h @@ -33,6 +33,8 @@ Author: Peter Boyle /////////////////////////////////// #include +#define NVLINK_GET + NAMESPACE_BEGIN(Grid); extern bool Stencil_force_mpi ;