-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ecl_run depends on Resdata to be able to make summary objects #6928
Comments
The crash can be reproduced with
on the finished file produced in the asset. This implies a follow-up bug in |
We looked at this together, and it seems like resdata crashes on the first report step. One unusual thing about the summary file is that the seqhdr is negative and ministeps don't start from 0. |
Underlying bug in resdata: equinor/resdata#945 |
Checked a smry file from Eclipse 2021, and it has the same properties with respect to seqhdr and ministeps but there is no crash. |
This line exposes the Eclipse100 job to bugs in resdata for MPI runs.
ert/src/ert/shared/share/ert/forward-models/res/script/ecl_run.py
Line 389 in dd3a01d
For the user, a crash in this code looks like Eclipse100 itself has crashed, while it hasn't.
The text was updated successfully, but these errors were encountered: