diff --git a/tests/Test_stencil.cc b/tests/Test_stencil.cc index 73fa5d78..c0c12c4c 100644 --- a/tests/Test_stencil.cc +++ b/tests/Test_stencil.cc @@ -97,15 +97,11 @@ int main(int argc, char ** argv) { ocoor[dir]=(ocoor[dir]+disp)%Fine._rdimensions[dir]; } - std::cout << GridLogMessage << "A" << std::endl; - SimpleCompressor compress; myStencil.HaloExchange(Foo,compress); Bar = Cshift(Foo,dir,disp); - std::cout << GridLogMessage << "B" << std::endl; - // Implement a stencil code that should agree with cshift! for(int i=0;ioSites();i++){ @@ -120,9 +116,9 @@ int main(int argc, char ** argv) { else if (SE->_is_local) check[i] = foo[SE->_offset]; else { - check[i] = myStencil.CommBuf()[SE->_offset]; - std::cout << " receive "<_offset]; // <-- this is illegal on most GPU setups, host accesses cudaMalloc memory + // std::cout << " receive "<