From e8b1251b8c29c4219cc7e1cd7083b4f008dfa7e3 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 17 Feb 2022 04:51:13 +0000 Subject: [PATCH] Staggered fix finished --- Grid/stencil/Stencil.h | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Grid/stencil/Stencil.h b/Grid/stencil/Stencil.h index 5a2d5099..246bdb36 100644 --- a/Grid/stencil/Stencil.h +++ b/Grid/stencil/Stencil.h @@ -251,6 +251,7 @@ public: Integer DestProc; Integer bytes; Integer lane; + Integer cb; void *recv_buf; }; @@ -571,7 +572,7 @@ public: } void AddCopy(void *from,void * to, Integer bytes) { - std::cout << "Adding CopyReceiveBuffer "<