[This is preliminary documentation and is subject to change.]
Provides the coordinates in the communicator's grid of a process, given its rank.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public int[] GetCartesianCoordinates( int rank ) |
| Visual Basic (Declaration) |
|---|
Public Function GetCartesianCoordinates ( _ rank As Integer _ ) As Integer() |
| Visual C++ |
|---|
public: array<int>^ GetCartesianCoordinates( int rank ) |
Parameters
- rank
- Type: System..::.Int32
The processes' rank in the communicator.