-
Notifications
You must be signed in to change notification settings - Fork 122
dont call beginTimeStep when restarting simulation after failing #6120
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
base: master
Are you sure you want to change the base?
Conversation
jenkins build this please |
jenkins build this failure_report please |
1 similar comment
jenkins build this failure_report please |
jenkins build this failure_report please |
1 similar comment
jenkins build this failure_report please |
jenkins build this failure_report please |
2 similar comments
jenkins build this failure_report please |
jenkins build this failure_report please |
It doesn't show up in the failure report, so just in case you didn't see it, the |
It looks like MSW_2D_VERT_02 got problem at the first time step with singular matrix, |
Thanks for letting me know. I didn't notice this. I will investigate and report back. |
jenkins build this failure_report please |
jenkins build this failure_report please |
any_closed_wells_this_step = closed_this_step; | ||
} | ||
w += 1; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think you need to globally communicate any_closed_wells_this_step (preferably an int equivalent?) to ensure all procs do the same thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing. Fixed.
jenkins build this failure_report please |
2 similar comments
jenkins build this failure_report please |
jenkins build this failure_report please |
a rebase is needed for this PR. |
…t etc after failed simulations
These changes should be merged seperatly
jenkins build this failure_report please |
1 similar comment
jenkins build this failure_report please |
We do not want to redo the well testing, the pre-solving of wells, gas-lift optimization, network balancing, etc, after failed simulations
For now, this PR adds an if around the outer beginTimeStep. We may need a more fine-grained approach. However, initial testing on selected models is promising.