[This is preliminary documentation and is subject to change.]
Frees an MPI operation created via MPI_Op_create(IntPtr, Int32, Int32%). MPI.NET will automatically
manage any operations it creates via Operation<(Of <(T>)>) when the corresponding
object is disposed of or finalized.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Op_free( ref int op ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Op_free ( _ ByRef op As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Op_free( int% op ) |
Parameters
- op
- Type:
System..::.Int32
%
The operation to be freed.