Samuel Thibault hace 7 años
padre
commit
8a88730dcd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 0
src/core/perfmodel/perfmodel_bus.c

@@ -571,6 +571,7 @@ static int compar_dev_timing(const void *left_dev_timing, const void *right_dev_
 	return (timing_sum2_left > timing_sum2_right);
 }
 
+#ifdef STARPU_HAVE_HWLOC
 static int find_cpu_from_numa_node(hwloc_obj_t obj)
 {
 	STARPU_ASSERT(obj);