forked from open-mpi/hwloc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
215 lines (197 loc) · 5.47 KB
/
.gitignore
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
Makefile.in
Makefile
.deps
.libs
test-suite.log
*~
*.lo
*.la
*.o
*.log
*.trs
/auto.out
/config.out
/dist.out
/doc/doc.out
/doc/readme.out
/config/ar-lib
/config/argz.m4
/config/compile
/config/config.guess
/config/config.sub
/config/depcomp
/config/install-sh
/config/libtool.m4
/config/ltdl.m4
/config/ltmain.sh
/config/ltmain.sh.orig
/config/ltoptions.m4
/config/ltsugar.m4
/config/ltversion.m4
/config/lt~obsolete.m4
/config/missing
/config/test-driver
/config.log
/config.status
/configure
/autom4te.cache
/aclocal.m4
/tags
/*libtool
/hwloc.pc
/include/hwloc/autogen/config.h
/include/hwloc/autogen/stamp-h?
/include/private/autogen/config.h
/include/private/autogen/config.h.in
/include/private/autogen/stamp-h?
/doc/doxygen-config.cfg
/doc/doxygen-doc/
/doc/images/diagram.eps
/doc/images/diagram.png
/doc/examples/hwloc-hello
/doc/examples/hwloc-hello-cpp
/doc/examples/hwloc-hello-cpp.cpp
/doc/examples/cpuset+bitmap+cpubind
/doc/examples/hwloc-hello
/doc/examples/hwloc-hello-cpp
/doc/examples/hwloc-hello-cpp.cpp
/doc/examples/nodeset+membind+policy
/doc/examples/sharedcaches
/doc/examples/get-knl-modes
/doc/examples/gpu
/doc/examples/*.o
/doc/examples/*.log
/doc/examples/*.trs
/hwloc/static-components.h
/hwloc/libhwloc.la
/hwloc/libhwloc_embedded.la
/tests/hwloc/wrapper.sh
/tests/hwloc/hwloc_list_components
/tests/hwloc/hwloc_bitmap
/tests/hwloc/hwloc_bitmap_string
/tests/hwloc/hwloc_bitmap_compare_inclusion
/tests/hwloc/hwloc_get_closest_objs
/tests/hwloc/hwloc_get_obj_covering_cpuset
/tests/hwloc/hwloc_get_cache_covering_cpuset
/tests/hwloc/hwloc_get_largest_objs_inside_cpuset
/tests/hwloc/hwloc_get_next_obj_covering_cpuset
/tests/hwloc/hwloc_get_obj_inside_cpuset
/tests/hwloc/hwloc_get_shared_cache_covering_obj
/tests/hwloc/hwloc_get_obj_below_array_by_type
/tests/hwloc/hwloc_bitmap_first_last_weight
/tests/hwloc/hwloc_bitmap_singlify
/tests/hwloc/hwloc_type_depth
/tests/hwloc/hwloc_type_sscanf
/tests/hwloc/hwloc_bind
/tests/hwloc/hwloc_get_last_cpu_location
/tests/hwloc/hwloc_get_area_memlocation
/tests/hwloc/hwloc_object_userdata
/tests/hwloc/hwloc_synthetic
/tests/hwloc/hwloc_custom
/tests/hwloc/hwloc_backends
/tests/hwloc/hwloc_pci_backend
/tests/hwloc/hwloc_is_thissystem
/tests/hwloc/hwloc_distances
/tests/hwloc/hwloc_groups
/tests/hwloc/hwloc_groups2
/tests/hwloc/hwloc_insert_misc
/tests/hwloc/hwloc_topology_abi
/tests/hwloc/hwloc_topology_allow
/tests/hwloc/hwloc_topology_diff
/tests/hwloc/hwloc_topology_dup
/tests/hwloc/hwloc_topology_restrict
/tests/hwloc/shmem
/tests/hwloc/hwloc_obj_infos
/tests/hwloc/hwloc_iodevs
/tests/hwloc/xmlbuffer
/tests/hwloc/gl
/tests/hwloc/linux-libnuma
/tests/hwloc/glibc-sched
/tests/hwloc/openfabrics-verbs
/tests/hwloc/opencl
/tests/hwloc/cuda
/tests/hwloc/cudart
/tests/hwloc/nvml
/tests/hwloc/linux/test-topology.sh
/tests/hwloc/linux/allowed/test-topology.sh
/tests/hwloc/linux/gather/test-gather-topology.sh
/tests/hwloc/ports/*.c
/tests/hwloc/ports/liblstopo-port-windows.a
/tests/hwloc/x86/test-topology.sh
/tests/hwloc/x86+linux/test-topology.sh
/tests/hwloc/xml/test-topology.sh
/tests/hwloc/embedded/aclocal.m4
/tests/hwloc/embedded/autom4te.cache
/tests/hwloc/embedded/check.out
/tests/hwloc/embedded/clean.out
/tests/hwloc/embedded/config.out
/tests/hwloc/embedded/config/ar-lib
/tests/hwloc/embedded/config/compile
/tests/hwloc/embedded/config/config.guess
/tests/hwloc/embedded/config/config.sub
/tests/hwloc/embedded/config/depcomp
/tests/hwloc/embedded/config/install-sh
/tests/hwloc/embedded/config/libtool.m4
/tests/hwloc/embedded/config/ltmain.sh
/tests/hwloc/embedded/config/ltoptions.m4
/tests/hwloc/embedded/config/ltsugar.m4
/tests/hwloc/embedded/config/ltversion.m4
/tests/hwloc/embedded/config/lt~obsolete.m4
/tests/hwloc/embedded/config/missing
/tests/hwloc/embedded/config/test-driver
/tests/hwloc/embedded/configure
/tests/hwloc/embedded/distclean.out
/tests/hwloc/embedded/hwloc-tree/
/tests/hwloc/embedded/make.out
/utils/hwloc/hwloc-annotate
/utils/hwloc/hwloc-annotate.1
/utils/hwloc/hwloc-bind
/utils/hwloc/hwloc-bind.1
/utils/hwloc/hwloc-calc
/utils/hwloc/hwloc-calc.1
/utils/hwloc/hwloc-compress-dir
/utils/hwloc/hwloc-compress-dir.1
/utils/hwloc/hwloc-diff
/utils/hwloc/hwloc-diff.1
/utils/hwloc/hwloc-distrib
/utils/hwloc/hwloc-distrib.1
/utils/hwloc/hwloc-dump-hwdata
/utils/hwloc/hwloc-dump-hwdata.1
/utils/hwloc/hwloc-gather-cpuid
/utils/hwloc/hwloc-gather-cpuid.1
/utils/hwloc/hwloc-gather-topology
/utils/hwloc/hwloc-gather-topology.1
/utils/hwloc/hwloc-info
/utils/hwloc/hwloc-info.1
/utils/hwloc/hwloc-patch
/utils/hwloc/hwloc-patch.1
/utils/hwloc/hwloc-ps
/utils/hwloc/hwloc-ps.1
/utils/hwloc/hwloc.7
/utils/hwloc/test-fake-plugin.sh
/utils/hwloc/test-hwloc-annotate.sh
/utils/hwloc/test-build-custom-topology.sh
/utils/hwloc/test-hwloc-calc.sh
/utils/hwloc/test-hwloc-compress-dir.sh
/utils/hwloc/test-hwloc-diffpatch.sh
/utils/hwloc/test-hwloc-distrib.sh
/utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh
/utils/hwloc/test-hwloc-info.sh
/utils/hwloc/test-parsing-flags.sh
/utils/hwloc/test-*.sh.log
/utils/hwloc/test-*.sh.trs
/utils/lstopo/*.o
/utils/lstopo/lstopo
/utils/lstopo/lstopo-no-graphics
/utils/lstopo/lstopo-no-graphics.1
/utils/lstopo/test-lstopo.sh
/utils/lstopo/test-lstopo-shmem.sh
/utils/lstopo/test-*.sh.log
/utils/lstopo/test-*.sh.trs
/contrib/systemd/hwloc-dump-hwdata.service
/contrib/misc/hwloc-tweak-osindex
/contrib/android/AndroidApp/.gradle
/contrib/android/AndroidApp/.idea
/contrib/android/AndroidApp/lstopo/.externalNativeBuild
/contrib/android/AndroidApp/lstopo/build
/contrib/android/AndroidApp/lstopo/release