Skip to content

Commit

Permalink
BugFix level scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
marchartung authored and OpenModelica-Hudson committed Jun 15, 2015
1 parent 7b43f2b commit cbb4269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -1982,7 +1982,7 @@ algorithm
//levelComps := List.mapList1_1(levelComps,List.sort,intGt);
SCCs := List.map1(levelComps,getSimEqSysIdcsForNodeLst,iSccSimEqMapping);
levelTasks := List.threadMap(SCCs,List.mapList(level,List.create),makeCalcLevelParTaskLst);
oSchedule := setScheduleLockIds(HpcOmSimCode.LEVELSCHEDULE(levelTasks, false));
oSchedule := HpcOmSimCode.LEVELSCHEDULE(levelTasks, false);

//update nodeMark for graphml representation
nodeMark := arrayCreate(arrayLength(inComps),-1);
Expand Down

0 comments on commit cbb4269

Please sign in to comment.