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

MPIX_Continue: the basic implementation #7164

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JiakunYan
Copy link

@JiakunYan JiakunYan commented Oct 8, 2024

Pull Request Description

The basic implementation of the MPIX continuation proposal (mpiwg-hybrid/hybrid-issues#6).

A brief overview: it introduces a new way to attach a callback function (named continuation) to a request object corresponding to a pending operation and register it with a continuation request. The callback will be invoked once the corresponding operation is complete. The continuation request provides ways to manage the execution and completion of registered continuations.

What this PR is not covered.

  • Fortran binding.
  • Logic related to attaching callback to continuation requests.
  • Logic related to error propagation.

Will do another pass soon to match the API in the newest continuation proposal.

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 this pull request may close these issues.

1 participant