Construct a lower dimensional subgrid from an existing CartesianCommunicator.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public CartesianCommunicator Subgrid( int[] remain_dims ) |
| Visual Basic (Declaration) |
|---|
Public Function Subgrid ( _ remain_dims As Integer() _ ) As CartesianCommunicator |
| Visual C++ |
|---|
public: CartesianCommunicator^ Subgrid( array<int>^ remain_dims ) |
Parameters
- remain_dims
- Type: array<
System..::.Int32
>[]()[]
Logical array with an entry for each dimension indicating whether a dimension should be kept or dropped in the new communicator.