mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Output TCPU for every substep.
This commit is contained in:
parent
f980c39e6c
commit
b38430ea2e
@ -333,7 +333,7 @@ namespace Opm {
|
|||||||
perfTimer.start();
|
perfTimer.start();
|
||||||
bool substep = true;
|
bool substep = true;
|
||||||
const auto& physicalModel = solver.model();
|
const auto& physicalModel = solver.model();
|
||||||
outputWriter->writeTimeStep( substepTimer, state, well_state, physicalModel, substep);
|
outputWriter->writeTimeStep( substepTimer, state, well_state, physicalModel, substep, -1.0, substepReport);
|
||||||
report.output_write_time += perfTimer.secsSinceStart();
|
report.output_write_time += perfTimer.secsSinceStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user