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

HG: internal bulk transfer and one-way RPCs #542

Open
soumagne opened this issue Feb 3, 2022 · 0 comments
Open

HG: internal bulk transfer and one-way RPCs #542

soumagne opened this issue Feb 3, 2022 · 0 comments

Comments

@soumagne
Copy link
Member

soumagne commented Feb 3, 2022

When going over the eager message size limit, Mercury automatically uses an overflow mechanism that lets larger messages be transferred using RMA. When using one-way RPCs however, there is currently no mechanism that lets the user buffers remain valid until those transfers are over. In that particular case, oneway RPCs should implicitly be made two-way, letting the bulk transfer callback send a notification back, which would mark the RPC as complete.

@soumagne soumagne added this to the mercury-2.3.0 milestone Dec 9, 2022
@soumagne soumagne modified the milestones: mercury-2.3.0, future May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant