A communicator with extra topological information that describes the typical
communication patterns among the processes.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public abstract class TopologicalCommunicator : Intracommunicator |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class TopologicalCommunicator _ Inherits Intracommunicator |
| Visual C++ |
|---|
public ref class TopologicalCommunicator abstract : public Intracommunicator |
Remarks
This class is abstract, as topological information in MPI is provided either via
a Cartesian topology (CartesianCommunicator) or an arbitrary Graph
topology (GraphCommunicator).
Inheritance Hierarchy
System..::.Object
MPI..::.Communicator
MPI..::.Intracommunicator
MPI..::.TopologicalCommunicator
MPI..::.CartesianCommunicator
MPI..::.GraphCommunicator
MPI..::.Communicator
MPI..::.Intracommunicator
MPI..::.TopologicalCommunicator
MPI..::.CartesianCommunicator
MPI..::.GraphCommunicator