[root]/testsuite/libraries/msl221
Electrical
(0 files, 0 lines)
Mechanics
(0 files, 0 lines)
Modelica
(0 files, 0 lines)
Blocks
(0 files, 0 lines)
C-Sources
(0 files, 0 lines)
Electrical
(0 files, 0 lines)
Analog
(0 files, 0 lines)
Examples
(0 files, 0 lines)
Utilities
(0 files, 0 lines)
Images
(0 files, 0 lines)
Blocks
(0 files, 0 lines)
Media
(0 files, 0 lines)
IdealGases
(0 files, 0 lines)
UsersGuide
(0 files, 0 lines)
MultiBody
(0 files, 0 lines)
Examples
(0 files, 0 lines)
Elementary
(0 files, 0 lines)
Loops
(0 files, 0 lines)
Systems
(0 files, 0 lines)
Forces
(0 files, 0 lines)
Joints
(0 files, 0 lines)
Parts
(0 files, 0 lines)
Sensors
(0 files, 0 lines)
UsersGuide
(0 files, 0 lines)
Visualizers
(0 files, 0 lines)
tutorial
(0 files, 0 lines)
FirstExample
(0 files, 0 lines)
LoopStructures
(0 files, 0 lines)
Rotational
(0 files, 0 lines)
StateGraph
(0 files, 0 lines)
Examples
(0 files, 0 lines)
UsersGuide
(0 files, 0 lines)
UsersGuide
(0 files, 0 lines)
Math
(0 files, 0 lines)
Mechanics
(0 files, 0 lines)
Thermal
(0 files, 0 lines)
Utilities
(0 files, 0 lines)
data
(0 files, 0 lines)
modelicaAdditions
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1520 (100.0%) | 227642 (100.0%) | 149.7 |
petar | 75 (4.9%) | 87091 (38.3%) | 1161.2 |
sjoelund.se | 723 (47.6%) | 64625 (28.4%) | 89.3 |
adrpo | 86 (5.7%) | 44469 (19.5%) | 517.0 |
perost | 475 (31.3%) | 22063 (9.7%) | 46.4 |
stebr461 | 46 (3.0%) | 8781 (3.9%) | 190.8 |
mahge930 | 9 (0.6%) | 596 (0.3%) | 66.2 |
AlexeyLebedev | 8 (0.5%) | 16 (0.0%) | 2.0 |
wbraun | 1 (0.1%) | 1 (0.0%) | 1.0 |
alash325 | 97 (6.4%) | 0 (0.0%) | 0.0 |
-- testsuite/3rdparty/AVM + testsuite/3rdparty/ThermoSysPro are temporarily moved to testsuite directory + testsiuite/Libraries + testsuite/mofiles + testsuite/3rdparty are deleted from SVN
0 lines of code changed in 97 files:
- Changed Util.swap to work as expected (i.e. swap on true).
115 lines of code changed in 8 files:
- Added missing 'each' prefixes to more models
- Made DAE.TYPED and DAE.UNTYPED modifications contain Absyn.Info and started using that whenever possible
- This makes error-messages appear at the source of the modification instead of at the component being modified, which is better since it is easier to look up the component than to figure where the #!#&@ the modification came from
4 lines of code changed in 1 file:
#1801
- Fix problem with matrix-vector operations being converted into array-multiplication of vector and scalar
- All tests that worked still work except for one: ./libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos, presumably because of a better solution now
115 lines of code changed in 8 files:
#1776
- Added detection of unbound variables in functions for Modelica. MetaModelica expressions will be supported Real Soon Now?
2 lines of code changed in 1 file:
- Removed space after first parenthesis when dumping asserts in DAEDump, to ease
the transition to a template based dumper.
7 lines of code changed in 6 files:
Fix for bug #1774:
- Better sorting of elements in Inst.instElementList by considering qualified crefs.
- Added testcase Modelica.StateGraph.Examples.ControlledTanks.
- Enabled the forgotten Modelica.Blocks.Continuous testcase.
603 lines of code changed in 5 files:
#1767
- Marked strings for translation in Error.mo
- Removed some useless whitespace from a few error-messages
0 lines of code changed in 1 file:
- Implemented a new template based expression dumping.
- Updated test suite.
2848 lines of code changed in 60 files:
Fix for bug #1731:
- Fixed connection of arrays with subscripts.
- Updated testsuit due to changed equation order for connects.
712 lines of code changed in 8 files:
- Fixed correct types on array-scalar and scalar-array operations.
- Updated test cases due to changed operation order.
201 lines of code changed in 5 files:
- Expected output, etc
47 lines of code changed in 3 files:
- Updated MSL 2.2.1 tests to UTF-8
52 lines of code changed in 11 files:
- Got rid of tabs.
34 lines of code changed in 12 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)
36 lines of code changed in 1 file:
+ Fix for missing parameter passing for records.
Bug #1675
+ Fix for missing bindings for records with classmod modifications on output variables.
+ Fix for constant evaluated bindings to default values for record to record assignments.
560 lines of code changed in 8 files:
HUGE update to SVN with *a lot* of changes: DO MAKE CLEAN!
==========================================================
- The DAE.ExpType is *no more*
- The BackendDAE.Type is *no more*
Both got replaced by DAE.Type!
- The DAE.ExpVar is *no more*
It got replaced by DAE.Var!
Now we have *ONLY ONE* type in the compiler: DAE.Type!
Just to know why I got this done:
BEFORE, the model HumMod took 6m51 seconds to instantiate
adrpo@ida-liu050 ~/dev/OpenModelica/doc/performance/benchmarks/tests
$ time /c/OpenModelica1.8.0-r10584/bin/omc instHumMod.mos > trace.txt 2>&1
real 6m51.354s
user 0m0.000s
sys 0m0.015s
AFTER, the model HumMod takes 47 seconds to instantiate
adrpo@ida-liu050 ~/dev/OpenModelica/doc/performance/benchmarks/tests
$ time ../../../../build/bin/omc instHumMod.mos > mytrace.txt 2>&1
real 0m47.248s
user 0m0.000s
sys 0m0.000s
Is about 8,74468085106383 times faster now.
Basically, before, we were doing DAE.T_*
-> DAE.ET_* translation for 6 minutes!
I started this work on Friday after the OpenModelica 1.8.0
got released, so for 4+ days of work I think the result is
quite OK.
Crash course into the new types (actually old ones from DAE.Type):
==================================================================
1. DAE.Type is not a tuple anymore, instead the optional path
became DAE.TypeSource which is a list of paths and is now
part of *all* the records in DAE.Type.
The needed types from DAE.ExpType got merged into DAE.Type:
DAE.ET_METATYPE -> DAE.T_METATYPE
DAE.ET_FUNCTION_REFERENCE_VAR -> DAE.T_FUNCTION_REFERENCE_VAR
DAE.ET_FUNCTION_REFERENCE_FUNC -> DAE.T_FUNCTION_REFERENCE_FUNC
Some DAE.Type types got split:
DAE.T_COMPLEX split into DAE.T_COMPLEX for types not extending
basic types and DAE.T_SUBTYPE_BASIC is now used for types
extending basic types.
Some DAE.Type types changed name:
DAE.T_NOTYPE -> DAE.T_UNKNOWN
Renamed also the meta-types a bit to make them more homogeneous.
Some DAE.ExpType are gone:
DAE.ET_OTHER is gone, use DAE.T_UNKNOWN instead!
Some DAE.Type types changed structure (besides the DAE.TypeSource addition):
(DAE.T_ARRAY(dim, ty), optPath) -> DAE.T_ARRAY(ty, list<dim>, list<Path>)
so we now have similar structure for DAE.T_ARRAY and the previous DAE.ET_ARRAY.
2. In cases, when matching:
Instead of | Use now:
-------------------------------------------------------
DAE.ET_INT() | DAE.T_INTEGER(source = _)
DAE.ET_REAL() | DAE.T_REAL(source = _)
DAE.ET_BOOL() | DAE.T_BOOL(source = _)
DAE.ET_STRING() | DAE.T_STRING(source = _)
DAE.ET_ENUMERATION(...) | DAE.T_ENUMERATION(...)
DAE.ET_COMPLEX(...) | DAE.T_COMPLEX(...)
DAE.ET_OTHER(...) | DAE.T_UNKNOWN(source = _)
DAE.ET_ARRAY(...) | DAE.T_ARRAY(...)
-------------------------------------------------------
3. When constructing values, in the then part or in right
hand side in equations:
Instead of | Use now:
-------------------------------------------------------
DAE.ET_INT() | DAE.T_INTEGER_DEFAULT
DAE.ET_REAL() | DAE.T_REAL_DEFAULT
DAE.ET_BOOL() | DAE.T_BOOL_DEFAULT
DAE.ET_STRING() | DAE.T_STRING_DEFAULT
DAE.ET_ENUMERATION(...) | DAE.T_ENUMERATION(...)
DAE.ET_COMPLEX(...) | DAE.T_COMPLEX(...)
DAE.ET_OTHER(...) | DAE.T_UNKNOWN(source = _)
DAE.ET_ARRAY(...) | DAE.T_ARRAY(...)
-------------------------------------------------------
4. Types.elabType got renamed to Types.simplifyType
and does some type simplification (instead of the
previous DAE.T_* -> DAE.ET_* translation).
Feel free to ask me anything if something is unclear.
The code can be further improved (we need better handling
of DAE.T_ARRAY that has several dimensions instead of one)
by getting rid of Types.simplifyType/Types.expTypetoTypesType,
but for now is good enough. Also, functionality for the old
DAE.ET_* handling from Expression*.mo can be merged with the
DAE.T_ handling from Types so we can get rid of duplicate
code too.
8 lines of code changed in 2 files:
- Some rewrite rules for a*(b^(-r)) => a/(b^r) and similar expressions
48 lines of code changed in 10 files:
- Fix ExpressionDump: -(a+b) is now printed correctly (previously was printed as -a+b)
1887 lines of code changed in 46 files:
- include the modifiers and dimensions in the dependency analysis in Inst.instElementList
- move annotation checking functions from DAEUtil to SCode.
- convert type of the Value in the binding if needed (to get rid of things like min = 0, instead of min = 0.0)
- in partial instantiation disregard parameters, instantiate only constants.
- rename the really bad name "subs" to restCref in Static.elabCrefSubs.
- clear errors when loadingFileInteractiveQualified API and parseFile API
- added vaporizing.mo test
- a LOT of tests have changed
- small fixes to tools/validatetest/validatetest.pl
23932 lines of code changed in 58 files:
Fix for function modifiers:
- Added source info to unbound parameter warning in Static.elabCref2, since it
doesn't cause any real problems anymore.
- Added a case to DAEUtil.bindingExp to use the evaluated expression if it's
available.
- Commented out the case for derived classes without array dims in
Inst.instClassdef2, since it solves some problems and makes the compiler
faster.
- Added test case mofiles/ModifyFunction1 to test function modifiers.
- Updated test suite.
2 lines of code changed in 1 file:
- Added a flag to OMC, +std, to set the Modelica language version to use. API
calls setLanguageStandard and getLanguageStandard are also implemented for
this.
- The Modelica language version is now set automatically if a specific version
of the MSL is loaded, and gives a notification if the version has changed.
- Added new package RTOptsData, which contains data types and some functions
which can't be in RTOpts since RML doesn't allow mixing external and
non-external things.
- Turned on error messages for replaceable base classes if Modelica version is
at least 3.0.
- Turned on balance checking of connectors if Modelica version is at least 3.0.
- Updated test suite, and added a new test case redeclare/ReplaceableBaseClass.
126 lines of code changed in 67 files:
- disable instantiation as basic type for anything other than type and connector (causes 1 test to fail).
- some fixes for expandable-expandable connection (should be the union of all of them).
413 lines of code changed in 3 files:
- Fixed testsuite.
1596 lines of code changed in 7 files:
- Changed the error message for public non-formal parameters in functions to be
understandable without reading the specification.
6 lines of code changed in 1 file:
- Moved list functions from Util to a new List package.
144 lines of code changed in 15 files:
- Added check for public non-formal function parameters, and fixed the compiler
code and test cases.
7 lines of code changed in 1 file:
- Made the dumping of external declarations better.
- Changed so that only constant complex equations are constant evaluated in
InstSection.instEqEquation2.
- Added handling of integers in omc-diff, so that integers are compared exactly
(otherwise we allow a relative error for line numbers in errors).
92 lines of code changed in 52 files:
- Reimplemented connection handling to be more efficient.
10710 lines of code changed in 65 files:
- Removed cref filter argument in call to Inst.instClassIn in Lookup.lookupVarInPackages.
This makes the whole test suite ~35% faster, and some media tests ~97% faster.
- Updated test suite.
124 lines of code changed in 16 files:
- Changed instantiateModel to only instantiate the class once, and not twice if
it fails the first time.
0 lines of code changed in 1 file:
- Add simplification (e*e1)+(e*e2) => e*(e1+e2) (for +/- and swapping argument order)
67 lines of code changed in 12 files:
- Changed order of some simplifications (commutative rules)
80 lines of code changed in 12 files:
- Added ExpressionSimplify.simplifyBinaryCommutative
- To be used for commutative rules so we do not forget these cases in the future
67 lines of code changed in 12 files:
- simplify: exp * sqrt(exp) => exp^1.5, exp^exp2 * sqrt(exp) => exp*^(exp2+0.5)
13 lines of code changed in 1 file:
- Changed the installed library structure to omlibrary/Modelica 3.1 instead of omlibrary/msl31/Modelica
- Testcases now use loadModel(Modelica,{"3.1"}), etc, instead of env.vars
60 lines of code changed in 67 files:
- Added rule to simplify x+x+x-x-x=x
521 lines of code changed in 58 files:
Fix for big #1224:
- Added dumping of function comments to DAEDump.
- Updated test suit.
142 lines of code changed in 39 files:
Fix for bug #1492:
- Only propagate final prefix if the component is declared final.
8 lines of code changed in 1 file:
- Enabled SCodeFlatten by default.
- Updated the test suite to comply with SCodeFlatten.
5 lines of code changed in 3 files:
(70 more)