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 "<