![]() |
LIKWID
|
Structure holding values of the configuration file. More...
#include <likwid.h>
Public Attributes | |
char * | configFileName |
Path to the configuration file. | |
AccessMode | daemonMode |
Access mode to the MSR and PCI registers. | |
char * | daemonPath |
Path of the access daemon. | |
char * | groupPath |
Path of default performance group directory. | |
int | maxNumNodes |
Maximum number of NUMA nodes. | |
int | maxNumThreads |
Maximum number of HW threads. | |
char * | topologyCfgFileName |
Path to the topology file. | |
Structure holding values of the configuration file.
LIKWID supports the definition of runtime values in a configuration file. The most important configurations in most cases are the path the access daemon and the corresponding access mode. In order to avoid reading in the system topology at each start, a path to a topology file can be set. The other values are mostly used internally.