mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
8 lines
91 B
Makefile
8 lines
91 B
Makefile
.PHONY: regress1 regress2
|
|
|
|
regress1:
|
|
cd test ; ./regress
|
|
|
|
regress2:
|
|
cd test ; ./regress2
|