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

opal/accelerator: allow 0 size copies #12229

Merged

Conversation

edgargabriel
Copy link
Member

@edgargabriel edgargabriel commented Jan 12, 2024

it looks like zero size messages with valid buffer pointers can occur for send-to-self operations and with persistent request, even if the actual message size is not 0 bytes. The current accelerator components return however an error for size 0 making those tests fail in our testsuite.

This commit allows size 0 messages, and returns immediatly.

it looks like zero size messages with valid buffer pointers can occur
for send-to-self operations and with persistent request. The current
accelerator components return however an error for size 0 making those
tests fail in our testsuite.

This commit allows size 0 messages, and returns immediatly.

Signed-off-by: Edgar Gabriel <[email protected]>
@edgargabriel edgargabriel merged commit 6256b00 into open-mpi:main Jan 16, 2024
13 checks passed
@edgargabriel edgargabriel deleted the topic/accelerator-size-0-fix branch July 12, 2024 12:29
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.

4 participants