Skip to content

Support MPI Non-Blocking Collectives #1

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
besnardjb opened this issue Feb 17, 2022 · 0 comments · Fixed by #14
Closed

Support MPI Non-Blocking Collectives #1

besnardjb opened this issue Feb 17, 2022 · 0 comments · Fixed by #14
Assignees

Comments

@besnardjb
Copy link

NBCs

It would be interesting to support non-blocking collectives.

Related work : https://htor.inf.ethz.ch/research/nbcoll/#:~:text=What%20are%20Non%2Dblocking%20Collective,the%20advantages%20of%20collective%20communication.

Goal:

  • Intercept and MAP
  • Account for their distributed nature (not P2P but multiple calls at once)
  • Compute average trigger and completion front (when for each process)

TIPS: you may consider https://github.com/LLNL/wrap to generate the C wrappers.

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 a pull request may close this issue.

3 participants