Roy Li 3bcea1441c numctl: add recipe
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>
2014-07-22 00:01:57 +02:00

8 lines
91 B
Makefile

.PHONY: regress1 regress2
regress1:
cd test ; ./regress
regress2:
cd test ; ./regress2