Opened 11 years ago

Closed 9 years ago

Last modified 9 years ago

#2413 closed discussion (fixed)

Any way to put initialAnalyticJacobian information in an XML or other file?

Reported by: Adrian Pop Owned by: Willi Braun
Priority: normal Milestone: 1.9.4
Component: Code Generation Version: trunk
Keywords: Cc: Willi Braun

Description

Wonder if is possible to put the information set by initialAnalyticJacobian into an XML file (or binary one) and load it on startup.

The function generated for model:
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder
is HUGE (takes 90% of a 63 Mb C file). GCC uses 8Gb to compile it.

I've split that function down in r17639 but GCC memory consumption went down only by about 2Gb.

Change History (8)

comment:1 by Lennart Ochel, 11 years ago

Cc: Lennart Ochel removed
Owner: changed from Lennart Ochel to Willi Braun
Status: newassigned

comment:2 by Christian Schubert, 11 years ago

Instead of tackling the jacobian, I'd suggest that we work on #2576.
If that is fixed, the huge Jacobian should disappear as soon as we use Volker's resolveLoop module.

comment:3 by Martin Sjölund, 10 years ago

Milestone: 1.9.11.9.2

This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).

comment:4 by Martin Sjölund, 10 years ago

Milestone: 1.9.21.9.3

Milestone changed to 1.9.3 since 1.9.2 was released.

comment:5 by Martin Sjölund, 9 years ago

Milestone: 1.9.31.9.4

Moved to new milestone 1.9.4

comment:6 by Willi Braun, 9 years ago

Resolution: fixed
Status: assignedclosed

This has been fixed in the meanwhile, the biggest c file is now *_08bnd.c with around 10MB.

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

Milestone: 1.9.41.9.4-1.9.x

Milestone renamed

comment:8 by Martin Sjölund, 9 years ago

Milestone: 1.9.4-1.9.x1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.