1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
Source: hwloc
Priority: extra
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, help2man, cdbs,
libcairo2-dev, libx11-dev, libxml2-dev, libxml2-utils, libncurses5-dev,
libnuma-dev [amd64 i386 ia64 mips mipsel powerpc],
libibverbs-dev [linux-any],
autoconf (>= 2.63)
Build-Depends-Indep: doxygen, texlive-latex-base, transfig
Build-Conflicts: autoconf2.13
Standards-Version: 3.9.1
Section: libs
Homepage: http://www.open-mpi.org/projects/hwloc/
Vcs-Svn: http://svn.open-mpi.org/svn/hwloc/debian
Vcs-Browser: http://svn.open-mpi.org/svn/hwloc/debian
Package: hwloc
Section: admin
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hierarchical view of the machine - utilities
Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
architectures, ...) of the hierarchical topology of modern architectures. It
primarily aims at helping high-performance computing applications with
gathering information about the hardware so as to exploit it accordingly and
efficiently.
.
hwloc provides a hierarchical view of the machine, NUMA memory nodes,
sockets, shared caches, cores and simultaneous multithreading. It also gathers
various attributes such as cache and memory information.
.
hwloc supports old kernels not having sysfs topology information,
with knowledge of cpusets, offline cpus, and Kerrighed support
.
This package contains utilities to show the topology of the machine, manipulate
cpu masks, and bind processes.
Package: hwloc-nox
Section: admin
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: hwloc
Description: Hierarchical view of the machine - non-X version of utilities
Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
architectures, ...) of the hierarchical topology of modern architectures. It
primarily aims at helping high-performance computing applications with
gathering information about the hardware so as to exploit it accordingly and
efficiently.
.
hwloc provides a hierarchical view of the machine, NUMA memory nodes,
sockets, shared caches, cores and simultaneous multithreading. It also gathers
various attributes such as cache and memory information.
.
hwloc supports old kernels not having sysfs topology information,
with knowledge of cpusets, offline cpus, and Kerrighed support
.
This package contains utilities to show the topology of the machine (without X
support), manipulate cpu masks, and bind processes.
Package: libhwloc-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libhwloc0 (= ${binary:Version}), libxml2-dev
Description: Hierarchical view of the machine - static libs and headers
Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
architectures, ...) of the hierarchical topology of modern architectures. It
primarily aims at helping high-performance computing applications with
gathering information about the hardware so as to exploit it accordingly and
efficiently.
.
libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
sockets, shared caches, cores and simultaneous multithreading. It also gathers
various attributes such as cache and memory information.
.
libhwloc supports old kernels not having sysfs topology information,
with knowledge of cpusets, offline cpus, and Kerrighed support
.
This package contains static libraries and development headers.
Package: libhwloc0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hierarchical view of the machine - shared libs
libhwloc provides a portable abstraction (across OS, versions,
architectures, ...) of the hierarchical topology of modern architectures. It
primarily aims at helping high-performance computing applications with
gathering information about the hardware so as to exploit it accordingly and
efficiently.
.
libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
sockets, shared caches, cores and simultaneous multithreading. It also gathers
various attributes such as cache and memory information.
.
libhwloc supports old kernels not having sysfs topology information,
with knowledge of cpusets, offline cpus, and Kerrighed support
.
This package contains shared libraries.
Package: libhwloc-common
Architecture: all
Depends: ${misc:Depends}
Description: Hierarchical view of the machine - common files
Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
architectures, ...) of the hierarchical topology of modern architectures. It
primarily aims at helping high-performance computing applications with
gathering information about the hardware so as to exploit it accordingly and
efficiently.
.
libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
sockets, shared caches, cores and simultaneous multithreading. It also gathers
various attributes such as cache and memory information.
.
libhwloc supports old kernels not having sysfs topology information,
with knowledge of cpusets, offline cpus, and Kerrighed support
.
This package contains the XML DTD of the lstopo XML output.
Package: libhwloc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Hierarchical view of the machine - documentation
Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
architectures, ...) of the hierarchical topology of modern architectures. It
primarily aims at helping high-performance computing applications with
gathering information about the hardware so as to exploit it accordingly and
efficiently.
.
libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
sockets, shared caches, cores and simultaneous multithreading. It also gathers
various attributes such as cache and memory information.
.
libhwloc supports old kernels not having sysfs topology information,
with knowledge of cpusets, offline cpus, and Kerrighed support
.
This package contains documentation.
|