Directory testsuite/fmi/

Directory Created:
2011-04-19 13:44
Directory Deleted:
2012-09-28 18:31
Total Files:
0
Deleted Files:
15
Lines of Code:
0

[root]/testsuite/fmi
            Folder removed from repo testedFMU (0 files, 0 lines)

Lines of Code

testsuite/fmi/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 86 (100.0%) 1129 (100.0%) 13.1
wbraun 40 (46.5%) 846 (74.9%) 21.1
sjoelund.se 17 (19.8%) 101 (8.9%) 5.9
adrpo 7 (8.1%) 84 (7.4%) 12.0
Frenkel TUD 3 (3.5%) 60 (5.3%) 20.0
mahge930 1 (1.2%) 31 (2.7%) 31.0
wuzhu.chen 3 (3.5%) 7 (0.6%) 2.3
alash325 15 (17.4%) 0 (0.0%) 0.0

Most Recent Commits

alash325 2012-09-28 18:31 Rev.: 13093

- Move interactive-simulation test files to testsuite/openmodelica

0 lines of code changed in 15 files:

  • testsuite/fmi: BouncingBall.mo (del), BouncingBall.mos (del), EnumerationTest.mo (del), EnumerationTest.mos (del), ExternalFMUs.mos (del), HelloFMIWorld.mo (del), HelloFMIWorld.mos (del), InOutTest.mo (del), InOutTest.mos (del), Makefile (del), Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (del), Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos (del), TanksConnectedPI.mo (del), TanksConnectedPI.mos (del), testInOut.mo (del)
wbraun 2012-09-21 15:55 Rev.: 13015

- changed event handling with dassl
- while every dassl step the ZeroCrossings are tested
- changed many results, since now the simulation is more accurate
- changed the check for Modelica assert, now some models produce warnings
for variables outside min and max values

2 lines of code changed in 1 file:

  • testsuite/fmi: BouncingBall.mos (+2 -2)
sjoelund.se 2012-08-30 11:01 Rev.: 12732

- Fixed svn:eol-style

83 lines of code changed in 9 files:

  • testsuite/fmi: EnumerationTest.mo (+18 -17), EnumerationTest.mos (+1), InOutTest.mo (+31 -30), InOutTest.mos (+1), Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (+1), Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos (+1), TanksConnectedPI.mo (+1), TanksConnectedPI.mos (+1), testInOut.mo (+28 -27)
wbraun 2012-04-02 22:33 Rev.: 11642

- changed test-case

5 lines of code changed in 3 files:

  • testsuite/fmi: InOutTest.mo (-44), InOutTest.mos (+5 -26), testInOut.mo (-43)
wbraun 2012-04-02 22:15 Rev.: 11641

- optimized fmi-export calculations
- added support input and output vars for fmi-import and a test-case
- added a better flow control for fmi-import models

203 lines of code changed in 4 files:

  • testsuite/fmi: InOutTest.mo (new 74), InOutTest.mos (new 57), Makefile (+2 -1), testInOut.mo (new 70)
wbraun 2012-04-01 04:12 Rev.: 11621

- changed compilation flag for fmu-export from -O2 to -O
- added String support for fmu-import
- added MultiBody.DoublePendelum test

45 lines of code changed in 5 files:

  • testsuite/fmi: EnumerationTest.mo (+2), ExternalFMUs.mos (+4 -4), Makefile (+1), Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (+2 -18), Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos (new 36)
wbraun 2012-03-30 10:41 Rev.: 11608

- fixed FMI-Export Alias variables

77 lines of code changed in 2 files:

  • testsuite/fmi: Makefile (+1), Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (new 76)
wbraun 2012-03-29 20:50 Rev.: 11602

- aded fixes and tests for fmu-export and fmu-import

288 lines of code changed in 5 files:

  • testsuite/fmi: EnumerationTest.mo (new 15), EnumerationTest.mos (new 40), Makefile (+2), TanksConnectedPI.mo (new 158), TanksConnectedPI.mos (new 73)
wbraun 2012-03-26 09:27 Rev.: 11526

- fixed FMU-Export
- fixed FMI-Import
- moved FMI-Import to SimulationRuntime

5 lines of code changed in 3 files:

  • testsuite/fmi: BouncingBall.mos (+2 -2), HelloFMIWorld.mos (+1 -1), Makefile (+2 -2)
mahge930 2012-03-01 22:48 Rev.: 11260

+ The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases.
+ "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned.
For OMDEV/MINGW ppl (linux already has partest)
+ "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN")
- 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the
output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit.

Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions)

31 lines of code changed in 1 file:

  • testsuite/fmi: Makefile (+31 -2)
