Explorar o código

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

Lucas Schnorr %!s(int64=8) %!d(string=hai) anos
pai
achega
b0e00e4986
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 		{