LIKWID
likwid.cfg

Information

likwid.cfg is the global configuration file for LIKWID but it is optional. The configuration is normally defined at compile time. It allows to set the path to the access mode for the MSR/PCI access daemon and some other basic options.
LIKWID searches for the configuration file at different paths like /usr/local/etc/likwid.cfg.
Note: It was introduced with version 4 and is not fully integrated in the LIKWID code.

Config file options

Config file

The global configuration file has the following options:

Option Description
topology_file = <path> Path to the toplogy file created with likwid-genTopoCfg
access_mode = <daemon|direct> Set access mode. The direct mode can only used by users with root priviledges. The daemon uses likwid-accessD.
daemon_path = <path> Path to the access daemon.
max_threads = <arg> Adjust maximally supported threads/CPUs. Note: not use by now, fixed at compile time.
max_nodes = <arg> Adjust maximally supported NUMA nodes. Note: not use by now, fixed at compile time.

*/