[This is preliminary documentation and is subject to change.]
Create a subgroup containing the processes with specific ranks in an existing group.
See IncludeOnly(array<Int32>[]()[]).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Group_incl( int group, int n, int[] ranks, out int newgroup ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Group_incl ( _ group As Integer, _ n As Integer, _ ranks As Integer(), _ <OutAttribute> ByRef newgroup As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Group_incl( int group, int n, array<int>^ ranks, [OutAttribute] int% newgroup ) |
Parameters
- group
- Type: System..::.Int32
- n
- Type: System..::.Int32
- ranks
- Type: array<
System..::.Int32
>[]()[]
- newgroup
- Type:
System..::.Int32
%