mpiControlMemory

Declaration
long mpiControlMemory(MPIControl control,
                      void       **memory,
                      void       **external)
Required Header stdmpi.h
Description

ControlMemory sets (writes) an address (used to access a Control object's memory) to the contents of memory.

If external is not NULL, the contents of external are set to an implementation-specific address that typically points to a different section or type of Control memory other than memory (e.g., to external or off-chip memory). These addresses (or addresses calculated from them) are passed as the src argument to mpiControlMemoryGet(...) and the dst argument to mpiControlMemorySet(...).
Return Values
MPIMessageOK if ControlMemory successfully writes the address(es) (used to access Control memory, and optionally to access another section of Control memory) to the contents of memory (and to external, if external is not Null)
See Also mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemoryAlloc | mpiControlMemoryCount | mpiControlMemoryFree