From 6283d11d5042ef36d306b28dfafe47ee7eab9d23 Mon Sep 17 00:00:00 2001 From: Azusa Yamaguchi Date: Tue, 8 Feb 2022 15:22:06 +0000 Subject: [PATCH] Add the comment line to tell the existance of copied data/buffer --- Grid/stencil/Stencil.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Grid/stencil/Stencil.h b/Grid/stencil/Stencil.h index 269ecfe4..d39345f7 100644 --- a/Grid/stencil/Stencil.h +++ b/Grid/stencil/Stencil.h @@ -571,6 +571,7 @@ public: } void AddCopy(void *from,void * to, Integer bytes) { + std::cout << "Adding CopyReceiveBuffer "<