mpiNodeMemory

Declaration
long mpiNodeMemory(MPINode   node,
                   void      **memory)
Required Header stdmpi.h
Description

NodeMemory writes an address [that is used to access Node (node) memory] to the contents of memory.

Return Values
MPIMessageOK if NodeMemory successfully writes the Node memory address to the contents of memory
See Also