[This is preliminary documentation and is subject to change.]
Create a subset of this group that includes all of the processes in this
group except those identified by the given ranks.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public Group Exclude( int[] ranks ) |
| Visual Basic (Declaration) |
|---|
Public Function Exclude ( _ ranks As Integer() _ ) As Group |
| Visual C++ |
|---|
public: Group^ Exclude( array<int>^ ranks ) |
Parameters
- ranks
- Type: array<
System..::.Int32
>[]()[]