Explorar o código

starpu_replay can only work in simgrid mode

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
6899f03e6e
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      tools/Makefile.am

+ 5 - 1
tools/Makefile.am

@@ -244,8 +244,12 @@ bin_PROGRAMS += 			\
 	starpu_machine_display		\
 	starpu_sched_display		\
 	starpu_tasks_rec_complete	\
-	starpu_lp2paje			\
+	starpu_lp2paje
+
+if STARPU_SIMGRID
+bin_PROGRAMS += 			\
 	starpu_replay
+endif
 
 starpu_perfmodel_plot_CPPFLAGS = $(AM_CFLAGS) $(AM_CPPFLAGS) $(FXT_CFLAGS)