wbraun 2012-01-25 04:26 Rev.: 10959

- fixed FMU testsuite

3 lines of code changed in 3 files:

  • testsuite/fmi: BouncingBall.mos (+1 -2), ExternalFMUs.mos (+1 -1), HelloFMIWorld.mos (+1 -2)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

11 lines of code changed in 6 files:

  • testsuite/fmi: BouncingBall.mo (+1), BouncingBall.mos (+1), ExternalFMUs.mos (+1), HelloFMIWorld.mo (+6 -5), HelloFMIWorld.mos (+1), Makefile (+1)
wbraun 2012-01-16 12:21 Rev.: 10898

- switch function generation also to new simulation runtime
- linking Compiler/runtime to new sim runtime.

1 lines of code changed in 1 file:

  • testsuite/fmi: Makefile (+1 -1)
sjoelund.se 2011-12-15 17:35 Rev.: 10731

- Disable fmi tests as they cause out of memory errors on the build systems

5 lines of code changed in 1 file:

  • testsuite/fmi: Makefile (+5 -5)
adrpo 2011-12-14 10:33 Rev.: 10711

- GOT RID OF ALL ASSIGNMENT TO INPUT FROM THE COMPILER
please run testsuite/bootstrapping/MainTest.mos always before commit!
or the testboot make target (which is the same)
- used the strict double with padding from RML (a union instead of directly the double)
- refactored a bit the GC and added the generational GC (not on yet)
DO NOT PORT IT TO SimulationRuntime/c yet, i'll do it myself later.
- use the old realString for Windows for now
- removed Windows.h include from modelica.h
- stop generating junk in OMDev\tools\mingw\bin (fixes in Compiler/scripts/Compile.bat)
- fixes to some tests
- some fixes so that the bootstrapping works with VS.

4 lines of code changed in 2 files:

  • testsuite/fmi: BouncingBall.mos (+2 -1), HelloFMIWorld.mos (+2 -1)
wbraun 2011-12-02 16:24 Rev.: 10630

- update generated FMI import model
(works now with new CSimulationRuntime also on linux)
- adjust FMI export for new CSimulationRuntime

12 lines of code changed in 4 files:

  • testsuite/fmi: BouncingBall.mos (+2 -2), ExternalFMUs.mos (+8 -8), HelloFMIWorld.mos (+1 -1), Makefile (+1 -1)
adrpo 2011-11-24 22:51 Rev.: 10574

- FMI fixes:
+ run unzip in quiet mode (no more file names)
+ do not exit in freeElement with EXIT_FAILURE, just return as we need fmiimport to exit with code 0.
- updated tests.

8 lines of code changed in 3 files:

  • testsuite/fmi: BouncingBall.mos (+6 -19), ExternalFMUs.mos (+1 -31), HelloFMIWorld.mos (+1 -14)
wuzhu.chen 2011-11-22 11:52 Rev.: 10563

-- modifications of return values after calling importFMU(...) API

7 lines of code changed in 3 files:

  • testsuite/fmi: BouncingBall.mos (+1 -1), ExternalFMUs.mos (+4 -4), HelloFMIWorld.mos (+2 -2)
wbraun 2011-11-16 05:06 Rev.: 10528

- updated FMI import and moved fmu to test suite

149 lines of code changed in 5 files:

  • testsuite/fmi: BouncingBall.mo (+3 -9), BouncingBall.mos (+11 -5), ExternalFMUs.mos (new 129), HelloFMIWorld.mos (+4 -4), Makefile (+2 -1)
adrpo 2011-11-03 22:45 Rev.: 10294

- small fixes to FMI tests

72 lines of code changed in 2 files:

  • testsuite/fmi: BouncingBall.mos (+25 -2), HelloFMIWorld.mos (+47 -44)
wbraun 2011-11-03 19:35 Rev.: 10293

- FMI-Import: added first FMI import test(really simple) and it works for now only on windows.

56 lines of code changed in 4 files:

  • testsuite/fmi: BouncingBall.mos (+4), HelloFMIWorld.mo (new 6), HelloFMIWorld.mos (new 44), Makefile (+2 -1)
sjoelund.se 2011-05-13 07:32 Rev.: 8968

- Fix for translateFMU

2 lines of code changed in 1 file:

  • testsuite/fmi: BouncingBall.mos (+2)
Frenkel TUD 2011-04-19 13:44 Rev.: 8699

- bugfix fmi
- add test for fmi export

60 lines of code changed in 3 files:

  • testsuite/fmi: BouncingBall.mo (new 22), BouncingBall.mos (new 14), Makefile (new 24)
Generated by StatSVN 0.7.0