Pārlūkot izejas kodu

tools/starpu_perfmodel_plot.c: fix variable name

Nathalie Furmento 11 gadi atpakaļ
vecāks
revīzija
0ba0536604
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tools/starpu_perfmodel_plot.c

+ 1 - 1
tools/starpu_perfmodel_plot.c

@@ -201,7 +201,7 @@ static void display_perf_model(FILE *gnuplot_file, struct starpu_perfmodel *mode
 	if (!options->gflops && options->with_fxt_file && impl == 0)
 	{
 //		print_comma(gnuplot_file, first);
-//		fprintf(gnuplot_file, "\"< grep -w \\^%d_%d_%d %s\" using 2:3 title \"Profiling %s\"", arch->type, arch->devid, arch->ncore, data_file_name, arch_name);
+//		fprintf(gnuplot_file, "\"< grep -w \\^%d_%d_%d %s\" using 2:3 title \"Profiling %s\"", arch->type, arch->devid, arch->ncore, options->data_file_name, arch_name);
 	}
 #endif