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

Missing irecv docs #87

Open
cwpearson opened this issue Jun 13, 2024 · 0 comments
Open

Missing irecv docs #87

cwpearson opened this issue Jun 13, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@cwpearson
Copy link
Collaborator

template <KokkosView RecvView>
void irecv(RecvView &rv, int src, int tag, MPI_Comm comm, MPI_Request req) {
return Impl::irecv(rv, src, tag, comm, req);
}

Point-to-point

@cwpearson cwpearson added the documentation Improvements or additions to documentation label Jun 13, 2024
@cwpearson cwpearson mentioned this issue Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant