Closed berland closed 5 months ago
This bug is a regression from https://github.com/equinor/ert/pull/6811
The problem is that killing of realizations depends on events being sent, but there are no events while all realizations are pending. The code is stuck in the async for
statement in:
https://github.com/equinor/ert/blob/main/src/ert/run_models/base_run_model.py#L502-L532
and never gets to the lines where it would kill realizations.
Describe the bug Terminate experiment does not do anything when jobs are pending.
To reproduce Steps to reproduce the behaviour:
short
, or for LSF use an outrageous memory requirement likeQUEUE_OPTION LSF LSF_RESOURCE rusage[mem=200000]
Expected behaviour
qdel
/bkill
commands should be initiated and Ert should tear down the ensemble experientEnvironment