[This is preliminary documentation and is subject to change.]
Translate the ranks of processes in one group into those processes' corresponding
ranks in another group. See TranslateRanks(array<Int32>[]()[], Group).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static int MPI_Group_translate_ranks( int group1, int n, int[] ranks1, int group2, int[] ranks2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Group_translate_ranks ( _ group1 As Integer, _ n As Integer, _ ranks1 As Integer(), _ group2 As Integer, _ ranks2 As Integer() _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Group_translate_ranks( int group1, int n, array<int>^ ranks1, int group2, array<int>^ ranks2 ) |
Parameters
- group1
- Type: System..::.Int32
- n
- Type: System..::.Int32
- ranks1
- Type: array<
System..::.Int32
>[]()[]
- group2
- Type: System..::.Int32
- ranks2
- Type: array<
System..::.Int32
>[]()[]