mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-07 15:03:01 -06:00
start the execution timer when creating the eWoms simulator object
this provides accurate performance timings from within eWoms code. For example, this is useful for output of TCPU.
This commit is contained in:
parent
8f62670c1e
commit
19622dab57
@ -437,6 +437,7 @@ namespace Opm
|
||||
void setupEbosSimulator()
|
||||
{
|
||||
ebosSimulator_.reset(new EbosSimulator(/*verbose=*/false));
|
||||
ebosSimulator_->executionTimer().start();
|
||||
ebosSimulator_->model().applyInitialSolution();
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user