MPI_Op_free

--- Frees a user-defined combination function handle

Input Parameter

op
operation (handle)

Notes

op is set to MPI_OP_NULL on exit.

Synopsis


#include "mpi.h"
int MPI_Op_free( op )
MPI_Op  *op;

Location: opfree.c