mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
moving hwloc summary & description to separate files
This commit is contained in:
parent
5dd4035415
commit
a1c4edc545
3 changed files with 4 additions and 2 deletions
|
|
@ -9,8 +9,6 @@ SourceCode: https://github.com/open-mpi/hwloc
|
|||
IssueTracker: https://github.com/open-mpi/hwloc/issues
|
||||
|
||||
AutoName: hwloc lstopo
|
||||
Description: Display the topology of your hardware using the hwloc library and lstopo
|
||||
tool
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/open-mpi/hwloc
|
||||
|
|
|
|||
3
metadata/com.hwloc.lstopo/en-US/description.txt
Normal file
3
metadata/com.hwloc.lstopo/en-US/description.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
The Portable Hardware Locality (hwloc) software package provides a <b>portable abstraction</b> (across OS, versions, architectures, ...) of the <b>hierarchical topology of modern architectures,</b> including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs.
|
||||
|
||||
hwloc primarily aims at helping applications with <b>gathering information about increasingly complex parallel computing platforms so as to exploit them accordingly and efficiently.</b> For instance, two tasks that tightly cooperate should probably be placed onto cores sharing a cache. However, two independent memory-intensive tasks should better be spread out onto different sockets so as to maximize their memory throughput.
|
||||
1
metadata/com.hwloc.lstopo/en-US/summary.txt
Normal file
1
metadata/com.hwloc.lstopo/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Display the topology of your hardware using the hwloc library and lstopo tool
|
||||
Loading…
Reference in a new issue