Create a user-defined MPI operation based on the given reduction operation.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Operation( ReductionOperation<T> op ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ op As ReductionOperation(Of T) _ ) |
| Visual C++ |
|---|
public: Operation( ReductionOperation<T>^ op ) |
Parameters
- op
- Type: MPI..::.ReductionOperation<(Of <(T>)>)
The reduction operation.