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

Wrap copied pids based on n_proc, not n_part #4081

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

roystgnr
Copy link
Member

@roystgnr roystgnr commented Feb 13, 2025

This fixes a bug where, when copying a distributed mesh into another distributed mesh that's too small to use all its processors, the latter mesh is left in an invalid state with element owners that can't see all the elements they own.

This should probably be the PR that finally closes #1512, and it fixes #4075 too.

This fixes a bug where, when copying a distributed mesh into another
distributed mesh that's too small to use all its processors, the latter
mesh is left in an invalid state with element owners that can't see all
the elements they own.
@moosebuild
Copy link

Job Coverage, step Generate coverage on 08b7ee3 wanted to post the following:

Coverage

Inconsistent report tags were found between the head and base reports.
This can happen when reports are missing from either the head or the base.

Inconsistent tags:
32bit-np2_threads2
Full coverage report

This comment will be updated on new commits.

@roystgnr
Copy link
Member Author

This is a real bug. Not a new bug, but a bug in the all_increased_order_range helper function that's being newly exposed. Working on a fix now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants