Directory Compiler/SimCode/

Directory Created:
2014-10-13 11:09
Total Files:
7
Deleted Files:
0
Lines of Code:
18833

[root]/Compiler/SimCode

Lines of Code

Compiler/SimCode/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 310 (100.0%) 24415 (100.0%) 78.7
lochel 42 (13.5%) 17933 (73.5%) 426.9
sjoelund.se 59 (19.0%) 2250 (9.2%) 38.1
mwalther 41 (13.2%) 1901 (7.8%) 46.3
vwaurich 33 (10.6%) 829 (3.4%) 25.1
wbraun 21 (6.8%) 611 (2.5%) 29.0
vitalij 12 (3.9%) 254 (1.0%) 21.1
niklwors 6 (1.9%) 156 (0.6%) 26.0
hudson 50 (16.1%) 155 (0.6%) 3.1
hkiel 11 (3.5%) 110 (0.5%) 10.0
perost 9 (2.9%) 80 (0.3%) 8.8
mahge930 9 (2.9%) 79 (0.3%) 8.7
adrpo 7 (2.3%) 18 (0.1%) 2.5
bthiele 3 (1.0%) 16 (0.1%) 5.3
adeas31 2 (0.6%) 12 (0.0%) 6.0
mflehmig 1 (0.3%) 8 (0.0%) 8.0
ptaeuber 2 (0.6%) 2 (0.0%) 1.0
rfranke 2 (0.6%) 1 (0.0%) 0.5

Most Recent Commits

vwaurich 2015-04-30 16:04 Rev.: 25853

- added template functions for DAE.SUM and SimCode.SES_FOR_LOOP

2 lines of code changed in 1 file:

  • Compiler/SimCode: SimCode.mo (+2 -2)
sjoelund.se 2015-04-30 13:51 Rev.: 25847

See if bootstrapping is fixed without a new tarball (skip checking for ModelicaExternalC when bootstrapping)

1 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+1 -1)
vwaurich 2015-04-30 13:27 Rev.: 25846

- removed some debug prints for vectorization

0 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (-2)
vwaurich 2015-04-30 12:52 Rev.: 25843

- some more fixes for Vectorization.mo

55 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+55 -28)
sjoelund.se 2015-04-30 12:40 Rev.: 25841

Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time

1 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+1 -1)
mwalther 2015-04-29 12:37 Rev.: 25816

- support for non constant array-indices added to variable - memory - mapping

15 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+15 -1)
hudson 2015-04-29 11:18 Rev.: 25811

[Janitor mode] Fix whitespace

11 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+11 -11)
mwalther 2015-04-29 10:58 Rev.: 25810

- added handling for special case, that variables have a subscript at the end but are not part of an array

17 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+17 -12)
hudson 2015-04-29 10:36 Rev.: 25808

[Janitor mode] Fix whitespace

12 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+12 -12)
mwalther 2015-04-29 10:20 Rev.: 25805

- added optimization variables to mapping
- added some scripts to execute all simulations in the msl with special flags

11 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+11 -5)
mwalther 2015-04-29 10:01 Rev.: 25804

- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes

279 lines of code changed in 3 files:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+4 -3), SimCode.mo (+5 -1), SimCodeUtil.mo (+270 -18)
hudson 2015-04-29 09:53 Rev.: 25803

[Janitor mode] Fix whitespace

9 lines of code changed in 3 files:

  • Compiler/SimCode: SerializeModelInfo.mo (+2 -2), SimCode.mo (+2 -2), SimCodeUtil.mo (+5 -5)
vwaurich 2015-04-29 09:23 Rev.: 25801

- added SimCode.SES_FOR_LOOP and DAE.SUM expression to express loop-equations

129 lines of code changed in 3 files:

  • Compiler/SimCode: SerializeModelInfo.mo (+21), SimCode.mo (+11), SimCodeUtil.mo (+97 -19)
ptaeuber 2015-04-28 12:37 Rev.: 25782

- included Jacobian in TearingSet because it differs for different sets
- adapt some modules to new tearing structure

1 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+1 -1)
rfranke 2015-04-25 19:38 Rev.: 25740

remove dummy state from Cpp runtime as well (#3057)

This was a TODO from r23937, which only fixed the C runtime.

0 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (-4)
hkiel 2015-04-23 14:36 Rev.: 25708

eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())

21 lines of code changed in 3 files:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+6 -6), SerializeModelInfo.mo (+3 -3), SimCodeUtil.mo (+12 -12)
vwaurich 2015-04-22 17:03 Rev.: 25687

- uncomment separation of parameter dependent and variable dependent asserts, have to fix dae-task-graph generation first

5 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+5 -5)
vwaurich 2015-04-22 16:06 Rev.: 25684

- put parameter dependent asserts in the paramEquation section and not in all-equations

37 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+37 -3)
vwaurich 2015-04-21 12:57 Rev.: 25661

- dump alias vars in dumpSimCode

7 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+7 -1)
ptaeuber 2015-04-21 12:36 Rev.: 25658

