Skip to content

Use sc_MPI_Sendrecv instead of MPI_Sendrecv #2332

@sandro-elsweijer

Description

@sandro-elsweijer

Due to a bug I needed to use MPI_Sendrecv in t8code. But it was not available in SC, so I used the MPI function directly:

sendrecv ([[maybe_unused]] const int dest, [[maybe_unused]] const int source, [[maybe_unused]] const int tag,

My PR implementing it in SC is now merged and we should now switch to using the proper SC function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:lowShould be solved eventuallyshouldn't take longCan be resolved in under 30 minsworkload:lowWould take half a day or less

    Type

    No fields configured for Task.

    Projects

    Status

    ToDo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions