mpiSqNodeMemoryGet
Declaration
long mpiSqNodeMemoryGet(MPISqNode node, void *dst, const void *src, long 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 | |
