Topologies


Up: Selected Subsystems Next: The Profiling Interface Previous: Attributes

Support for topologies is layered on the communicator attribute mechanism. Because of this configuration, the code implementing topologies is almost entirely portable even to other MPI implementations. For communicators with associated topology information, the communicator's cache contains a structure describing the topology (either a Cartesian topology or a graph topology). The MPI topology functions access the cached topology information as needed (using standard MPI calls), then use this information to perform the requested operation.



Up: Selected Subsystems Next: The Profiling Interface Previous: Attributes