[This is preliminary documentation and is subject to change.]
Translates the ranks of processes in this group to the ranks of the same processes within a different group.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public int[] TranslateRanks( int[] ranks, Group other ) |
| Visual Basic (Declaration) |
|---|
Public Function TranslateRanks ( _ ranks As Integer(), _ other As Group _ ) As Integer() |
| Visual C++ |
|---|
public: array<int>^ TranslateRanks( array<int>^ ranks, Group^ other ) |
Parameters
- ranks
- Type: array<
System..::.Int32
>[]()[]
The rank values in this group that will be translated.
- other
- Type: MPI..::.Group
The group whose ranks we are translating to.