SuccessChanges

Summary

  1. configure: add HWLOC_FOO_COMPONENT_BUILTIN macros to public headers (details)
  2. configure: only show the NVML status line if we have the big warning (details)
  3. configure: move plugin-path AC_ARG_WITH with others (details)
  4. configure+doxy: document that --with-cuda=/nonexisting will disable everything installed by CUDA (details)
Commit 8fb90fb27bf941e26b8381e39bfb9d24a9d53f50 by brice.goglin
configure: add HWLOC_FOO_COMPONENT_BUILTIN macros to public headers

So that external users know if CUDA/NVML/... support is built-in
(since they may bring additional lib dependencies).

Refs #515

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedconfig/hwloc.m4 (diff)
The file was modifiedinclude/hwloc/autogen/config.h.in (diff)
Commit 64187e4b718fb8baf6436941a47dca30cb3e7fba by brice.goglin
configure: only show the NVML status line if we have the big warning

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedconfigure.ac (diff)
Commit db2c334a8d1a9539ff67b9957b53777c229c2590 by brice.goglin
configure: move plugin-path AC_ARG_WITH with others

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedconfig/hwloc.m4 (diff)
The file was modifiedconfig/hwloc_internal.m4 (diff)
Commit 7a558845f9835103b5e8bbdfbe8e9fb1181fb1c9 by brice.goglin
configure+doxy: document that --with-cuda=/nonexisting will disable everything installed by CUDA

Alternative to --disable-cuda --disable-nvml --disable-opencl for NVIDIA GPUs.
It works because all of them start by looking at the common NVIDIA detection
which looks at --with-cuda.

Refs #515

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedconfig/hwloc_internal.m4 (diff)
The file was modifieddoc/hwloc.doxy (diff)