Skip to content

Commit fd66701

Browse files
committed
doxy: talk about disabling components in the make hwloc faster FAQ entry
Refs #592 Signed-off-by: Brice Goglin <[email protected]>
1 parent cbba41d commit fd66701

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/hwloc.doxy

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3542,6 +3542,15 @@ hwloc_topology_set_flags(topology, HWLOC_TOPOLOGY_FLAG_NO_DISTANCES
35423542
hwloc_topology_load(topology);
35433543
\endverbatim
35443544

3545+
<br/>
3546+
Finally it is possible to prevent some hwloc components from being
3547+
loaded and queried.
3548+
If you are sure that the Linux (or x86) component is enough to discover
3549+
everything you need, you may ask hwloc to disable all other components
3550+
by setting something like <tt>HWLOC_COMPONENTS=linux,stop</tt>
3551+
in the environment.
3552+
See \ref plugins for details.
3553+
35453554

35463555
\subsection faq_indexes Should I use logical or physical/OS indexes? and how?
35473556

0 commit comments

Comments
 (0)