Skip to content

Add displacement flag for relevant collective operations #4

Description

@rodriados

Currently, the API does not expose displacement options for collective operations such as allgather, gather and scatter. There is a corresponding MPI function, with displacement options, available for each of these operations.

As a suggestion, the displacement could be passed via a flag mpi::flag::payload::displaced_t, which should carry the displacement factor. By using a flag, we guarantee that no other flag-enabled mode is used, thus avoiding API inconsistencies.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions