Opened 11 years ago

Closed 9 years ago

Last modified 8 years ago

#2413 closed discussion (fixed)

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

Reported by: adrpo Owned by: wbraun
Priority: normal Milestone: 1.9.4
Component: Code Generation Version: trunk
Keywords: Cc: wbraun

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 Changed 11 years ago by lochel

  • Cc lochel removed
  • Owner changed from lochel to wbraun
  • Status changed from new to assigned

comment:2 Changed 11 years ago by cschubert

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 Changed 10 years ago by sjoelund.se

  • Milestone changed from 1.9.1 to 1.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 Changed 10 years ago by sjoelund.se

  • Milestone changed from 1.9.2 to 1.9.3

Milestone changed to 1.9.3 since 1.9.2 was released.

comment:5 Changed 9 years ago by sjoelund.se

  • Milestone changed from 1.9.3 to 1.9.4

Moved to new milestone 1.9.4

comment:6 Changed 9 years ago by wbraun

  • Resolution set to fixed
  • Status changed from assigned to closed

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

comment:7 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.4 to 1.9.4-1.9.x

Milestone renamed

comment:8 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.4-1.9.x to 1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.