Browse Source

Note that we just use hwloc to detect hardware

Samuel Thibault 6 years ago
parent
commit
3f8ccdfa46
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc/doxygen/chapters/101_building.doxy

+ 3 - 0
doc/doxygen/chapters/101_building.doxy

@@ -218,6 +218,9 @@ It is then useful to check that StarPU executes correctly and finds your hardwar
 $ starpu_machine_display
 \endverbatim
 
+If it does not, please check the output of \c lstopo from \c hwloc and report
+the issue to the \c hwloc project, since this is what StarPU uses to detect the hardware.
+
 \subsection IntegratingStarPUInABuildSystem Integrating StarPU in a Build System
 
 \subsubsection StarPUInMake Integrating StarPU in a Make Build System