Environment Variables
Kernel Launcher recognizes the following environment variables:
Key |
Default |
Description |
KERNEL_LAUNCHER_CAPTURE |
|
Kernels for which a tuning specification will be captured.
The value should a comma-seperated list of kernel names.
Additionally, an Examples:
|
KERNEL_LAUNCHER_CAPTURE _FORCE |
|
Same as the previous variable.
However, while |
KERNEL_LAUNCHER_CAPTURE _SKIP |
|
Set the number of kernel launches to skip before capturing a particular kernel.
For example, if you set the value to Note that this option is applied on a per-kernel basis, which means that each individual kernel keeps its own skip counter. |
KERNEL_LAUNCHER_LOG |
|
Controls how much logging information is printed to stderr. There are three possible options:
|
KERNEL_LAUNCHER_DIR |
|
The directory were the tuning specifications will be stored. Defaults to the current working directory. |
KERNEL_LAUNCHER_WISDOM |
|
The default directory where wisdom files are located. Defaults to the current working directory. |
KERNEL_LAUNCHER_INCLUDE |
|
List of comma-seperate directories that are considered while compiling kernels when searching for header files. |