[LGR] Disable Static Well filtering for Inactive cells#6787
Conversation
|
jenkins build this please |
|
@akva2 is there a way for me to run this multiple times to check this? |
|
that's something you do on your machine. use valgrind. |
You can also use the debug code from #6739 (comment) before going ahead to valgrind. Valgrind is slower but it will be the final check. |
this I have tried locally and it is fine. |
|
We have added a test case T1A_NOPINCH_ACTIONX_COMPDAT in OPM/opm-tests#1487 that could be used as a regression test for connections in inactive cells appearing due to ACTIONX. I would recommend to first add that regression test. |
can you review and get that PR in first? |
At the same time, this case is using ACTIONX to create new COMPDAT keyword and the PINCH happens before that. It is different from filtering the connections after processing the grid. |
True. On the other hand, we don't really need to create new connections in an action block in order to get into a situation that the current in which the |
5ff270c to
db8b621
Compare
|
jenkins build this please |
|
I think I should have discussed with you first. Somehow I decided to go ahead to do the removal work through #6806 and OPM/opm-common#4975 . Sorry about that. |
I merged those two PRs since they were slightly more complete than the current proposal. Please rebase this work on top of the current master branch to have (only) the commit that re-enables the regression test. |
db8b621 to
b2baff3
Compare
b2baff3 to
e68213f
Compare
|
jenkins build this please |
bska
left a comment
There was a problem hiding this comment.
Thanks a lot for the updates. This looks good to me now and I'll merge into master.
PR #6739 disables a LGR test that causes out-of-bounds memory access issues.
In this PR we reenable SPE1CASE1_CARFIN_GR test case.