ソースを参照

use 0.0 so we can correctly sort (keeping order) after startpu_fxt_tool

Lucas Schnorr 8 年 前
コミット
b0e00e4986
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/debug/traces/starpu_fxt.c

+ 1 - 1
src/debug/traces/starpu_fxt.c

@@ -2994,7 +2994,7 @@ void _starpu_fxt_parse_new_file(char *filename_in, struct starpu_fxt_options *op
 		fprintf(out_paje_file, "7	0.0	%sp	P	MPIroot	%sprogram \n", prefix, prefix);
 		if (!options->no_counter || !options->no_flops)
 		{
-			fprintf(out_paje_file, "7	%.9f	%ssched	Sc	%sp	%sscheduler\n", 0.0, prefix, prefix, prefix);
+			fprintf(out_paje_file, "7	0.0	%ssched	Sc	%sp	%sscheduler\n", prefix, prefix, prefix);
 		}
 		if (!options->no_counter)
 		{