@@ -35,38 +35,27 @@ file="$tmp/test-hwloc-distrib.output"
35
35
36
36
set -e
37
37
(
38
- $distrib --if synthetic --input " 2 2 2 " 2
38
+ $distrib pu --if synthetic --input " 4 4 4 4 " -n 8
39
39
echo
40
- $distrib --if synthetic --input " 2 2 2" 4
40
+ $distrib pu --if synthetic --input " 1 2 2 2" -n 32
41
41
echo
42
- $distrib --if synthetic --input " 2 2 2 " 8
42
+ $distrib pu --if synthetic --input " 3 3 3 " -n 4 --single
43
43
echo
44
- $distrib --if synthetic --input " 2 2 2 " 13
44
+ $distrib pu --if synthetic --input " 3 3 3 " -n 4 --reverse
45
45
echo
46
- $distrib --if synthetic --input " 2 2 2 " 16
46
+ $distrib pu --if synthetic --input " 3 3 3 " -n 4 --logical-index
47
47
echo
48
- $distrib --if synthetic --input " 3 3 3" 4
48
+ $distrib pu --if synthetic --input " 3 3 3" -n 4 --physical-index
49
49
echo
50
- $distrib --if synthetic --input " 3 3 3" 4 --single
50
+ $distrib pu --if synthetic --input " 3 3 3" -n 4 --from 0
51
51
echo
52
- $distrib --if synthetic --input " 3 3 3" 4 --reverse
52
+ $distrib pu:core:package --if synthetic --input " 4 4 4 4" -n 8
53
+ echo
54
+ $distrib scatter pu --if synthetic --input " 4 4 4 4" -n 19
53
55
echo
54
- $distrib -- if synthetic --input " 3 3 3 " 4 --reverse --single
56
+ $distrib round-robin pu -- if synthetic --input " 2 2 2 2 " -n 9
55
57
echo
56
- $distrib --if synthetic --input " 4 4" 2
57
- echo
58
- $distrib --if synthetic --input " 4 4" 2 --single
59
- echo
60
- $distrib --if synthetic --input " 4 4" 2 --reverse --single
61
- echo
62
- $distrib --if synthetic --input " 4 4 4 4" 19
63
- echo
64
-
65
- $distrib --if synthetic --input " 2 2 2 2" 9
66
- echo
67
- $distrib --if synthetic --input " 2 2 2 2" --from pu 9
68
- echo
69
- $distrib --if synthetic --input " 2 2 2 2" --to core 9
58
+ $distrib pu:core:package --if synthetic --input " 4 4 4 4" -n 8 --logical-index --single --reverse --from 8
70
59
echo
71
60
) > " $file "
72
61
@DIFF@ @HWLOC_DIFF_U@ @HWLOC_DIFF_W@ $srcdir /test-hwloc-distrib.output " $file "
0 commit comments