mpiRecorderMemory
Declaration
mpiRecorderMemory(MPIRecorder recorder MFWRecorder** memory MFWRecorderData** dataMemory MFWRecorderConfig** configMemory);
Required Header: stdmpi.h
Description
mpiRecorderMemory writes the address of the MFWRecorder object corresponding to the specified MPIRecorder object to the contents of memory, the address of the corresponding MFWRecorderData object to dataMemory, and the address of the corresponding MFWRecorderConfig object to configMemory. These addresses (or addresses calculated from them) can be passed as the src argument to mpiRecorderMemoryGet(...), and also as the dst argument to mpiRecorderMemorySet(...).
Recorder | A handle to the Recorder object. |
---|---|
memory | This address pointer is assigned to the Recorder's memory address unless memory is NULL. |
dataMemory | This address pointer is assigned to the Recorder's data memory address unless dataMemory is NULL. |
configMemory | This address pointer is assigned to the Recorder’s config memory unless configMemory is NULL. |
Return Values |
---|
MPIMessageOK |