Browse Source

Fix Name forgotten in -r21327

Corentin Salingue 8 years ago
parent
commit
d227e8b266
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

@@ -1816,7 +1816,7 @@ void starpu_bus_print_bandwidth(FILE *f)
 	for (src = 0; src < maxnode; src++)
 	{
 		if (src < nnumas)
-			fprintf(f, "RAM_%u\t", src);
+			fprintf(f, "NUMA_%u\t", src);
 		else if (src < nnumas + ncuda)
 			fprintf(f, "CUDA_%u\t", src-nnumas);
 		else if (src < nnumas + ncuda + nopencl)