Directory testsuite/simulation/modelica/commonSubExp/

Directory Created:
2014-11-24 11:38
Total Files:
7
Deleted Files:
0
Lines of Code:
833

[root]/testsuite/simulation/modelica/commonSubExp
                    directory in repo ReferenceFiles (1 files, 0 lines)

Lines of Code

testsuite/simulation/modelica/commonSubExp/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 1628 (100.0%) 31.9
lochel 25 (49.0%) 839 (51.5%) 33.5
wbraun 14 (27.5%) 547 (33.6%) 39.0
vwaurich 3 (5.9%) 172 (10.6%) 57.3
hudson 7 (13.7%) 62 (3.8%) 8.8
mahge930 1 (2.0%) 8 (0.5%) 8.0
vitalij 1 (2.0%) 0 (0.0%) 0.0

Most Recent Commits

vitalij 2015-04-24 00:37 Rev.: 25723

simplify adjacency row for tearing
- important for symEuler

0 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos (-1)
lochel 2015-02-25 12:53 Rev.: 24769

- fix internal generation of discrete cse variables

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: cseFunctionCall.mos (+5 -5)
lochel 2015-02-25 11:26 Rev.: 24765

- fix statistics of cse call expressions
- proper cse debug output of creating cse statistics

78 lines of code changed in 4 files:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+13 -13), cse2.mos (+4 -4), cse3.mos (+13 -13), cseFunctionCall.mos (+48 -48)
lochel 2015-02-25 11:06 Rev.: 24764

- dump equations after variables, since this is the way we dump most stuff

112 lines of code changed in 4 files:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+15 -15), cse2.mos (+21 -21), cse3.mos (+16 -16), cseFunctionCall.mos (+60 -60)
lochel 2015-02-25 11:01 Rev.: 24763

- fix binary statistics of cse module

84 lines of code changed in 4 files:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+2 -2), cse2.mos (+2 -2), cse3.mos (+2 -2), cseFunctionCall.mos (+78 -78)
lochel 2015-02-25 10:21 Rev.: 24762

- clean up (remove unused variables, ...)

303 lines of code changed in 4 files:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+16 -17), cse2.mos (+11 -12), cse3.mos (+19 -21), cseFunctionCall.mos (+257 -257)
mahge930 2015-02-20 20:47 Rev.: 24667

Handle Slices in simulation contexts.
Use correct types when creating common subsexpressions.
Fix faulty array expansions.

8 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: cseFunctionCall.mos (+8 -8)
wbraun 2015-01-28 18:29 Rev.: 24272

- move cse module to the postOptModules
- activate it for simulation/libraries/3rdParty/ThermoPower/Bug2537.mos,
since it reduce drastically the time of the critical path in the testsuite.

56 lines of code changed in 2 files:

  • testsuite/simulation/modelica/commonSubExp: cse2.mos (+34 -20), cseFunctionCall.mos (+22 -23)
wbraun 2015-01-28 13:19 Rev.: 24246

- use BackendEquation.travese* functions, to not change the ordering of the given variables and equations

10 lines of code changed in 4 files:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+1 -1), cse2.mos (+1 -1), cse3.mos (+1 -1), cseFunctionCall.mos (+7 -7)
wbraun 2015-01-28 09:31 Rev.: 24240

- expected output

10 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: cseFunctionCall.mos (+10 -10)
hudson 2015-01-28 09:00 Rev.: 24239

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: cseFunctionCall.mos (+1)
wbraun 2015-01-28 08:59 Rev.: 24238

- added forgotten test

397 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: cseFunctionCall.mos (new 397)
wbraun 2015-01-28 02:51 Rev.: 24236

- improved CSE module further.
- a remaining isssue that lot of models have issues with the indexReduction if cseCall is activated

39 lines of code changed in 4 files:

  • testsuite/simulation/modelica/commonSubExp: Makefile (+1), cse1.mos (+11 -13), cse2.mos (+14 -14), cse3.mos (+13 -15)
lochel 2015-01-22 09:56 Rev.: 24147

- restore makefile

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: Makefile (+2 -1)
lochel 2015-01-22 09:55 Rev.: 24146

- keep pattern clean

0 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: Makefile (-1)
lochel 2015-01-22 08:27 Rev.: 24144

- fix expected output properly

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+3 -5)
wbraun 2015-01-22 08:16 Rev.: 24143

- expected output

35 lines of code changed in 2 files:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+20 -18), cse3.mos (+15 -15)
hudson 2015-01-21 15:23 Rev.: 24129

[Janitor mode] Set auto-props

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/commonSubExp: cse1.mos (+1), cse2.mos (+1), cse3.mos (+1)
lochel 2015-01-21 15:20 Rev.: 24128

- new pre-opt module: CSE
- eliminates common sub expression in acausal environment
- Different options are available:
- +cseCall: consider duplicate call expressions
- +cseEachCall: consider each call expressions
- +cseBinary: consider duplicate binary expressions
- NOTE: This is currently just an experimental prototype to demonstrate interesting effects

251 lines of code changed in 4 files:

  • testsuite/simulation/modelica/commonSubExp: Makefile (+4 -1), cse1.mos (new 81), cse2.mos (new 83), cse3.mos (new 83)
lochel 2015-01-05 13:53 Rev.: 23934

- don't overwrite primary parameters while initialization (e.g. #3050)

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/commonSubExp: ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos (+1)
hudson 2014-11-24 11:43 Rev.: 23521

[Janitor mode] Set auto-props

58 lines of code changed in 3 files:

  • testsuite/simulation/modelica/commonSubExp: Makefile (+1), ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos (+1), cleanHpcOmTestsuite.py (+56 -54)
vwaurich 2014-11-24 11:38 Rev.: 23520

- added commonSubExp test

172 lines of code changed in 3 files:

  • testsuite/simulation/modelica/commonSubExp: Makefile (new 52), ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos (new 68), cleanHpcOmTestsuite.py (new 52)
Generated by StatSVN 0.7.0