Browse Source

merge revision 10998 of starpu-1.1

Thibaud Lambert 11 years ago
parent
commit
af9b06a93c
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/core/perfmodel/perfmodel_history.c

+ 8 - 8
src/core/perfmodel/perfmodel_history.c

@@ -556,14 +556,14 @@ static void dump_model_file(FILE *f, struct starpu_perfmodel *model)
 		}
 	}
 
-	fprintf(f,"####################");
-	fprintf(f,"# MICs");
-	fprintf(f,"# number of MIC devices");
-	fprintf(f,"0");
-	fprintf(f,"####################");
-	fprintf(f,"# SCCs");
-	fprintf(f,"# number of SCC devices");
-	fprintf(f,"0");
+	fprintf(f,"####################\n");
+	fprintf(f,"# MICs\n");
+	fprintf(f,"# number of MIC devices\n");
+	fprintf(f,"0\n");
+	fprintf(f,"####################\n");
+	fprintf(f,"# SCCs\n");
+	fprintf(f,"# number of SCC devices\n");
+	fprintf(f,"0\n");
 }
 
 static void initialize_per_arch_model(struct starpu_perfmodel_per_arch *per_arch_model)