mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 17:15:12 +00: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
|