topoAvailMethods

Return the available methods for determining the topology

Synopsis

int topoAvailMethods(int maxnum, int *nnode, int *nnet,
                    topoMethod_t nodeMethod[], topoMethod_t netMethod[])

Input Parameter

maxnum
Size of the arrays nodeMethod and netMethod

Output Parameters

nnode
Number of node methods defined
nnet
Number of network methods defined
nodeMethod
Array containing an entry for each node method
netMethod
Array containing an entry for each network method

Notes

This routine returns the available methods to determine the topology information within the node and between nodes (the internode network). Values are taken from the enum topoMethod_t. The methods may be used in topoSetMethods to specify how the topology is determined when topoInit is called.