mpiRecorderControl
Declaration
MPI_RESULT mpiRecorderControl(MPIRecorder recorder, MPIControl *control);
Required Header: stdmpi.h
Description
mpiRecorderControl writes the control object handle associated with the recorder object into the location pointed to by control.
recorder | A handle to a recorder object. |
---|---|
*control | A pointer to a control object. |
Return Values | |
---|---|
handle | to a Control object that a Recorder is associated with |
MPIHandleVOID | if the Recorder object is invalid |