-
Notifications
You must be signed in to change notification settings - Fork 78
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
Parallel CpGrid test with aquifer cells is missing. #668
Comments
Do you mean OPM/opm-simulators#4740?
Kind of. There's nothing in the load balancing step that uses or is aware of numerical aquifers, but once we're running in distributed mode every process/rank's collection of aquifers knows about all numerical aquifers in the model. |
Yes that is what I meant. In AquiferGridUtils.hpp#L52 we ask CpGrid about the aquifer cells, but I cannot find that this information is actually ever transferred to the load balanced grid. For the unbalanced grid the aquifer cells a added when processing the eclipse files it seems. |
I didn't get a definite answer to this, but while working on a tangential issue I had a look at the |
While looking at OPM/opm-simulators#740 I started wondering whether we actually distribute the information about aquifer cells when load balancing. I hope we do, but we should definitely add one test for that to the test suite. At least could not find one.
The text was updated successfully, but these errors were encountered: