Skip to content

Commit

Permalink
- print number of merged tasks for hpcomDump
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Nov 17, 2014
1 parent 0b3a478 commit be8b179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/HpcOmSimCodeMain.mo
Expand Up @@ -310,7 +310,7 @@ algorithm
SimCodeUtil.execStat("hpcom dump simplified TaskGraph");

if Flags.isSet(Flags.HPCOM_DUMP) then
print("Filter successfully applied\n");
print("Filter successfully applied. Merged "+intString(intSub(arrayLength(taskGraphOde),arrayLength(taskGraphSimplified)))+" tasks.\n");
end if;

//Create schedule
Expand Down

0 comments on commit be8b179

Please sign in to comment.