Pārlūkot izejas kodu

Add fat warning about lacking hwloc support

Samuel Thibault 13 gadi atpakaļ
vecāks
revīzija
4b71e9a75f
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      configure.ac

+ 8 - 0
configure.ac

@@ -1661,3 +1661,11 @@ AC_MSG_NOTICE([
 	       GCC plug-in test suite (requires GNU Guile): $run_gcc_plugin_test_suite
 	       SOCL enabled:  $build_socl
 ])
+
+if test x"$have_valid_hwloc" = xno
+then
+  AC_MSG_NOTICE([
+WARNING: hwloc was not enabled.  If the target machine is hyperthreaded the
+performance may be impacted a lot.  It is strongly recommended to install
+hwloc])
+fi