Description
The numactl program allows you to run your application program on specific cpuspecificcpu's and memory nodes. It does this by supplying a NUMA memory policy to the tothe operating system before running your program. The libnuma library provides convenient providesconvenient ways for you to add NUMA memory policies into your own program.
More information
- Homepage: https://github.com/numactl/numactl
...