Changes between Initial Version and Version 1 of Ticket #3486
- Timestamp:
- 2015-09-30T12:23:15Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3486 – Description
initial v1 1 1 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}}}. 2 || N || time [s] || backend || 2 || ||||= time [s] for =|| 3 || N || constantLinearSystem || backend || 3 4 || 10 || 0.03 || 0.10 || 4 5 || 20 || 0.05 || 0.17 || … … 6 7 || 80 || 0.29 || 0.86 || 7 8 || 160 || 1.46 || 3.47 || 8 || 320 || 16.75 || 27 ,64 ||9 || 640 || 260.1 || 333 ,84 ||9 || 320 || 16.75 || 27.64 || 10 || 640 || 260.1 || 333.84 || 10 11 11 12 That means that the module need more than 75% of the back end time for N=640.