Opened 7 years ago

Closed 7 years ago

#4882 closed defect (duplicate)

[NF] selectInitializationVariablesDAE scales as O(N^2)

Reported by: Francesco Casella Owned by: Willi Braun
Priority: critical Milestone: 1.13.0
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 selectInitializationVariablesDAE function takes the following times to execute

N M Time
20 20 2.24
28 28 8.95
40 40 50.87

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

Change History (4)

comment:1 by Martin Sjölund, 7 years ago

Component: BackendNew Instantiation
Summary: selectInitializationVariablesDAE scales as O(N^2)[NF] selectInitializationVariablesDAE scales as O(N^2)

This is only a performance issue when the NF is used (and then daeMode is not needed).

comment:2 by Francesco Casella, 7 years ago

Also probably related to #4884

comment:3 by Francesco Casella, 7 years ago

Which in turn is the same as #4859

comment:4 by Per Östlund, 7 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.