topoTypeStr

Return a string name for a topology type

Synopsis

const char *topoTypeStr(topoType_t t)

Input Parameter

t
A topoType_t value

Return Value

A string name for the topology type. On error, returns invalid topo type! The known names include torus, mesh, socket, and core.

Thread Safety

This routine is thread safe.