Преглед на файлове

src/core/perfmodel/perfmodel_print.c: add a # at the beginning of the displayed line

Nathalie Furmento преди 11 години
родител
ревизия
28f6d1baba
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/core/perfmodel/perfmodel_print.c

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

@@ -73,7 +73,7 @@ void starpu_perfmodel_print(struct starpu_perfmodel *model, struct starpu_perfmo
 	if (arch_model->regression.nsample || arch_model->regression.valid || arch_model->regression.nl_valid || arch_model->list)
 	{
 		starpu_perfmodel_get_arch_name(arch, archname, 32, nimpl);
-		fprintf(output, "performance model for %s\n", archname);
+		fprintf(output, "# performance model for %s\n", archname);
 	}
 
 	if (parameter == NULL)