MPISqNodeSEGMENT_MEMORY_MAX
Definition
#define MPISqNodeSEGMENT_MEMORY_MAX (30)
Change History: Added in the 03.03.00
Description
MPISqNodeSEGMENT_MEMORY_MAX is a macro that defines the maximum number of memory registers a Slice can support.
Sample Code
The following code shows how to read all the memory registers from a slice, where you may not know how may memory registers a slice supports.
MPISqNodeSegmentInfo segmentInfo;
mpiSqNodeInfo( sqNode, 0, &segmentInfo ); char memory[MPISqNodeSEGMENT_MEMORY_MAX];
mpiSqNodeSegmentMemoryGet( sqNode0,
0,
0,
segmentInfo.memoryCount,
memory );