... | ... | @@ -9,6 +9,7 @@ Some functionality of the LIKWID library can be changed by setting environment v |
|
|
* `LIKWID_DEBUG`: Verbosity settings for the LIKWID library
|
|
|
* `LIKWID_FORCE_SETUP`: Always setup all counters in `setupCounters(...)` and don't respect the previous configuration. Without this environment variable set, LIKWID writes the configuration to the register only if the configuration has changed (compared to the last `setupCounters(...)` call)
|
|
|
* `LIKWID_IGNORE_CPUSET`: LIKWID respects the CPUset of the calling process. If you want to measure/run outside of this CPUset, use this environment variable. It will not ignore the CPUset but create a new CPUset internally which contains `sysconf(_SC_NPROCESSORS_CONF)` hardware threads.
|
|
|
* `LIKWID_HWTHREADS`: List of threads given to LIKWID regardless of pinning or no-pinning.
|
|
|
|
|
|
|
|
|
## Environment variables used by the MarkerAPI
|
... | ... | |