ert
ert copied to clipboard
Progressbar in Detailed Progress does not update after pressing kill simulations
Describe the bug Progressbar in Detailed Progress does not update after pressing kill simulations
To reproduce Steps to reproduce the behaviour:
-
pip install ert
(versions given below) - Use forward model running long enough to kill simulation manually
-
ert gui my_config.ert
- Run experiment (IES/Smoother/ESMDA/Test)
- Press "Kill Simulations"
Expected behaviour Expects the progress to show that all realizations have failed.
Screenshots Working - ert version 2.27.0:
Failing - ert version: 2.28.1 (and also main)
Environment
- ERT/Komodo release: Failed in: 2021.10.04-py36 (ert version: 2.28.1) Worked in: 2021.09.01-py36) (ert version: 2.27.0)
FWIW, I found the same in v4.0.3 on Komodo 2022.10.04-py38, except everything gets stuck in 'pending'.
Let's see if this is still an issue. Update: yest, that's the current behavior that it does not update the realizations in details view as failed, but left them when the terminate experiment was pressed. Is it something we want to fix @sondreso ?
I notice that there is a difference in behaviour between JobQueue and Scheduler as well. Scheduler marks all reals as failed, while JobQueue says they are still running.
I am putting this back in TODO. The Snapshot stuff needs to be refactored to a decent extent before this can be picked up. The main issue is that, at this time, the only thing that I have to work with is a dict
that can contain anything. We would require typing first.
Blocked by:
- [x] #7370
Closing this issue as it has been fixed since.