Browse Source

use tab to correctly sort the paje trace file afterwards

Lucas Schnorr 8 years ago
parent
commit
960299d1e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/debug/traces/starpu_paje.c

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

@@ -456,7 +456,7 @@ void _starpu_fxt_write_paje_header(FILE *file STARPU_ATTRIBUTE_UNUSED)
 5       IF      P	Mm	Mm      \"Intra-node data IdleFetch\"\n\
 5       WSL     P	W	W       \"Work steal\"\n");
 
-	fprintf(file, "7      0.0 MPIroot      MPIP      0       root\n");
+	fprintf(file, "7	0.0 MPIroot      MPIP      0       root\n");
 #endif
 }