Prepared Backend for the introduction of dynamic Tearing (tearing set can be changed during runtime)
In detail:
- introduced record BackendDAE.SOLVABILITY_SOLVABLE, which means the equation is analytically solvable for the variable, regardless of how the variable occurs in the equation
- function BackendDAEUtil.tryToSolveOrDerive (old: getFactorForX) can be activated by parameter in getAdjacencyMatrixEnhancedScalar
- introduced uniontype BackendDAE.TearingSet, restructured record TORNSYSTEM
- introduced ConfigFlag "dynamicTearing"

1 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+1 -1)
mwalther 2015-04-20 14:18 Rev.: 25644

- removed debug output in HpcOmMemory
- some simple improvements in HpcOmMemory
- CodegenCpp.tpl: Number of real, int, bool and pre variables can now be passed as argument to simulationMainFile-template
- some more fixes for hpcom code generation -> memory optimization is still not working for arrays with the new variable structure
- sim var arrays are now aligned to default cache line size of 64 byte
- testsuite update for some hpcom tests

1 lines of code changed in 1 file:

  • Compiler/SimCode: HpcOmSimCode.mo (+1 -1)
vwaurich 2015-04-20 13:07 Rev.: 25637

- moved visualizationXML dump to extra files
- dump ast for complex expressions in visualization xml

2 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+2 -2)
vwaurich 2015-04-15 10:25 Rev.: 25554

- estimate execution costs for removedEquations as well

1 lines of code changed in 1 file:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+1 -1)
hudson 2015-04-14 16:24 Rev.: 25545

[Janitor mode] Fix whitespace

4 lines of code changed in 3 files:

  • Compiler/SimCode: HpcOmSimCode.mo (+1 -1), HpcOmSimCodeMain.mo (+2 -2), SimCodeUtil.mo (+1 -1)
mwalther 2015-04-14 16:22 Rev.: 25544

- basic structure for DAE-parallelization to HPCOM added
- simcode now contains only one hpcom element
- list scheduler is not used anymore, if the selected scheduler fails
- update for expected output

138 lines of code changed in 4 files:

  • Compiler/SimCode: HpcOmSimCode.mo (+10), HpcOmSimCodeMain.mo (+93 -69), SimCode.mo (+1 -3), SimCodeUtil.mo (+34 -52)
hudson 2015-04-14 09:59 Rev.: 25540

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+3 -3)
vwaurich 2015-04-14 09:56 Rev.: 25539

- added stuff to dump a xml file that contains information about visualization objects

7 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+7 -1)
vwaurich 2015-04-07 09:14 Rev.: 25406

- added removedEquations to the DAE-TaskGraph

8 lines of code changed in 1 file:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+8 -8)
mwalther 2015-04-02 10:14 Rev.: 25365

- fixed build

1 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeVar.mo (+1 -1)
hudson 2015-04-02 09:57 Rev.: 25364

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+1 -1)
mwalther 2015-04-02 09:52 Rev.: 25363

- moved mixed array vars from SimCode to ModelInfo-SimVars
- cpp tests updated

85 lines of code changed in 4 files:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+3 -3), SimCode.mo (-1), SimCodeUtil.mo (+81 -54), SimCodeVar.mo (+1)
sjoelund.se 2015-04-01 09:48 Rev.: 25350

Some fixes to compile with parmodelica

3 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeMain.mo (+3 -8)
hudson 2015-03-31 16:03 Rev.: 25334

[Janitor mode] Fix whitespace

5 lines of code changed in 2 files:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+1 -1), SimCodeUtil.mo (+4 -4)
mwalther 2015-03-31 15:54 Rev.: 25333

- added additional information to sim code, about array-variables that contain state or state derivative variables together with other variables

103 lines of code changed in 3 files:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+5 -3), SimCode.mo (+1), SimCodeUtil.mo (+97 -22)
hudson 2015-03-26 14:23 Rev.: 25267

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+3 -3)
mwalther 2015-03-26 14:15 Rev.: 25266

- improved memory management with +d=hpcomMemoryOpt
- graphml-graphs now contain information if the nodes belong to the ODE- or eventsystem
- cpp-locks are now memory aligned
- lapack-support for sundials can now be used with the c++ runtime
- update for one hpcom test

22 lines of code changed in 1 file:

  • Compiler/SimCode: HpcOmSimCodeMain.mo (+22 -14)
perost 2015-03-25 15:41 Rev.: 25245

Fix for #3245:
- Fix code generation for assignment to record slices in functions.

17 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+17 -20)
hudson 2015-03-24 10:26 Rev.: 25229

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+1 -1)
vwaurich 2015-03-24 10:18 Rev.: 25228

- fix for preCalculateStartValues

2 lines of code changed in 1 file:

  • Compiler/SimCode: SimCodeUtil.mo (+2 -2)
vitalij 2015-03-23 23:56 Rev.: 25224

fixed extends dynamic optimization formulation
- initial guess with file
- handling der(x)

9 lines of code changed in 2 files:

  • Compiler/SimCode: SerializeModelInfo.mo (+4), SimCodeUtil.mo (+5)

(192 more)

Generated by StatSVN 0.7.0