Files
buildroot/package/numactl/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

11 lines
348 B
Plaintext

config BR2_PACKAGE_NUMACTL
bool "numactl"
depends on BR2_USE_MMU # madvise()
depends on BR2_TOOLCHAIN_HAS_ATOMIC
help
numactl allows you to run your application on specific cpus
and memory nodes. It does this by supplying a NUMA memory
policy to the operating system before running your program.
https://github.com/numactl/numactl