mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: need to sync adjusted timestep across processes in parallel
This commit is contained in:
parent
78c6033ab4
commit
644a7f2616
@ -367,6 +367,7 @@ public:
|
||||
return wg_events.hasEvent(name, ScheduleEvents::REQUEST_OPEN_WELL);
|
||||
});
|
||||
|
||||
wcycle_time_step = this->grid().comm().min(wcycle_time_step);
|
||||
if (dt != wcycle_time_step) {
|
||||
this->adaptiveTimeStepping_->updateNEXTSTEP(wcycle_time_step);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user