mpiControlMemoryGet

Declaration
long mpiControlMemoryGet(MPIControl control,
                         void       *dst,
                         void       *src,
                         long       count) 
Required Header stdmpi.h
Description

ControlMemoryGet gets count bytes of control memory (starting at address src) and puts (writes) them in application memory (starting at address dst).

Return Values
MPIMessageOK if ControlMemoryGet successfully gets count bytes of control memory and puts (writes) them in application memory
See Also mpiControlMemorySet | mpiControlMemory | mpiControlMemoryAlloc | mpiControlMemoryCount | mpiControlMemoryFree