Skip to content

Commit

Permalink
doxy: fix the disabling of cuda/nvml/opencl using HWLOC_COMPONENTS=
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 Sep 22, 2018
1 parent d8e539d commit d4fd4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/hwloc.doxy
Expand Up @@ -3328,7 +3328,7 @@ variable may avoid this.
Also remember that these components may be disabled at build-time with
configure flags such as <tt>\--disable-opencl</tt>, <tt>\--disable-cuda</tt> or <tt>\--disable-nvml</tt>,
and at runtime with the environment variable
<tt>HWLOC_COMPONENTS=-opencl,cuda,nvml</tt>.
<tt>HWLOC_COMPONENTS=-opencl,-cuda,-nvml</tt>.


\subsection faq_privileged Does hwloc require privileged access?
Expand Down

0 comments on commit d4fd4e7

Please sign in to comment.