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

Add a bit of documentation to MPI::compute_point_to_point_communication_pattern() #13147

Merged
merged 2 commits into from Jan 6, 2022

Conversation

bangerth
Copy link
Member

Follow-up to #13097.

I took the liberty to simplify the condition at the beginning a little bit by way of a lambda function. The rest of the patch might be hard to read because I removed a gratuitous pair of {...}, so look at it with whitespace off.

/rebuild

Comment on lines 414 to 417
else
// If that was not the case, we need to use the remainder of the code
// below, i.e., just fall through the else branch here
{}
Copy link
Member

Choose a reason for hiding this comment

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

I would prefer to just omit this.

Suggested change
else
// If that was not the case, we need to use the remainder of the code
// below, i.e., just fall through the else branch here
{}

Copy link
Member

Choose a reason for hiding this comment

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

Suggested changes spanning multiple lines, finally! 😃

@bangerth
Copy link
Member Author

Updated.

@bangerth
Copy link
Member Author

bangerth commented Jan 4, 2022

Ping?

@drwells drwells merged commit 07a2f3d into dealii:master Jan 6, 2022
@bangerth bangerth deleted the mpi branch January 6, 2022 21:52
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.

None yet

4 participants