Browse Source

Fix output alignment

Samuel Thibault 13 years ago
parent
commit
bb9da9185b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 1
src/core/perfmodel/perfmodel_bus.c

@@ -1113,7 +1113,7 @@ void starpu_bus_print_bandwidth(FILE *f)
 	for (dst = 0; dst < ncuda; dst++)
 		fprintf(f, "CUDA %d\t", dst);
 	for (dst = 0; dst < nopencl; dst++)
-		fprintf(f, "OpenCL %d\t", dst);
+		fprintf(f, "OpenCL%d\t", dst);
 	fprintf(f, "\n");
 
 	for (src = 0; src <= maxnode; src++)