Provides the coordinates in the communicator's grid of a process, given its rank.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.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.