...
The numactl program allows you to run your application program on specificcpuspecific cpu's and memory nodes. It does this by supplying a NUMA memory policy tothe to the operating system before running your program. The libnuma library providesconvenient provides convenient ways for you to add NUMA memory policies into your own program.
...