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

src: Bug fix in shmem_internal_copy_self #1132

Merged

Conversation

philipmarshall21
Copy link
Collaborator

This PR makes it such that shmem_internal_copy_self will always wait until any pending put operations are complete before returning.

For example, when using OFI with bounce buffers enabled it is possible that shmem_internal_put_nb will not increment the completion value. If completion is zero, the call to shmem_internal_put_wait will not wait for completion of pending/ongoing put transactions before returning, even though the intent of shmem_internal_copy_self is to be blocking.

@philipmarshall21 philipmarshall21 merged commit 6f9f731 into Sandia-OpenSHMEM:main Jun 5, 2024
35 checks passed
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.

3 participants