Browse Source

prefix tools name with starpu_

Nathalie Furmento 14 years ago
parent
commit
6f490d5a05

+ 3 - 3
doc/starpu.texi

@@ -1425,7 +1425,7 @@ the @code{STARPU_FXT_PREFIX} environment variable.
 When the FxT trace file @code{filename} has been generated, it is possible to
 generate a trace in the Paje format by calling:
 @example
-% fxt_tool -i filename
+% starpu_fxt_tool -i filename
 @end example
 
 This will create a @code{paje.trace} file in the current directory that can be
@@ -1443,7 +1443,7 @@ command:
 When the FxT trace file @code{filename} has been generated, it is possible to
 generate a task graph in the DOT format by calling:
 @example
-$ fxt_tool -i filename
+$ starpu_fxt_tool -i filename
 @end example
 
 This will create a @code{dag.dot} file in the current directory. This file is a
@@ -1459,7 +1459,7 @@ $ dot -Tpdf dag.dot -o output.pdf
 When the FxT trace file @code{filename} has been generated, it is possible to
 generate a activity trace by calling:
 @example
-$ fxt_tool -i filename
+$ starpu_fxt_tool -i filename
 @end example
 
 This will create an @code{activity.data} file in the current

+ 10 - 11
tools/Makefile.am

@@ -25,25 +25,24 @@ dist_bin_SCRIPTS =
 
 CLEANFILES = *.gcno *.gcda *.linkinfo
 
-# TODO: prefix with starpu_
-bin_PROGRAMS += calibrate_bus
+bin_PROGRAMS += starpu_calibrate_bus
 
-calibrate_bus_SOURCES = calibrate_bus.c
+starpu_calibrate_bus_SOURCES = starpu_calibrate_bus.c
 
 if STARPU_USE_FXT
 # TODO: prefix with starpu_
-bin_PROGRAMS += fxt_tool fxt_stats
+bin_PROGRAMS += starpu_fxt_tool starpu_fxt_stats
 
-fxt_tool_SOURCES = fxt_tool.c fxt_tool_common.c fxt_tool_mpi.c dag_dot.c histo_paje.c
-fxt_tool_CFLAGS = -I$(top_srcdir)/src/
-fxt_tool_LDADD = 
+starpu_fxt_tool_SOURCES = starpu_fxt_tool.c fxt_tool_common.c fxt_tool_mpi.c dag_dot.c histo_paje.c
+starpu_fxt_tool_CFLAGS = -I$(top_srcdir)/src/
+starpu_fxt_tool_LDADD = 
 
-fxt_stats_SOURCES = fxt_stats.c
-fxt_stats_CFLAGS = -I$(top_srcdir)/src/
+starpu_fxt_stats_SOURCES = starpu_fxt_stats.c
+starpu_fxt_stats_CFLAGS = -I$(top_srcdir)/src/
 endif
 
-bin_PROGRAMS +=	perfmodel_display
-perfmodel_display_SOURCES = perfmodel_display.c
+bin_PROGRAMS +=	starpu_perfmodel_display
+starpu_perfmodel_display_SOURCES = starpu_perfmodel_display.c
 
 noinst_PROGRAMS =	cbc2paje lp2paje
 

+ 1 - 1
tools/histo.sh

@@ -18,7 +18,7 @@
 
 
 # generate the input data
-./fxt_tool $1
+./starpu_fxt_tool $1
 
 # generate the gnuplot script 
 echo "#!/usr/bin/gnuplot -persist" 			> histo.gp

tools/calibrate_bus.c → tools/starpu_calibrate_bus.c


tools/fxt_stats.c → tools/starpu_fxt_stats.c


tools/fxt_tool.c → tools/starpu_fxt_tool.c


tools/perfmodel_display.c → tools/starpu_perfmodel_display.c


+ 1 - 1
tools/starpu_top.sh

@@ -18,7 +18,7 @@
 
 # TODO display help if -h is passed
 
-# The input file must be generated by the fxt_tool command
+# The input file must be generated by the starpu_fxt_tool command
 inputfile_with_counters=$1
 
 # We extract the counters out of the input file