1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 22:07:05 +01:00

Tracing replaces self timing hooks

This commit is contained in:
Peter Boyle
2022-08-31 17:33:41 -04:00
parent 5abb19eab0
commit cd5cf6d614
5 changed files with 0 additions and 18 deletions

View File

@ -155,7 +155,6 @@ int main (int argc, char ** argv)
//int ncall=1;
// Counters
Dw.ZeroCounters();
Grid.Barrier();
double t0=usecond();
@ -201,7 +200,6 @@ int main (int argc, char ** argv)
err = ref-result;
std::cout<<GridLogMessage << "norm diff "<< norm2(err)<<std::endl;
Dw.Report();
// guard
double err0 = norm2(err);