Explorar o código

tools/starpu_perfmodel_plot.c: fix variable name

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
0ba0536604
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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