Skip to content

Commit

Permalink
Add missing timer
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Jun 5, 2024
1 parent a4e5ea6 commit 6e232df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HSS/HSSMatrix.compress_stable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ namespace strumpack {
<< dt(begin, tnow()) << " [10e-3s]" << std::endl;
begin = tnow();
matrixT_times_SJLT(A, temp, Sc_new);
if (opts.verbose())
std::cout << "# AT*S time = "
<< dt(begin, tnow()) << " [10e-3s]" << std::endl;
total_nnz += opts.nnz();
}
Rc_new.copy(Rr_new);
Expand Down

0 comments on commit 6e232df

Please sign in to comment.