slackbuilds/system/numactl
fourtysixandtwo c70f4e5247 system/numactl: Change i486 to i586 2022-06-07 02:23:51 -04:00
..
README
numactl.SlackBuild system/numactl: Change i486 to i586 2022-06-07 02:23:51 -04:00
numactl.info
slack-desc

README

NUMA stands for Non-Uniform Memory Access, in other words a system
whose memory is not all in one place.
The numactl program allows you to run your application program on
specific cpu's and memory nodes. It does this by supplying a NUMA
memory policy to the operating system before running your program.