-
Notifications
You must be signed in to change notification settings - Fork 229
likwid setFreq
likwid-setFreq is a command line application that mediates the actual setting of CPU cores' frequency and governor for likwid-setFrequencies. Since only users with root priviledges are allowed to change the frequency of CPU cores, likwid-setFreq needs to be suid root.
It is not recommended to use the daemon directly, it is more convenient to use the likwid-setFrequencies application.
The daemon will be built in the default build process if BUILDDAEMON
in the config.mk
file is set to true
. You can trigger the build explicitly with make likwid-setFreq
. The daemon needs to be suid root, which is done at make install
. If you want to copy the daemon manually, adjust permissions with:
# chown root:root likwid-setFreq
# chmod u+s likwid-setFreq
-
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