1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00: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); DomainWallFermionRL DwH(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5);
if (1) { if (0) {
FGrid->Barrier(); FGrid->Barrier();
DwH.ZeroCounters(); DwH.ZeroCounters();
DwH.Dhop(src,result,0); DwH.Dhop(src,result,0);