File: README

package info (click to toggle)
hwloc 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,704 kB
  • ctags: 2,792
  • sloc: ansic: 12,508; sh: 10,481; makefile: 818; xml: 334; csh: 138; php: 8
file content (23 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-*- text -*-

This directory contains tarballs of Linux sysfs hierarchies collected on
various systems.  Each tarball `xyz.tar.gz' comes with the corresponding
`xyz.tar.gz.output', which gives the expected output of "lstopo -v -"
for that system.

Together with the `HWLOC_FSROOT' environment variable, these are
used by `test-topologies.sh' to check for any regression introduced in
hwloc detection logic.

A new topology may be added by:
* running "gather-topology.sh" on the target system and saving the
  tarball and output files here.
* if lstopo is not available on the target system, running "lstopo -v -"
  on the extracted tarball to generate the corresponding `output' file
  locally.
* adding the tarball and output files to Makefile.am so that they are
  properly handled in "make check" and "make dist".

When adding a XML-based output, make sure that the filename of the
tarball ends with .xml.tar.gz (so that test-topology may skip it
if XML support is disabled).