-
Notifications
You must be signed in to change notification settings - Fork 229
likwid genTopoCfg
Thomas Roehl edited this page May 18, 2016
·
2 revisions
likwid-genTopoCfg is a command line application that stores the system's CPU, Cache and NUMA topology to a file. LIKWID applications use this file to read in the topology fast instead of re-gathering all values. The path to the topology file can be set in the global configuration file likwid.cfg. Furthermore, some default paths are checked:
- /etc/likwid_topo.cfg
- <INSTALLED_PREFIX>/etc/likwid_topo.cfg
-h, --help Help message
-v, --version Version information
-o, --output <file> Use <file> instead of default
-
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
- ARM
- POWER
-
Tutorials
-
Miscellaneous
-
Contributing