Timeline



2015-04-20:

18:34 Ticket #3289 (FMI - FMU compilation (MSVC) fails for big models) created by michael.kobierski@…
Using flag +target=msvc, the following is observed when creating an …
18:26 Ticket #3288 (Code Generation - FMU compilation (MSVC)) created by michael.kobierski@…
Using flag +target=msvc and compiling a model with string variables or …
12:33 Ticket #1348 (Frontend - Implement non-expanded arrays and for-loops in the front-end) updated by Adrian Pop
Already in progress for the new front-end. Hopefully we'll have …
12:21 Ticket #1348 (Frontend - Implement non-expanded arrays and for-loops in the front-end) updated by Volker Waurich
Hi, are there any plans to start the implementation for that in the …
11:41 Ticket #1768 (OMEdit - plotSilent breaks typesystem) updated by Martin Sjölund
Alternative solution: When calling plot(), omc makes a call to a …
11:28 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) closed by Adeel Asghar
fixed: Fixed in r25638. Reopen the ticket if you think it is not working as …
10:33 TestMultipleComponents2.mo attached to Ticket #3287 by Francesco Casella
10:32 Ticket #3287 (OMEdit - Allow input of common parameters and replaceable classes in a multiple ...) updated by Francesco Casella
The electrical circuit has one resistor R1 and one inductor G1 with …
10:28 TestMultipleComponents.mo attached to Ticket #3287 by Francesco Casella
10:11 Ticket #3287 (OMEdit - Allow input of common parameters and replaceable classes in a multiple ...) updated by Adeel Asghar
It would nice if you can provide a test case or a simple example.
10:08 Ticket #3287 (OMEdit - Allow input of common parameters and replaceable classes in a multiple ...) updated by Adeel Asghar
Type changed
10:07 Ticket #2894 (OMEdit - Summary of improvements for OMEdit GUI usability) updated by Francesco Casella
Description changed
10:05 Ticket #3287 (OMEdit - Allow input of common parameters and replaceable classes in a multiple ...) created by Francesco Casella
It is often the case that a model contains several components for …
08:06 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
r25629 (re-)adds support for multi-dimensional arrays to the external …
06:38 Ticket #2725 (New Instantiation - Removal of duplicated initial equations in the frontend) updated by Henrik Tidefelt
Yes, it would be good if equivalent equations were not removed by …

2015-04-19:

19:25 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
The questionable creation of arrays at runtime does only seem to …
16:39 Ticket #2696 (OMEdit - Display enhancement of very large numbers on vertical axis) updated by massimo ceraolo
Description changed
12:35 Ticket #1540 (OMEdit - OMEdit: Wrong result-file is used for models using quoted identifiers) closed by Adeel Asghar
fixed: Fixed in r25615.
11:12 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
r25614 adds missing pieces after having seen the results of the …
08:40 Ticket #3286 (Run-time - Array storage order) updated by Martin Sjölund
That might be due to using f2c.h for Fortran code in the past; f2c.h …
08:38 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
But for F77 you only convert the pointer to the address of the long!
08:24 Ticket #3286 (Run-time - Array storage order) updated by Martin Sjölund
We convert from long to int in the external calls (both C and F77).
08:22 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Not in the Cpp runtime :) It translates Modelica Integer to regular …
06:48 Ticket #3286 (Run-time - Array storage order) updated by Martin Sjölund
Replying to rfranke: > Regarding your last comment: isn't …

2015-04-18:

22:18 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Regarding your last comment: isn't size of int 4 bytes in C, F77 and …
21:42 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Computational complexity alone does indeed not provide for a …
20:47 Ticket #3286 (Run-time - Array storage order) updated by Martin Sjölund
Note that the cost to transpose a matrix is linear in its size …
20:04 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
r25613 changes the internal storage layout of the Cpp runtime to …
19:27 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Thanks. It appears that the code generation only considers row major …
16:43 Ticket #3286 (Run-time - Array storage order) updated by Adrian Pop
See CodegenC.tpl […]
08:36 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Cc changed
08:30 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Status, Owner changed
08:30 Ticket #3286 (Run-time - Array storage order) created by Rüdiger Franke
The storage order of multi-dimensional arrays (row major or column …
08:03 Ticket #3263 (Run-time - Cpp runtime generates wrong code for MSL matrix function) closed by Rüdiger Franke
fixed
05:48 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Replying to adrpo: > One alternative is to fully qualify …
02:24 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Description changed
02:23 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Description changed

2015-04-17:

18:57 Ticket #3281 (MetaModelica - Error: Wrong number of subscripts in number[eqn2] (1 subscripts for 0 ...) updated by Adrian Pop
Status, Owner changed
Per, can you have a quick look at this?
17:36 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by Adrian Pop
One alternative is to fully qualify all the paths, then even if one …
17:32 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Summary changed
16:38 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) created by massimo ceraolo
Consider the following simple package BugDrag, containing MSL's sine …
11:01 Ticket #3179 (OMEdit - Automatic saving after model change in OMEdit destroys libraries) updated by Dietmar Winkler
The problem is that it is no use that the model is saved anew since …
10:50 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) closed by Adeel Asghar
duplicate: The only reason to have "save class before simulation" is to avoid …
09:15 Ticket #3284 (Backend - Problem with "when+reinit" when using vectors) updated by Henning Kiel
Owner, Component changed
Looking deeper into CodegenC.tpl, I see that the relation has no index …
08:56 Ticket #3284 (Backend - Problem with "when+reinit" when using vectors) updated by Henning Kiel
Owner, Component changed
I suspect the error to be (at least) in CodeGeneration. When …
07:53 Ticket #3243 (FMI - FMI 2.0 tests Windows - Linux differences) closed by Adrian Pop
fixed: Fixed in r25599.
07:19 Ticket #3284 (Backend - Problem with "when+reinit" when using vectors) created by Henning Kiel
The following model implements the bouncing ball model with 1) scalars …
06:34 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) updated by Dietmar Winkler
sjoelund.se pointed out to me that there is the option "save class …
05:55 Ticket #3282 (Parser - Error when duplicating objects in OMEdit) closed by Adrian Pop
fixed: Fixed in r25591.

