mpiRecorderMemory

Declaration
long mpiRecorderMemory(MPIRecorder recorder,
                       void        **memory) 
Required Header stdmpi.h
Description

RecorderMemory writes an address to the contents of memory. An address can be used to access a Recorder's (recorder) memory. An address calculated from it can be passed as the src argument to mpiRecorderMemoryGet(...) and as the dst argument to mpiRecorderMemorySet(...).

Return Values
MPIMessageOK if RecorderMemory successfully writes the Recorder's memory address to the contents of memory
See Also mpiRecorderMemoryGet | mpiRecorderMemorySet