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

Improve assert message in DictionaryPayLoad #12937

Conversation

peterrum
Copy link
Member

closes #12933

"Multiple processes seem to own the same global index. "
"A possible reason is that the sets of locally owned "
"indices are not distinct."));
Assert(interval.first < interval.second, ExcInternalError());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this assertion outside of the loop - it can never trigger in it since this is also the loop bounds.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nevermind - there are no brackets around the first assert so this is outside the loop!

@drwells
Copy link
Member

drwells commented Nov 12, 2021

/rebuild

@bangerth
Copy link
Member

Thanks! The tester seems to have run out of memory. Can you rebase and try again?

@peterrum
Copy link
Member Author

/rebuild

@peterrum peterrum force-pushed the mpi_compute_index_owner_internal_assert_message branch from 68012bb to 5e5ae0d Compare November 13, 2021 18:36
@peterrum peterrum merged commit 87e839d into dealii:master Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error with distribute_sparsity_pattern
3 participants