Portable Hardware Locality
The Portable Hardware Locality (hwloc) software package provides
a portable abstraction (across OS, versions, architectures, ...)
of the hierarchical topology of modern architectures, including
NUMA memory nodes, shared caches, processor sockets, processor cores
and processing units (logical processors or "threads"). It also gathers
various system attributes such as cache and memory information. It primarily
aims at helping applications with gathering information about modern
computing 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 (C API) to gather information
about the hardware, bind processes, and much more.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/hwloc && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000131 131 Bytes | |
hwloc-2.10.0.tar.bz2 | 0005548699 5.29 MB | |
hwloc.changes | 0000056560 55.2 KB | |
hwloc.spec | 0000007436 7.26 KB |
Comments 1
Can we add
hwloc.h
andopencl.h
as default? I noticed these files are excluded, could you please tell me why? Thanks.