Rerecord, not fade away !

This commit is contained in:
Peter Boyle
2026-08-26 20:15:14 -04:00
parent bc67e2c584
commit 5372dce0c2
4 changed files with 136 additions and 40 deletions
+1
View File
@@ -104,6 +104,7 @@ int main(int argc, char **argv)
LatticeFermionD src(UGrid), x(UGrid);
for(int c=0;c<ncal;c++){ gaussian(RNG4,src); x = Zero(); GCR(src,x); }
GCR.SetCoefficientRecorder(nullptr);
rec.Flush();
rec.Report("smoother");
Report("record: steps and calls", rec.Steps()==nstep && rec.Calls()==ncal,
std::to_string(rec.Steps())+" steps, "+std::to_string(rec.Calls())+" calls");