[This is preliminary documentation and is subject to change.]
A communicator with extra topological information that describes the typical
communication patterns among the processes. This class is abstract and
must be subclassed to use. Implemented by, for example,
CartesianCommunicator and GraphCommunicator.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.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 |
Inheritance Hierarchy
System..::.Object
MPI..::.Communicator
MPI..::.Intracommunicator
MPI..::.TopologicalCommunicator
MPI..::.CartesianCommunicator
MPI..::.GraphCommunicator
MPI..::.Communicator
MPI..::.Intracommunicator
MPI..::.TopologicalCommunicator
MPI..::.CartesianCommunicator
MPI..::.GraphCommunicator