MPISqNodeSEGMENT_PARAMS_MAX
Definition
#define MPISqNodeSEGMENT_PARAMS_MAX (10)
Change History: Added in the 03.03.00
Description
MPISqNodeSEGMENT_PARAMS_MAX defines the maximum number of parameters a Slice can support.
Sample Code
The following code shows how to read all the parameters from a slice, where you may not know how may parameters a slice supports.
MPISqNodeSegmentInfo segmentInfo;
mpiSqNodeInfo( sqNode, 0, &segmentInfo ); char parameters[MPISqNodeSEGMENT_PARAMS_MAX];
mpiSqNodeSegmentParamGet( sqNode0,
0,
0,
segmentInfo.paramCount,
parameters );