From a1c4edc54526a9c0909927de9eb0fa534a2bab54 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 19 Dec 2021 11:29:20 +0000 Subject: [PATCH] moving hwloc summary & description to separate files --- metadata/com.hwloc.lstopo.yml | 2 -- metadata/com.hwloc.lstopo/en-US/description.txt | 3 +++ metadata/com.hwloc.lstopo/en-US/summary.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 metadata/com.hwloc.lstopo/en-US/description.txt create mode 100644 metadata/com.hwloc.lstopo/en-US/summary.txt diff --git a/metadata/com.hwloc.lstopo.yml b/metadata/com.hwloc.lstopo.yml index 1178b3f632..9702ff7974 100644 --- a/metadata/com.hwloc.lstopo.yml +++ b/metadata/com.hwloc.lstopo.yml @@ -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 diff --git a/metadata/com.hwloc.lstopo/en-US/description.txt b/metadata/com.hwloc.lstopo/en-US/description.txt new file mode 100644 index 0000000000..5ebc9682b3 --- /dev/null +++ b/metadata/com.hwloc.lstopo/en-US/description.txt @@ -0,0 +1,3 @@ +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, 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 gathering information about increasingly complex parallel computing platforms so as to exploit them accordingly and efficiently. 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. diff --git a/metadata/com.hwloc.lstopo/en-US/summary.txt b/metadata/com.hwloc.lstopo/en-US/summary.txt new file mode 100644 index 0000000000..b38d0a1504 --- /dev/null +++ b/metadata/com.hwloc.lstopo/en-US/summary.txt @@ -0,0 +1 @@ +Display the topology of your hardware using the hwloc library and lstopo tool \ No newline at end of file