Open nicoleavans opened 5 months ago
The unit tests passed when merging a broken implementation of KokkosComm::irecv because they directly call Impl::irecv, which works correctly.
https://github.com/kokkos/kokkos-comm/blob/dd3c5c4a734f85df770b90d4129aa1454264010b/src/KokkosComm.hpp#L39
I have submitted #90 to resolve this issue.
Partially fixed in #92.
The unit tests passed when merging a broken implementation of KokkosComm::irecv because they directly call Impl::irecv, which works correctly.
https://github.com/kokkos/kokkos-comm/blob/dd3c5c4a734f85df770b90d4129aa1454264010b/src/KokkosComm.hpp#L39
I have submitted #90 to resolve this issue.