Discovery phase.
Enumerator |
---|
HWLOC_DISC_PHASE_GLOBAL | xml or synthetic, platform-specific components such as bgq. Discovers everything including CPU, memory, I/O and everything else. A component with a Global phase usually excludes all other phases.
|
HWLOC_DISC_PHASE_CPU | CPU discovery.
|
HWLOC_DISC_PHASE_MEMORY | Attach memory to existing CPU objects.
|
HWLOC_DISC_PHASE_PCI | Attach PCI devices and bridges to existing CPU objects.
|
HWLOC_DISC_PHASE_IO | I/O discovery that requires PCI devices (OS devices such as OpenCL, CUDA, etc.).
|
HWLOC_DISC_PHASE_MISC | Misc objects that gets added below anything else.
|
HWLOC_DISC_PHASE_ANNOTATE | Annotating existing objects, adding distances, etc.
|
HWLOC_DISC_PHASE_TWEAK | Final tweaks to a ready-to-use topology. This phase runs once the topology is loaded, before it is returned to the topology. Hence it may only use the main hwloc API for modifying the topology, for instance by restricting it, adding info attributes, etc.
|