2015-04-16:

21:06 Ticket #3282 (Parser - Error when duplicating objects in OMEdit) updated by Adrian Pop
Status, Owner, Component changed
The problem seems to be parsing of {} inside interactive statements. …
20:41 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) updated by Jan Kokert
I observe similar problems. Saving files which define a package …
17:50 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) created by Dietmar Winkler
When using OMEdit 1.9.3+dev (r25570) it will save the whole library in …
17:06 Ticket #3282 (Parser - Error when duplicating objects in OMEdit) created by anonymous
In OMEdit, when duplicating a model through crtl-D, duplication takes …
13:04 Ticket #3281 (MetaModelica - Error: Wrong number of subscripts in number[eqn2] (1 subscripts for 0 ...) created by Lennart Ochel
It is often needed to use arrayGet in for loops to avoid strange …
05:20 Ticket #3263 (Run-time - Cpp runtime generates wrong code for MSL matrix function) updated by Rüdiger Franke
r25567 treats the reported targTest91 problem by not calling the …

2015-04-14:

16:55 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
Another interesting instance of the above-mentioned problem: …
16:13 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Adrian Pop
It should be technically possible to have proper error messages for …
16:02 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
Replying to sjoelund.se: > Replying to [comment:19
15:58 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
Replying to casella: > One option is to have a flag to …
15:48 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
Replying to sjoelund.se: > The function call ... could …
15:07 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Willi Braun
Perhaps we should update and expand all of this very old and ugly …
15:00 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
The function call stack can be fetched on Linux; it is very expensive, …
14:56 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
I am not really into the details of the data structures, so I cannot …
14:53 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Willi Braun
yes, but in all of that low-level array functions we have currently …
14:45 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
Eh, we can put the equations info in the threadData as well, and just …
14:44 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Willi Braun
Replying to casella: > This problem is still not solved …
14:11 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
By running through OMEdit or using simflags -logFormat=xml (I think).
14:10 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
This problem is still not solved properly. For example, check …
08:42 Ticket #3280 (New Instantiation - Strange things happening when size of array in a record depends on a ...) updated by Per Östlund
This is probably at least partially a duplicate of #1628.
05:53 Ticket #3279 (OMEdit - OMEdit crashes on resimulate model (Re-Simulate Setup)) updated by Jan Kokert
This is an awesome support - Thank you!

2015-04-13:

21:37 Ticket #3279 (OMEdit - OMEdit crashes on resimulate model (Re-Simulate Setup)) closed by Adeel Asghar
fixed: Fixed in r25536.
21:12 RecordArraySizeFromConstant-flat.mo attached to Ticket #3280 by Gustaf Thorslund
Flattening of test case
21:10 Ticket #3280 (New Instantiation - Strange things happening when size of array in a record depends on a ...) created by Gustaf Thorslund
When flattening the following model M, strange things are happening …
20:33 Ticket #3279 (OMEdit - OMEdit crashes on resimulate model (Re-Simulate Setup)) created by Jan Kokert
At least with r25516 OMEdit crashes when resimulating a model using …
18:31 DFT.pdf attached to Ticket #3277 by massimo ceraolo
18:31 Ticket #3277 (*unknown* - Discrete Fourier Transform support by OM) created by massimo ceraolo
I would like to create a way to make the Discrete Fourier Transform …
16:36 Ticket #3276 (*unknown* - createNonlinearResidualEquationsComplex failed for fluid-model) updated by Vitalij Ruge
Since the attempt in r25533 we get for […] a division by zero.
15:52 Ticket #2858 (New Instantiation - Nasty bug with package constants in Modelica.Media gas mixture models) updated by Francesco Casella
The problem with package constants in ideal gas mixtures being wrongly …
15:49 TestMixtureLoop.mo attached to Ticket #2858 by Francesco Casella
Model with four different ways of using molar masses
12:54 Ticket #3276 (*unknown* - createNonlinearResidualEquationsComplex failed for fluid-model) created by Per Öberg
Problematic library: https://github.com/droberg/Modelica-MVEM.git The …
10:51 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) closed by Adeel Asghar
fixed
08:27 Ticket #3250 (Frontend - Problem with end expression) closed by Per Östlund
fixed: Fixed in r25517. The model also seems to flatten without any other …
06:09 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) updated by Jan Kokert
I was so keen and I tried it directly in the morning and bingo - it's …
05:35 Ticket #3248 (OMEdit - OMEdit enlarges vertically when switching into Modeling mode) updated by massimo ceraolo
there's a special PC on which the issue is very frequent. It is in the …
04:37 Ticket #3274 (New Instantiation - Inheritance problems on power systems library) updated by Adrian Pop
Status, Owner, Component changed
04:10 Ticket #3274 (New Instantiation - Inheritance problems on power systems library) updated by anonymous
Status, Owner changed
Note: See TracTimeline for information about the timeline view.