Skip to content

Commit be8b179

Browse files
author
Volker Waurich
committed
- print number of merged tasks for hpcomDump
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 0b3a478 commit be8b179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/SimCode/HpcOmSimCodeMain.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ algorithm
310310
SimCodeUtil.execStat("hpcom dump simplified TaskGraph");
311311

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

316316
//Create schedule

0 commit comments

Comments
 (0)