Skip to content

Commit

Permalink
utils/annotate: tests distances-transform command
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Apr 13, 2021
1 parent eb65690 commit 4dcfb34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/hwloc/test-hwloc-annotate.sh.in
Expand Up @@ -69,13 +69,15 @@ $annotate $file $file -- dummy -- cpukind 0xc 7 0 foo2 bar3
cat > $distances << EOF
name=mynewdistances
5
3
4
pu:2
pu:3
pu:0
pu:1
3*1
4*1
EOF
$annotate $file $file dummy distances $distances group\$
$annotate $file $file dummy distances-transform mynewdistances remove-obj pu:3

@DIFF@ @HWLOC_DIFF_U@ @HWLOC_DIFF_W@ $srcdir/test-hwloc-annotate.output "$file"
rm -rf "$tmp"

0 comments on commit 4dcfb34

Please sign in to comment.