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

100 iters faster

This commit is contained in:
Peter Boyle 2016-02-15 16:03:04 -06:00
parent a0fc47c6f9
commit f7be108e35

View File

@ -122,7 +122,7 @@ int main (int argc, char ** argv)
DomainWallFermionR Dw(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5,params);
std::cout<<GridLogMessage << "Calling Dw"<<std::endl;
int ncall=1000;
int ncall=100;
{
double t0=usecond();
for(int i=0;i<ncall;i++){