mpiSqNodeMemorySet

Declaration

long mpiSqNodeMemorySet(MPISqNode    node,
                        void         *dst,
                        const  void  *src,
                        long         count);

Required Header: stdmpi.h

Description

mpiSqNodeMemorySet reads count bytes of application memory, starting from address src and writes it to an SqNode's memory, starting at address dst.

node a handle to a SynqNet node object
*dst pointer to the destination address in SqNode memory
*src pointer to the source address in application memory
count number of bytes to copy
Return Values
MPIMessageOK

See Also

mpiSqNodeMemory | mpiSqNodeMemoryGet