mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 14:40:46 +01:00
Debug of previous commit
This commit is contained in:
parent
43f5a0df50
commit
6358f35b7e
@ -240,7 +240,7 @@ public:
|
|||||||
double start = usecond();
|
double start = usecond();
|
||||||
fill_smearedSet(U);
|
fill_smearedSet(U);
|
||||||
double end = usecond();
|
double end = usecond();
|
||||||
double time = (stop - start)/ 1e3;
|
double time = (end - start)/ 1e3;
|
||||||
std::cout << GridLogMessage << "Smearing in " << time << " ms" << std::endl;
|
std::cout << GridLogMessage << "Smearing in " << time << " ms" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -271,7 +271,7 @@ public:
|
|||||||
pokeLorentz(SigmaTilde, tmp_mu, mu);
|
pokeLorentz(SigmaTilde, tmp_mu, mu);
|
||||||
}
|
}
|
||||||
double end = usecond();
|
double end = usecond();
|
||||||
double time = (stop - start)/ 1e3;
|
double time = (end - start)/ 1e3;
|
||||||
std::cout << GridLogMessage << "Smearing force in " << time << " ms" << std::endl;
|
std::cout << GridLogMessage << "Smearing force in " << time << " ms" << std::endl;
|
||||||
} // if smearingLevels = 0 do nothing
|
} // if smearingLevels = 0 do nothing
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user