1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

Think I'm getting on top of the reduced cost exterior precomputed list of links

This commit is contained in:
paboyle
2017-04-25 08:50:26 +01:00
parent 56277a11c8
commit ab66bac4e6
4 changed files with 22 additions and 34 deletions

View File

@ -166,7 +166,7 @@ int main (int argc, char ** argv)
std::cout << GridLogMessage<< "*****************************************************************" <<std::endl;
DomainWallFermionR Dw(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5);
int ncall =1000;
int ncall =100;
if (1) {
FGrid->Barrier();
Dw.ZeroCounters();