Skip to content

Unit Tests call Impl::irecv , KokkosComm::irecv takes MPI_Request by value rather than reference #91

@nicoleavans

Description

@nicoleavans

The unit tests passed when merging a broken implementation of KokkosComm::irecv because they directly call Impl::irecv, which works correctly.

void irecv(RecvView &rv, int src, int tag, MPI_Comm comm, MPI_Request req) {

I have submitted #90 to resolve this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions