Explorar o código

use tab to correctly sort the paje trace file afterwards

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