You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Compiler/BackEnd/HpcOmScheduler.mo
+48-16Lines changed: 48 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2014,41 +2014,73 @@ end printSchedule;
2014
2014
2015
2015
2016
2016
public function predictExecutionTime "computes the theoretically execution time for the serial simulation and the parallel. a speedup ratio is determined by su=serTime/parTime.
2017
+
the max speedUp is computed via the serTime/criticalPathCosts.
isOkString ="The predicted SpeedUp with "+&intString(numProc)+&" processors is: "+&realString(speedUp)+&". With a theoretical maxmimum speedUp of: "+&realString(speedUpMax)+&"\n";
2052
+
isNotOkString ="Something is weird. The predicted SpeedUp is "+&realString(speedUp)+&" and the theoretical maximum speedUp is "+&realString(speedUpMax)+&"\n";
0 commit comments