Opened 7 years ago

Closed 7 years ago

#4883 closed defect (fixed)

evaluateParameters scales as O(N^2)

Reported by: Francesco Casella Owned by: Per Östlund
Priority: critical Milestone: Future
Component: New Instantiation Version:
Keywords: Cc:

Description

Please check the latest -d=newInst --daeMode report and look for the DistributionSystemDC.ScaledExperiments.DistributionSystemModelica_N_XX_M_XX models.

The newly introduced evaluateParameter function takes the following times to execute

N M Time
20 20 1.73
28 28 7.66
40 40 45.73

Please make sure the function scales properly with the system size.

Change History (4)

comment:1 by Francesco Casella, 7 years ago

Component: BackendNew Instantiation
Owner: changed from Willi Braun to Per Östlund
Status: newassigned

Seems to be the same issue as #4884

comment:2 by Per Östlund, 7 years ago

Resolution: duplicate
Status: assignedclosed

comment:3 by Per Östlund, 7 years ago

Resolution: duplicate
Status: closedreopened

The model originally reported is fine now, but ScalableTestSuite.Elementary.Tables.ScaledExperiments.TimeTable_N_* is still suffering from this issue.

comment:4 by Per Östlund, 7 years ago

Resolution: fixed
Status: reopenedclosed

Closing this one again, the TimeTable issue was already reported in #4940.

Note: See TracTickets for help on using tickets.