|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2009-2012 Université de Bordeaux 1
|
|
|
+# Copyright (C) 2009-2013 Université de Bordeaux 1
|
|
|
# Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -87,9 +87,13 @@ bin_PROGRAMS += \
|
|
|
STARPU_TOOLS += \
|
|
|
starpu_perfmodel_display \
|
|
|
starpu_perfmodel_plot \
|
|
|
- starpu_calibrate_bus \
|
|
|
starpu_machine_display
|
|
|
|
|
|
+if STARPU_LONG_CHECK
|
|
|
+STARPU_TOOLS += \
|
|
|
+ starpu_calibrate_bus
|
|
|
+endif
|
|
|
+
|
|
|
noinst_PROGRAMS = cbc2paje lp2paje
|
|
|
|
|
|
dist_bin_SCRIPTS += \
|