numactl
Tools for non-uniform memory access (NUMA) machines
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 CPUs and memory nodes. It does this by supplying a NUMA memory policy to the operating system before running your program.
The package contains other commands, such as numastat
, memhog
, and numademo
which provides a quick overview of NUMA performance on your system.
- Versions: 2.0.16
- Website: https://github.com/numactl/numactl
- Licenses: GPL 2 · LGPL 2.1
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of numactl
as follows:
guix install numactl
Or install a particular version:
guix install numactl@2.0.16
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of numactl about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/numactl'><img src='https://packages.guix.gnu.org/packages/numactl/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/numactl)
Example Org:
[[https://packages.guix.gnu.org/packages/numactl][https://packages.guix.gnu.org/packages/numactl/badges/latest-version.svg]]