1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Half comms not working on GPU yet, so disable.

This commit is contained in:
Peter Boyle 2018-09-11 05:15:22 +01:00
parent e4deea4b94
commit adbdc4e65b

View File

@ -217,7 +217,7 @@ int main (int argc, char ** argv)
}
DomainWallFermionRL DwH(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5);
if (1) {
if (0) {
FGrid->Barrier();
DwH.ZeroCounters();
DwH.Dhop(src,result,0);