Browse Source

mv starpu_top.sh starpu_top

Samuel Thibault 14 years ago
parent
commit
9e95ec4d99
3 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/starpu.texi
  2. 1 1
      tools/Makefile.am
  3. 0 0
      tools/starpu_top

+ 1 - 1
doc/starpu.texi

@@ -2073,7 +2073,7 @@ This will create an @code{activity.data} file in the current
 directory. A profile of the application showing the activity of StarPU
 during the execution of the program can be generated:
 @example
-$ starpu_top.sh activity.data
+$ starpu_top activity.data
 @end example
 
 This will create a file named @code{activity.eps} in the current directory.

+ 1 - 1
tools/Makefile.am

@@ -47,4 +47,4 @@ bin_PROGRAMS += \
 noinst_PROGRAMS =	cbc2paje lp2paje
 
 dist_bin_SCRIPTS +=	\
-	starpu_top.sh
+	starpu_top

tools/starpu_top.sh → tools/starpu_top