We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for taking the time to submit an issue!
main (a24343d)
The man pages use MPI_Request* request rather than MPI_Request request:
MPI_Request* request
MPI_Request request
https://github.com/open-mpi/ompi/blob/main/docs/man-openmpi/man3/MPI_Pready.3.rst
Same for MPI_Pready_range and MPI_Pready_list
MPI_Pready_range
MPI_Pready_list
The text was updated successfully, but these errors were encountered:
@jprotze Thank you for notifying us of the issue -- I've filed a PR against main and will cherry pick it over to v5.0.x when it merges.
main
Sorry, something went wrong.
jsquyres
Successfully merging a pull request may close this issue.
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using?
main (a24343d)
Details of the problem
The man pages use
MPI_Request* request
rather thanMPI_Request request
:https://github.com/open-mpi/ompi/blob/main/docs/man-openmpi/man3/MPI_Pready.3.rst
Same for
MPI_Pready_range
andMPI_Pready_list
The text was updated successfully, but these errors were encountered: