Skip to content

Commit 524858e

Browse files
committed
tests/xml: add some support bits in some test cases
Signed-off-by: Brice Goglin <[email protected]>
1 parent 3fd2469 commit 524858e

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

tests/hwloc/xml/16-2gr2gr2n2c+misc.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,30 @@
113113
</object>
114114
</object>
115115
</object>
116+
<support name="discovery.pu"/>
117+
<support name="discovery.numa"/>
118+
<support name="discovery.numa_memory"/>
119+
<support name="discovery.disallowed_pu"/>
120+
<support name="discovery.disallowed_numa"/>
121+
<support name="cpubind.set_thisproc_cpubind"/>
122+
<support name="cpubind.get_thisproc_cpubind"/>
123+
<support name="cpubind.set_proc_cpubind"/>
124+
<support name="cpubind.get_proc_cpubind"/>
125+
<support name="cpubind.set_thisthread_cpubind"/>
126+
<support name="cpubind.get_thisthread_cpubind"/>
127+
<support name="cpubind.set_thread_cpubind"/>
128+
<support name="cpubind.get_thread_cpubind"/>
129+
<support name="cpubind.get_thisproc_last_cpu_location"/>
130+
<support name="cpubind.get_proc_last_cpu_location"/>
131+
<support name="cpubind.get_thisthread_last_cpu_location"/>
132+
<support name="membind.set_thisthread_membind"/>
133+
<support name="membind.get_thisthread_membind"/>
134+
<support name="membind.set_area_membind"/>
135+
<support name="membind.get_area_membind"/>
136+
<support name="membind.alloc_membind"/>
137+
<support name="membind.firsttouch_membind"/>
138+
<support name="membind.bind_membind"/>
139+
<support name="membind.interleave_membind"/>
140+
<support name="membind.migrate_membind"/>
141+
<support name="membind.get_area_memlocation"/>
116142
</topology>

tests/hwloc/xml/16amd64-8n2c-cpusets.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,24 @@
114114
<u64values length="30">20 20 10 20 20 20 20 20 10 20 </u64values>
115115
<u64values length="15">20 20 20 20 10 </u64values>
116116
</distances2>
117+
<support name="discovery.pu"/>
118+
<support name="discovery.numa"/>
119+
<support name="discovery.numa_memory"/>
120+
<support name="cpubind.set_thisproc_cpubind"/>
121+
<support name="cpubind.get_thisproc_cpubind"/>
122+
<support name="cpubind.set_proc_cpubind"/>
123+
<support name="cpubind.get_proc_cpubind"/>
124+
<support name="cpubind.set_thisthread_cpubind"/>
125+
<support name="cpubind.get_thisthread_cpubind"/>
126+
<support name="cpubind.set_thread_cpubind"/>
127+
<support name="cpubind.get_thread_cpubind"/>
128+
<support name="cpubind.get_thisproc_last_cpu_location"/>
129+
<support name="cpubind.get_proc_last_cpu_location"/>
130+
<support name="cpubind.get_thisthread_last_cpu_location"/>
131+
<support name="membind.set_thisthread_membind"/>
132+
<support name="membind.get_thisthread_membind"/>
133+
<support name="membind.alloc_membind"/>
134+
<support name="membind.firsttouch_membind"/>
135+
<support name="membind.bind_membind"/>
136+
<support name="membind.get_area_memlocation"/>
117137
</topology>

tests/hwloc/xml/192em64t-12gr2n8c2t.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,4 +2388,30 @@
23882388
<u64values length="30">79 79 79 79 79 79 65 65 65 65 </u64values>
23892389
<u64values length="18">65 65 65 65 50 10 </u64values>
23902390
</distances2>
2391+
<support name="discovery.pu"/>
2392+
<support name="discovery.numa"/>
2393+
<support name="discovery.numa_memory"/>
2394+
<support name="discovery.disallowed_pu"/>
2395+
<support name="discovery.disallowed_numa"/>
2396+
<support name="cpubind.set_thisproc_cpubind"/>
2397+
<support name="cpubind.get_thisproc_cpubind"/>
2398+
<support name="cpubind.set_proc_cpubind"/>
2399+
<support name="cpubind.get_proc_cpubind"/>
2400+
<support name="cpubind.set_thisthread_cpubind"/>
2401+
<support name="cpubind.get_thisthread_cpubind"/>
2402+
<support name="cpubind.set_thread_cpubind"/>
2403+
<support name="cpubind.get_thread_cpubind"/>
2404+
<support name="cpubind.get_thisproc_last_cpu_location"/>
2405+
<support name="cpubind.get_proc_last_cpu_location"/>
2406+
<support name="cpubind.get_thisthread_last_cpu_location"/>
2407+
<support name="membind.set_thisthread_membind"/>
2408+
<support name="membind.get_thisthread_membind"/>
2409+
<support name="membind.set_area_membind"/>
2410+
<support name="membind.get_area_membind"/>
2411+
<support name="membind.alloc_membind"/>
2412+
<support name="membind.firsttouch_membind"/>
2413+
<support name="membind.bind_membind"/>
2414+
<support name="membind.interleave_membind"/>
2415+
<support name="membind.migrate_membind"/>
2416+
<support name="membind.get_area_memlocation"/>
23912417
</topology>

0 commit comments

Comments
 (0)