hwloc
Abstraction of hardware architectures
hwloc provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently.
hwloc may display the topology in multiple convenient formats. It also offers a powerful programming interface to gather information about the hardware, bind processes, and much more.
- Versions: 2.12.2 · 1.11.13
- Website: https://www.open-mpi.org/projects/hwloc/
- Licenses: Modified BSD
- Package source: gnu/packages/mpi.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of hwloc as follows:
guix install hwloc
Or install a particular version:
guix install hwloc@1.11.13
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 hwloc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/hwloc'><img src='https://packages.guix.gnu.org/packages/hwloc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/hwloc)
Example Org:
[[https://packages.guix.gnu.org/packages/hwloc][https://packages.guix.gnu.org/packages/hwloc/badges/latest-version.svg]]