-
Notifications
You must be signed in to change notification settings - Fork 17
Missing irecv docs #87
Copy link
Copy link
Closed
Labels
T-docsTopic: something related to documentationTopic: something related to documentation
Description
kokkos-comm/src/KokkosComm.hpp
Lines 38 to 41 in 2e34aef
| 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); | |
| } |
Line 36 in 2e34aef
| Point-to-point |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T-docsTopic: something related to documentationTopic: something related to documentation