Determine the predefined MPI_Op that is associated with
this reduction operation. If no such MPI_Op exists,
returns MPI_OP_NULL.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int GetPredefinedOperation( ReductionOperation<T> op ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetPredefinedOperation ( _ op As ReductionOperation(Of T) _ ) As Integer |
| Visual C++ |
|---|
public: static int GetPredefinedOperation( ReductionOperation<T>^ op ) |
Parameters
- op
- Type: MPI..::.ReductionOperation<(Of <(T>)>)