Skip to content

Implement support for topological communicators #5

Description

@rodriados

MPI supports communicators with topological information. Effectively, a topological communicator supports the "neighbors" operations API.
Currently, there are two topology models described in MPI's documentation: cartesian and graphs.

The functions to create communicators with each of these topologies are: MPI_Cart_create and MPI_Graph_create.

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