Skip to content

Commit

Permalink
Moved timer stats for AMGCL build right after AMGCL stats display
Browse files Browse the repository at this point in the history
(easier to read)
  • Loading branch information
BrunoLevy committed Nov 19, 2024
1 parent 31c6293 commit 0bc2d56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/geogram/NL/nl_amgcl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -825,12 +825,11 @@ template <class Backend> NLboolean nlSolveAMGCL_generic() {
GEO::Logger::out("AMGCL build") << "starting..." << std::endl;
}
Solver solver(M_amgcl,prm);
delete Wbuild;

if(ctxt->verbose) {
GEO::Logger::out("AMGCL build") << solver << std::endl;
GEO::Logger::out("AMGCL solve") << "starting..." << std::endl;
}
delete Wbuild;

// Start timer when running iterative solver
// (do not count construction in gflops stats)
Expand Down

0 comments on commit 0bc2d56

Please sign in to comment.