mpiRecorderStatus
Declaration
int32_t mpiRecorderStatus(MPIRecorder recorder, MPIRecorderStatus *status)
Required Header: stdmpi.h
Description
mpiRecorderStatus gets the status of th
| recorder | a handle to a Recorder object |
|---|---|
| *status | a pointer to Recorder's status structure |
e Recorder (recorder) and writes it into the structure pointed to by status.
| Return Values |
|---|
| MPIMessageOK |
| MPIMessageARG_INVALID |
