mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Print time to apply wells for verbosity>=3
This commit is contained in:
committed by
Razvan Nane
parent
abce3a897c
commit
b2fea287bc
@@ -347,6 +347,7 @@ void rocsparseSolverBackend<block_size>::gpu_pbicgstab([[maybe_unused]] WellCont
|
||||
std::ostringstream out;
|
||||
out << "rocsparseSolver::prec_apply: " << t_prec.elapsed() << " s\n";
|
||||
out << "rocsparseSolver::spmv: " << t_spmv.elapsed() << " s\n";
|
||||
out << "rocsparseSolver::well: " << t_well.elapsed() << " s\n";
|
||||
out << "rocsparseSolver::rest: " << t_rest.elapsed() << " s\n";
|
||||
out << "rocsparseSolver::total_solve: " << res.elapsed << " s\n";
|
||||
OpmLog::info(out.str());
|
||||
|
||||
Reference in New Issue
Block a user