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 , 7 years ago
Component: | Backend → New Instantiation |
---|---|
Summary: | selectInitializationVariablesDAE scales as O(N^2) → [NF] selectInitializationVariablesDAE scales as O(N^2) |
comment:4 by , 7 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is only a performance issue when the NF is used (and then daeMode is not needed).