Directory testsuite/interactive-simulation/

Directory Created:
2010-12-17 15:19
Directory Deleted:
2012-09-28 18:31
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/testsuite/interactive-simulation
            Folder removed from repo TwoTanks (0 files, 0 lines)

Lines of Code

testsuite/interactive-simulation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 1725 (100.0%) 33.8
adrpo 31 (60.8%) 1663 (96.4%) 53.6
mahge930 1 (2.0%) 34 (2.0%) 34.0
sjoelund.se 9 (17.6%) 27 (1.6%) 3.0
wbraun 1 (2.0%) 1 (0.1%) 1.0
alash325 9 (17.6%) 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 9 files:

  • testsuite/interactive-simulation: Makefile (del), Makefile.run (del), README.txt (del), buildModel.mos (del), interactive-simulation-commands.txt (del), run.sh (del), runInteractiveSimulation.mos (del), start-simulation.txt (del), testCompileInteractive.mos (del)
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)

34 lines of code changed in 1 file:

  • testsuite/interactive-simulation: Makefile (+34 -7)
adrpo 2012-02-23 08:08 Rev.: 11174

- GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
- HIGHLY RECOMMENDED make clean
- renamed SimCodeXXX.tpl CodegenXXX.tpl
- merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
- all tests except the usual mishaps go.
- targeted all trunk/c_runtime references used in
Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.

6 lines of code changed in 3 files:

  • testsuite/interactive-simulation: Makefile.run (+4 -4), README.txt (+1 -1), testCompileInteractive.mos (+1 -1)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

1 lines of code changed in 1 file:

  • testsuite/interactive-simulation: testCompileInteractive.mos (+1)
wbraun 2012-01-13 01:40 Rev.: 10888

- Switch to new SimulationRuntime as default SimulationRuntime.
- all simulation tests work as before.
- This will break interactive and qss stuff.

1 lines of code changed in 1 file:

  • testsuite/interactive-simulation: Makefile (+1 -1)
adrpo 2011-11-19 14:15 Rev.: 10553

- msl 2.x

1 lines of code changed in 1 file:

  • testsuite/interactive-simulation: Makefile.run (+1 -1)
adrpo 2011-06-01 00:42 Rev.: 9222

- BIG CHANGE!
- generate Model_init.xml instead of Model_init.txt
- clean objects in Model.makefile before compiling (Make doesn't seem to get that
Model.c is newer than Model.o if we issue two simulate commands for the same model,
even if the model changed via loadFile.)
- check the result of fflush in systemimpl.c and printimpl.c
- fflush in c_runtime/linearize.cpp
- added c_runtime/simulation_input_xml.h and cpp to read the Model_init.xml file.
- link the generated code with the XML parser library -lexpat as libc_runtime needs it now
- Model.c and Model_init.xml will now contain a GUID which is used in c_runtime/simulation_input_xml.cpp
to check if the Model_init.xml is matched with Model.c (Model.exe)
- The Model_init.xml is based on FMI but with much more information that we need for OMC.
- The Model_init.xml file it has no schema yet as it may change in the near future to include
more things that are now static in the generated code (Model.c). This will make compilation
of generated code faster.
- disabled testsuite/interactive-simulation/runInteractiveSimulation.mos and added only a
compilation test (more work is needed to make the run test more robust).
- updated tests and compiler files with the name change from _init.txt to _init.xml.

36 lines of code changed in 3 files:

  • testsuite/interactive-simulation: Makefile (+3 -3), Makefile.run (+3 -1), testCompileInteractive.mos (new 30)
adrpo 2011-03-19 04:06 Rev.: 8313

- update to interactive simulation

460 lines of code changed in 3 files:

  • testsuite/interactive-simulation: buildModel.mos (+1 -1), interactive-simulation-commands.txt (+1 -1), runInteractiveSimulation.mos (+458 -13)
sjoelund.se 2011-03-04 10:22 Rev.: 8077

- Fixed line endings of several files

3 lines of code changed in 3 files:

  • testsuite/interactive-simulation: Makefile (+1), buildModel.mos (+1), runInteractiveSimulation.mos (+1)
sjoelund.se 2010-12-20 15:57 Rev.: 7511

