Browse Source

Fix announcedbuffer size

Samuel Thibault 9 years ago
parent
commit
0474927832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/perfmodel/perfmodel_print.c

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

@@ -152,7 +152,7 @@ void starpu_perfmodel_print(struct starpu_perfmodel *model, struct starpu_perfmo
 		if (strcmp(parameter, "path-file-debug") == 0)
 		{
 			char debugname[256];
-			starpu_perfmodel_debugfilepath(model, arch, debugname, 1024, nimpl);
+			starpu_perfmodel_debugfilepath(model, arch, debugname, 256, nimpl);
 			printf("%s\n", debugname);
 			return;
 		}