topoSetMethods

Set the methods used to determine the topology

Synopsis

int topoSetMethods(topoMethod_t nodeMethod, topoMethod_t netMethod)

Input Parameters

nodeMethod
The method used to determine the topology of the node (e.g., the number of cores and sockets)
netMethod
The method used to determine the topology connecting the nodes (e.g., a mesh for a Cray XE or IBM BlueGene).

Notes

Valid methods can be discovered by calling topoAvailMethods.