mpiControlMemorySet

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

ControlMemorySet sets (writes) count bytes of application memory (starting at address src) to control memory (starting at address dst).

Return Values
MPIMessageOK if ControlMemorySet successfully sets (writes) count bytes of application memory to control memory
See Also mpiControlMemoryGet | mpiControlMemory | mpiControlMemoryAlloc | mpiControlMemoryCount | mpiControlMemoryFree