mpiSqNodeMemory

Declaration

int32_t mpiSqNodeMemory(MPISqNode    node,
                     void         **memory);

Required Header: stdmpi.h

Description

mpiSqNodeMemory writes an address (that can be used to access SqNode memory) to the contents of memory. This address (or an address calculated from it) can be passed as the src argument to mpiSqNodeMemoryGet(...) or the dst argument to mpiSqNodeMemorySet(...).

node a handle to a SynqNet node object
**memory a pointer to an SqNode memory address.
Return Values
MPIMessageOK

See Also

mpiSqNodeMemoryGet | mpiSqNodeMemorySet