[This is preliminary documentation and is subject to change.]
A GraphCommunicator is a form of Intracommunicator that possess extra
topological information. Unlike a CartesianCommunicator, a GraphCommunicator
may have an arbitrary topology; any node may be connected to any number and combination
of other nodes.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public class GraphCommunicator : TopologicalCommunicator |
| Visual Basic (Declaration) |
|---|
Public Class GraphCommunicator _ Inherits TopologicalCommunicator |
| Visual C++ |
|---|
public ref class GraphCommunicator : public TopologicalCommunicator |
Inheritance Hierarchy
System..::.Object
MPI..::.Communicator
MPI..::.Intracommunicator
MPI..::.TopologicalCommunicator
MPI..::.GraphCommunicator
MPI..::.Communicator
MPI..::.Intracommunicator
MPI..::.TopologicalCommunicator
MPI..::.GraphCommunicator