mpiRecorderStatus

Declaration
long mpiRecorderStatus(MPIRecorder       recorder,
                       MPIRecorderStatus *status,
                       void              *external) 
Required Header stdmpi.h
Description

RecorderStatus gets the status of the Recorder (recorder) and writes it into the structure pointed to by status, and also writes it into the implementation-specific structure pointed to by external (if external is not NULL).

The Recorder's status information in external is in addition to the Recorder's status information in status, i.e., the status information in status and in external is not the same information. Note that status or external can be NULL (but not both NULL).

XMP Only

external either points to a structure of type MPIRecorderStatus{} or is NULL.

Return Values
MPIMessageOK if RecorderStatus successfully gets the Recorder's status and writes it into the structure(s)
See Also MPIRecorderStatus