Pārlūkot izejas kodu

tools/Makefile.am: avoid double bus calibration by running starpu_calibrate_bus first

Nathalie Furmento 12 gadi atpakaļ
vecāks
revīzija
1b28b875f2
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      tools/Makefile.am

+ 5 - 5
tools/Makefile.am

@@ -84,16 +84,16 @@ bin_PROGRAMS += 			\
 	starpu_calibrate_bus		\
 	starpu_machine_display
 
-STARPU_TOOLS	+=			\
-	starpu_perfmodel_display	\
-	starpu_perfmodel_plot 		\
-	starpu_machine_display
-
 if STARPU_LONG_CHECK
 STARPU_TOOLS	+=			\
 	starpu_calibrate_bus
 endif
 
+STARPU_TOOLS	+=			\
+	starpu_perfmodel_display	\
+	starpu_perfmodel_plot 		\
+	starpu_machine_display
+
 noinst_PROGRAMS =	cbc2paje lp2paje
 
 dist_bin_SCRIPTS +=			\