Purpose
Marks a user-defined reduction operation for deallocation.
C synopsis
#include <mpi.h> int MPI_Op_free(MPI_Op *op);
C++ synopsis
#include mpi.h void MPI::Op::Free();
FORTRAN synopsis
include 'mpif.h' or use mpi MPI_OP_FREE(INTEGER OP,INTEGER IERROR)
Parameters
Description
This subroutine marks a reduction operation for deallocation, and set op to MPI_OP_NULL. Actual deallocation occurs when the operation's reference count is zero.
Errors
Related information