Next: Caching
Up: Process topologies
Previous: Partitioning Cartesian topologies
Topologies and Collective Communication
- Suppose we want to perform a collective communication along a
dimension of an application topology, e.g., a multicast:
- We can call mpi_cart_sub with remaindims=(false,true)
to generate row subcommunicators for first case.
- If remaindims=(true,false) we get the subcommunicators for the
second case.
David W Walker
Mon Jan 20 11:10:22 GMT 1997