Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3489 closed defect (invalid)

Performance issue with optimization module simplifyComplexFunction

Reported by: Lennart Ochel Owned by: Lennart Ochel
Priority: high Milestone: never
Component: Backend Version:
Keywords: Cc:

Description

This module scales badly for large systems. The following table shows the time of this module in comparison to the entire back end time for ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineModelica_N_xxx.

time [s] for
N simplifyComplexFunction backend
10 0.03 0.14
20 0.05 0.18
40 0.11 0.36
80 0.29 1.09
160 1.47 3.79
320 16.81 27.72
640 260.1 334.33

That means that the module take more than 75% of the back end time for N=640.
Please note: This module scales similar to constantLinearSystem (see #3486).

Change History (2)

comment:1 by Lennart Ochel, 9 years ago

Resolution: invalid
Status: newclosed

comment:2 by Dietmar Winkler, 9 years ago

Milestone: Futurenever

Sorting away the closed as invalid, won't fix and duplicate tickets from Future.

Note: See TracTickets for help on using tickets.