[This is preliminary documentation and is subject to change.]
Returns a process' rank given its coordinates in the CartesianCommunicator's grid.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public int GetCartesianRank( int[] coords ) |
| Visual Basic (Declaration) |
|---|
Public Function GetCartesianRank ( _ coords As Integer() _ ) As Integer |
| Visual C++ |
|---|
public: int GetCartesianRank( array<int>^ coords ) |
Parameters
- coords
- Type: array<
System..::.Int32
>[]()[]
An integer array specifying the processes' coordinates.