mpiControlEventCallbackRemove
Definition
MPI_RESULT mpiControlEventCallbackRemove(MPIControl control, MPIControlEventCallback callback, void *userData);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiControlEventCallbackRemove removes an event callback function from the MPIControl object’s event callback list.
Note: Both the callback and userData members must match the values passed to the mpiControlEventCallbackAdd function in order to remove a callback function.
| control | The controller from which to remove the event callback. |
|---|---|
| callback | The event callback function to remove from the controller. |
| *userData | The user-specified piece of data associated with the callback function when added to the callback list by mpiControlEventCallbackAdd(…). |
See Also
MPIControlEventCallback | mpiControlEventCallbackAdd | Event Overview
