[This is preliminary documentation and is subject to change.]
Create a subgroup of processes in a group, based on a set of (first, last, stride) rank triples.
Note: this precise functionality is not exposed directly in the normal MPI layer; however, the
same semantics can be attained with 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_range_incl( int group, int n, int[] ranges, out int newgroup ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Group_range_incl ( _ group As Integer, _ n As Integer, _ ranges As Integer(), _ <OutAttribute> ByRef newgroup As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Group_range_incl( int group, int n, array<int>^ ranges, [OutAttribute] int% newgroup ) |
Parameters
- group
- Type: System..::.Int32
- n
- Type: System..::.Int32
- ranges
- Type: array<
System..::.Int32
>[]()[]
- newgroup
- Type:
System..::.Int32
%