1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 19:36:56 +01:00

Fixes to SHMEM comms

This commit is contained in:
Christopher Kelly
2017-02-28 13:31:54 -08:00
parent 96d44d5c55
commit 06a132e3f9
4 changed files with 32 additions and 14 deletions

View File

@ -229,7 +229,7 @@ namespace QCD {
// }
int face_idx=0;
if ( dag ) {
std::cout << " Optimised Dagger compress " <<std::endl;
// std::cout << " Optimised Dagger compress " <<std::endl;
this->HaloGatherDir(source,XpCompress,Xp,face_idx);
this->HaloGatherDir(source,YpCompress,Yp,face_idx);
this->HaloGatherDir(source,ZpCompress,Zp,face_idx);