- Fix to (hopefully) kill interactive-simulations when doing automatic builds

20 lines of code changed in 2 files:

  • testsuite/interactive-simulation: Makefile.run (+8 -2), run.sh (new 12)
sjoelund.se 2010-12-19 14:10 Rev.: 7497

- Rewrote the simulation runtime slightly
- names and comments of a variable is now stored in a record instead of different arrays
- This record also contains the Absyn.Info information (filename, line/column start/end)
- Removed sendDataHumbug. It has been replaced with preprocessor macros that disable sendData

1 lines of code changed in 1 file:

  • testsuite/interactive-simulation: Makefile.run (+1)
adrpo 2010-12-19 06:55 Rev.: 7490

- fixes for DynamicSelect in annotations (return the first and constant part)
- faster retrieval of annotations.
- fixes for the interactive simulation test and small fixes to the client.

82 lines of code changed in 2 files:

  • testsuite/interactive-simulation: interactive-simulation-commands.txt (+1 -1), runInteractiveSimulation.mos (+81 -105)
adrpo 2010-12-17 23:01 Rev.: 7488

- another try.

71 lines of code changed in 1 file:

  • testsuite/interactive-simulation: runInteractiveSimulation.mos (+71 -98)
adrpo 2010-12-17 22:11 Rev.: 7487

- restrict to 1 output/second
- use out.log instead of output.log

164 lines of code changed in 3 files:

  • testsuite/interactive-simulation: Makefile.run (+1 -1), buildModel.mos (+1 -1), runInteractiveSimulation.mos (+162 -123)
sjoelund.se 2010-12-17 22:05 Rev.: 7486

- Fix interactive-simulation client compilation on Linux
- Make the mos-script use teardown_command instead of rm -f at the end in order to ease debugging

2 lines of code changed in 2 files:

  • testsuite/interactive-simulation: Makefile.run (+1 -1), runInteractiveSimulation.mos (+1 -141)
adrpo 2010-12-17 20:41 Rev.: 7484

- test for existence of the server executable

1 lines of code changed in 1 file:

  • testsuite/interactive-simulation: Makefile.run (+1)
adrpo 2010-12-17 20:20 Rev.: 7482

- add extension
- sort the trace files (to get rid of thread preemption)

129 lines of code changed in 2 files:

  • testsuite/interactive-simulation: Makefile.run (+8 -6), runInteractiveSimulation.mos (+121 -116)
adrpo 2010-12-17 19:07 Rev.: 7475

- updates to readmes and interactive-simulation test
- added the interactive-simulation to be run with the testsuite
- updated SimulationApplicationExample_TwoTanks.zip

5 lines of code changed in 1 file:

  • testsuite/interactive-simulation: README.txt (+5)
adrpo 2010-12-17 19:03 Rev.: 7474

- added a README.txt

0 lines of code changed in 1 file:

  • testsuite/interactive-simulation: README.txt (new)
adrpo 2010-12-17 18:50 Rev.: 7472

- finished the interactive-simulation test.

287 lines of code changed in 1 file:

  • testsuite/interactive-simulation: runInteractiveSimulation.mos (+287 -293)
adrpo 2010-12-17 18:44 Rev.: 7471

- more work on testsuite for interactive-simulation
- made a better client.cpp that knows also how to read commands from a file.
- fflush(stdout) everywhere where we have cout!
- got rid of some warnings.
- still more work is needed for testing the test.
- translated *german* (duh!) messages to English.

375 lines of code changed in 4 files:

  • testsuite/interactive-simulation: Makefile (+31 -21), Makefile.run (new 23), interactive-simulation-commands.txt (+7 -18), runInteractiveSimulation.mos (new 314)
adrpo 2010-12-17 15:21 Rev.: 7465

- some changes to the test

24 lines of code changed in 2 files:

  • testsuite/interactive-simulation: Makefile (+2 -2), interactive-simulation-commands.txt (new 22)
adrpo 2010-12-17 15:19 Rev.: 7464

- added a test for interactive simulations in testsuite/interactive-simulation.
- still some work to do.

22 lines of code changed in 3 files:

  • testsuite/interactive-simulation: Makefile (new 21), buildModel.mos (new 1), start-simulation.txt (new)
Generated by StatSVN 0.7.0