Create a subset of this group that includes only the processes with the
given ranks.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Group IncludeOnly( int[] ranks ) |
| Visual Basic (Declaration) |
|---|
Public Function IncludeOnly ( _ ranks As Integer() _ ) As Group |
| Visual C++ |
|---|
public: Group^ IncludeOnly( array<int>^ ranks ) |
Parameters
- ranks
- Type: array<
System..::.Int32
>[]()[]