Skip to content
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

This completes the transition of identifying overlap cells with copy … #190

Merged
merged 1 commit into from
Oct 28, 2015

Conversation

blattms
Copy link
Member

@blattms blattms commented Oct 26, 2015

…indices in dune-istl.

It was needed for the parallel AMG to behave as expected when
agglomerating data to fewer processes. In this case the overlap in the
dune-grid sense has to marked as copy in the dune-istl index sets.
This was already done for the index sets, but the manually crafted
remote index list unsed in CpGrid did not reflect the change and
still marked cells not interrior as overlap and not copy. While this
was not a problem for the communication within the grid interface, it
broke the communication within dune-istl. The latter is used in
opm-autodiff and opm-core and there is poses a serious problem.

This commit fixes the setup of the remote index lists.

…indices in dune-istl.

It was needed for the parallel AMG to behave as expected when
agglomerating data to fewer processes. In this case the overlap in the
dune-grid sense has to marked as copy in the dune-istl index sets.
This was already done for the index sets, but the manually crafted
remote index list unsed in CpGrid did not reflect the change and
still marked cells not interrior as overlap and not copy. While this
was not a problem for the communication within the grid interface, it
broke the communication within dune-istl. The latter is used in
opm-autodiff and opm-core and there is poses a serious problem.

This commit fixes the setup of the remote index lists.
@blattms
Copy link
Member Author

blattms commented Oct 26, 2015

This is also a bugfix and it might make sense to included in the release.

@atgeirr
Copy link
Member

atgeirr commented Oct 28, 2015

Thanks for the patch! I'll merge.

atgeirr added a commit that referenced this pull request Oct 28, 2015
This completes the transition of identifying overlap cells with copy …
@atgeirr atgeirr merged commit 20322f1 into OPM:master Oct 28, 2015
@blattms blattms deleted the complete-overlap-to-copy-transition branch October 28, 2015 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants