Returns a recommended configuration for a new Graph communicator.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int Map( Intracommunicator oldcomm, int[][] edges ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Map ( _ oldcomm As Intracommunicator, _ edges As Integer()() _ ) As Integer |
| Visual C++ |
|---|
public: static int Map( Intracommunicator^ oldcomm, array<array<int>^>^ edges ) |
Parameters
- oldcomm
- Type: MPI..::.Intracommunicator
The existing communicator.
- edges
- Type: array<
array<
System..::.Int32
>[]()[]
>[]()[]
An array of edges as for the constructor GraphCommunicator.