mpiRecorderStop

Declaration
long mpiRecorderStop(MPIRecorder recorder)
Required Header stdmpi.h
Description

RecorderStop instructs a Recorder (recorder) to stop recording data records.

Return Values
MPIMessageOK if RecorderStop successfully stops recording data records
MPIRecorderMessageSTOPPED if the recorder is already stopped prior to the mpiRecorderStop() call.
See Also mpiRecorderStart