mpiRecorderMemorySet

Declaration
long mpiRecorderMemorySet(MPIRecorder recorder,
                          void        *dst,
                          void        *src,
                          long        count) 
Required Header stdmpi.h
Description

RecorderMemorySet copies count bytes of application memory (starting at address src) to a Recorder's (recorder) memory (starting at address dst).

Return Values
MPIMessageOK if RecorderMemorySet successfully copies data from application memory to Recorder memory
See Also mpiRecorderMemory | mpiRecorderMemoryGet