mpiControlMemoryToFile

Declaration

int32_t  mpiControlMemoryToFile(MPIControl    control,
const char *fileName);

Required Header: stdmpi.h
Change History: Modified in the 03.03.00

Description

mpiControlMemoryToFile creates a file with a copy of the current controller memory. The contents of this file may then later be viewed using the VM3 utility. This is often useful for helping troubleshoot a problem that is difficult to understand.

control a handle to the Control object.
*filename The name of the file to be created which will hold the contents of controller memory.
Return Values
MPIMessageOK

Sample Code

int32_t result = 
mpiControlMemoryToFile(control, “controllerMemory.mem”);
msgCHECK(result);