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

Merge branch 'bgq-asm-shmemfixes' into feature/bgq-asm

This commit is contained in:
paboyle
2017-03-12 23:30:09 +00:00
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);