Skip to content

v4.0.x: Improve MPI_Waitall performance for MPI_THREAD_MULTIPLE #9287

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

Closed
wants to merge 1 commit into from

Conversation

awlauria
Copy link
Contributor

@awlauria awlauria commented Aug 18, 2021

Avoid atomic cmpxchng operations for MPI requests that are already
complete. This improves the performance in message rate benchmarks.

bot:notacherrypick

Signed-off-by: Austen Lauria [email protected]

Avoid atomic cmpxchng operations for MPI requests that are already
complete. This improves the performance in message rate benchmarks.

Signed-off-by: Austen Lauria <[email protected]>
@awlauria awlauria requested review from bosilca, hjelmn and nysal August 18, 2021 20:26
@awlauria awlauria added this to the v4.0.7 milestone Aug 18, 2021
Copy link
Contributor

@devreal devreal left a comment

Choose a reason for hiding this comment

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

LGTM

@awlauria
Copy link
Contributor Author

@devreal thanks - opened this to v4 by mistake. master pr here:

#9291

if that goes in, I'll bring it back to v4 as a cherry-pick.

@awlauria awlauria closed this Aug 18, 2021
@awlauria awlauria deleted the waitall_perf_v4.0.x branch March 17, 2022 17:25
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.

3 participants