-
Notifications
You must be signed in to change notification settings - Fork 230
likwid_topo.cfg
The topology configuration file for LIKWID is basically a structured output of the topology and NUMA module of LIKWID. It is recommended to create it with likwid-genTopoCfg but you can also create it manually. The file is system specific, thus copying it to another machine can cause undefined behavior.
The startup of LIKWID will be slightly faster with the topology configuration file because it has everything LIKWID needs in one file instead of multiple files that are traversed by the internal HWLOC library.
Some example lines of the topology configuration file:
cpuid_info family = 6
cpuid_info perf_num_fixed_ctr = 3
cpuid_info turbo = 1
cpuid_topology numThreadsPerCore = 2
cpuid_topology numSockets = 1
cpuid_topology cacheLevels 1 type = DATACACHE
cpuid_topology cacheLevels 1 size = 32768
numa_info numberOfNodes = 1
numa_info nodes 1 numberOfProcessors = 8
The first column describes the target structure. The following columns until the =
the sub-entries of the structure. After the =
is the value.
-
Applications
-
Config files
-
Daemons
-
Architectures
- Available counter options
- AMD
- Intel
- Intel Atom
- Intel Pentium M
- Intel Core2
- Intel Nehalem
- Intel NehalemEX
- Intel Westmere
- Intel WestmereEX
- Intel Xeon Phi (KNC)
- Intel Silvermont & Airmont
- Intel Goldmont
- Intel SandyBridge
- Intel SandyBridge EP/EN
- Intel IvyBridge
- Intel IvyBridge EP/EN/EX
- Intel Haswell
- Intel Haswell EP/EN/EX
- Intel Broadwell
- Intel Broadwell D
- Intel Broadwell EP
- Intel Skylake
- Intel Coffeelake
- Intel Kabylake
- Intel Xeon Phi (KNL)
- Intel Skylake X
- Intel Cascadelake SP/AP
- Intel Tigerlake
- Intel Icelake
- Intel Icelake X
- Intel SappireRapids
- Intel GraniteRapids
- Intel SierraForrest
- ARM
- POWER
-
Tutorials
-
Miscellaneous
-
Contributing