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

MPI_Wait missing "deallocated" #104

Closed
AndrewGaspar opened this issue Sep 10, 2018 · 1 comment
Closed

MPI_Wait missing "deallocated" #104

AndrewGaspar opened this issue Sep 10, 2018 · 1 comment

Comments

@AndrewGaspar
Copy link

Problem

The MPI_Wait description for what happens to the request object when the request completes is incomplete. In the copy of the MPI 3.1 standard currently available on mpi-forum.org, request completion is described as:

"Any other type of request is and the request handle is set to MPI_REQUEST_NULL."

Proposal

This should presumably say the request is "deallocated" based on the other request completion routine descriptions.

Changes to the Text

Changes in bold.

"Any other type of request is deallocated and the request handle is set to MPI_REQUEST_NULL."

Impact on Implementations

None - this behavior was documented correctly as recently as MPI 2.2 and the requirement is obvious. I believe all implementations currently have the correct behavior here.

Impact on Users

None.

References

@AndrewGaspar
Copy link
Author

Nevermind, I see #45 now.

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

No branches or pull requests

1 participant