mpiSqNodeMemoryGet

Declaration

int32_t mpiSqNodeMemoryGet(MPISqNode    node,
                        void         *dst,
                        const void   *src,
                        int32_t         count);

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

Description

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

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

See Also

mpiSqNodeMemory | mpiSqNodeMemorySet