[root]/testsuite/fmi
testedFMU
(0 files, 0 lines)
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 |
- Move interactive-simulation test files to testsuite/openmodelica
0 lines of code changed in 15 files:
- 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:
- Fixed svn:eol-style
83 lines of code changed in 9 files:
- changed test-case
5 lines of code changed in 3 files:
- 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:
- 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:
- fixed FMI-Export Alias variables
77 lines of code changed in 2 files:
- aded fixes and tests for fmu-export and fmu-import
288 lines of code changed in 5 files:
- fixed FMU-Export
- fixed FMI-Import
- moved FMI-Import to SimulationRuntime
5 lines of code changed in 3 files:
+ 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:
- fixed FMU testsuite
3 lines of code changed in 3 files:
- Set svn-eol-style on a few files
11 lines of code changed in 6 files:
- switch function generation also to new simulation runtime
- linking Compiler/runtime to new sim runtime.
1 lines of code changed in 1 file:
- Disable fmi tests as they cause out of memory errors on the build systems
5 lines of code changed in 1 file:
- 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:
- 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:
- 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:
-- modifications of return values after calling importFMU(...) API
7 lines of code changed in 3 files:
- updated FMI import and moved fmu to test suite
149 lines of code changed in 5 files:
- small fixes to FMI tests
72 lines of code changed in 2 files:
- 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:
- Fix for translateFMU
2 lines of code changed in 1 file:
- bugfix fmi
- add test for fmi export
60 lines of code changed in 3 files: