소스 검색

merge revision 10998 of starpu-1.1

Thibaud Lambert 11 년 전
부모
커밋
af9b06a93c
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  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)