diff options
author | Wainamoinen <wainamoinen@gmail.com> | 2015-01-16 00:04:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-16 00:04:26 +0700 |
commit | ccd99a45b0c3b4e65418a2c963beaa017f6412b1 (patch) | |
tree | a54d0e246950c97dec6b3c0b3ed635c24d1a514b /system/hwloc/slack-desc | |
parent | 164c0fc973e1a659b7209143bfbe53993bc360be (diff) | |
download | slackbuilds-ccd99a45b0c3b4e65418a2c963beaa017f6412b1.tar.gz |
system/hwloc: Added (Portable Hardware Locality).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hwloc/slack-desc')
-rw-r--r-- | system/hwloc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/hwloc/slack-desc b/system/hwloc/slack-desc new file mode 100644 index 0000000000..6bb093f556 --- /dev/null +++ b/system/hwloc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +hwloc: hwloc (Portable Hardware Locality) +hwloc: +hwloc: The Portable Hardware Locality (hwloc) software package provides a +hwloc: portable abstraction (across OS, versions, architectures, ...) of the +hwloc: hierarchical topology of modern architectures, including NUMA memory +hwloc: nodes, sockets, shared caches, cores and simultaneous multithreading. +hwloc: It also gathers various system attributes such as cache and memory +hwloc: information as well as the locality of I/O devices such as network +hwloc: interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping +hwloc: applications with gathering information about modern computing +hwloc: hardware so as to exploit it accordingly and efficiently. |