Skip to content

Commit

Permalink
- simCodeEquations are now ordered correctly when using taskdep-sched…
Browse files Browse the repository at this point in the history
…uling

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Mar 21, 2014
1 parent aa7ab85 commit cc7bdf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -1311,6 +1311,7 @@ algorithm
//print("-> NodeMark: " +& intString(nodeMark) +& "\n");
//print("ISccSimEqMapping-Length: " +& intString(arrayLength(iSccSimEqMapping)) +& "\n");
simEqIdc := List.map(List.map1(components,getSccSimEqMappingByIndex,iSccSimEqMapping), List.last);
simEqIdc := listReverse(simEqIdc);
task := CALCTASK(-1,nodeIdx,-1.0,-1.0,-1,simEqIdc);
nodeLevelMap := (task,nodeMark,iNodeDependenciesT)::nodeLevelMap;
oNodeInfo := ((nodeIdx+1,nodeLevelMap));
Expand Down

0 comments on commit cc7bdf2

Please sign in to comment.