LIKWID
Public Attributes | List of all members
Likwid_Configuration Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: