Timeline



2018-07-12:

20:40 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by Adeel Asghar
Yes. We always start with default simulation options regardless of …
20:36 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by massimo ceraolo
I will check tomorrow and let you know.
20:14 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by Adeel Asghar
Instead of implementing the autoreset flag. I have implemented the …
13:14 Ticket #5045 (Interactive Environment - Allow to check functions (and other types of classes?) in OMEdit) updated by Francesco Casella
Cc changed
13:14 Ticket #5044 (OMEdit - Choice of C compiler on OMEdit under Linux is currently confusing) updated by Francesco Casella
Cc changed
13:03 Ticket #5045 (Interactive Environment - Allow to check functions (and other types of classes?) in OMEdit) created by Francesco Casella
If you try to check a function in OMEdit, you get something like …
12:59 Ticket #5044 (OMEdit - Choice of C compiler on OMEdit under Linux is currently confusing) created by Francesco Casella
OMEdit under Linux uses clang to compile C code, which makes it very …
09:08 Ticket #4911 (New Instantiation - Array equation eventually not flattened into scalar components by the NF) updated by Francesco Casella
From my understanding, most failed verifications on the MSL with the …
09:01 Ticket #4911 (New Instantiation - Array equation eventually not flattened into scalar components by the NF) updated by Per Östlund
Replying to casella: > Replying to perost: > > …
08:35 Ticket #4911 (New Instantiation - Array equation eventually not flattened into scalar components by the NF) updated by Francesco Casella
Replying to perost: > The model simulates now but fails …

2018-07-11:

22:01 Ticket #4911 (New Instantiation - Array equation eventually not flattened into scalar components by the NF) closed by Per Östlund
fixed: The issue with HeatLosses seems to have been fixed, but I don't know …
21:54 Ticket #5037 (Backend - Some array equations make the way to SimCode with the NF) closed by Per Östlund
fixed: Fixed by 63b9ba42 and …
14:50 Ticket #5043 (Build Environment - Use clang also on Windows) updated by Francesco Casella
Type, Component changed
14:50 Ticket #5043 (Build Environment - Use clang also on Windows) created by Francesco Casella
On Linux systems, the compilation of models using clang is …
12:04 Ticket #5042 (OMSimulator - OMSimulator error locating the .so file in an FMU) closed by Boldizsár Németh <nboldi@…>
invalid: Thanks! My bad.
11:26 Ticket #5042 (OMSimulator - OMSimulator error locating the .so file in an FMU) updated by Lennart Ochel
This is a problem with the FMU itself. The shared library has to be …
10:56 fmuproba.fmu attached to Ticket #5042 by anonymous
10:55 Ticket #5042 (OMSimulator - OMSimulator error locating the .so file in an FMU) created by Boldizsár Németh <nboldi@…>
When trying to load the attached FMU to OMSimulator: […]

2018-07-10:

18:02 Ticket #5041 (Backend - assert on parameters are not called in the right order) created by Francesco Casella
Please consider the following test case […] OMEdit fails with …
11:52 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by massimo ceraolo
Thanks a lot for the info
11:39 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by Francesco Casella
@ceraolo, we discussed this yesterday at the devmeeting. The agreement …
11:35 Ticket #4994 (OMEdit - Is startTime a built-in variable in OMC?) updated by Francesco Casella
I'm for $startTime. BTW, this also allows to keep backwards …
09:10 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by massimo ceraolo
@casella, would you mind telling your opinion on comment 7? Maybe we …
09:06 Ticket #5040 (Run-time - OMC accepts invalid values of parameters) created by Francesco Casella
Please run the following test case […] OMEdit outputs: […] but …

2018-07-09:

16:08 Ticket #4994 (OMEdit - Is startTime a built-in variable in OMC?) updated by Adrian Pop
@adeas31: names can start with "." but only if they are classes and …
15:58 Ticket #4994 (OMEdit - Is startTime a built-in variable in OMC?) updated by Adeel Asghar
These are also legal Modelica names.
15:47 Ticket #4994 (OMEdit - Is startTime a built-in variable in OMC?) updated by Adrian Pop
We could go for a prefix such as .startTime or $startTime.
15:43 Ticket #4994 (OMEdit - Is startTime a built-in variable in OMC?) updated by Francesco Casella
Of course this assumes that nobody will ever put a top-level object …
12:42 Ticket #4967 (OMEdit - OMEdit does not allow to see the text code of packages with ...) closed by Adeel Asghar
invalid: After the discussion in today's OSMC dev meeting, its clear that the …
12:33 Ticket #4994 (OMEdit - Is startTime a built-in variable in OMC?) updated by Adrian Pop
After the discussions in the OSMC dev meeting we decided to go with a …
12:31 Ticket #4994 (OMEdit - Is startTime a built-in variable in OMC?) updated by Francesco Casella
See also #3810
12:29 Ticket #5030 (OMEdit - Profiling is broken) updated by Francesco Casella
Status, Owner changed
Adrian will look into this
11:51 Ticket #4675 (FMI - Statically link libstdc++ on Windows) closed by Adrian Pop
fixed: Duplicate of #5035 which is now fixed.
10:54 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) closed by Adrian Pop
fixed: Functionality to disable stdout and assert streams is now available …
07:29 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Marcus Åberg <marcus.aberg@…>
With this build it works fine, great work!

2018-07-08:

13:33 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Adrian Pop
@Ali: i guess you know that in the terminal you can redirect the …
13:31 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Adrian Pop
The changes are in PR: https://github.com/OpenModelica/OMCompiler/pull/2573
13:25 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Adrian Pop
Cc, Component, Milestone changed
I'm not sure if we should rename: - stdout to LOG_STDOUT - assert to …
13:19 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Adrian Pop
Status, Owner changed
I have a fix for this, will make a PR soon.
12:26 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Adrian Pop
Status, Owner changed
Hm, yes, it does seem to be always on and there is no way to change …
12:12 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Ali Shirazi <ali.shirazi@…>
Thanks for the reply. I did set the "verboseRead" Boolean to false, …
11:52 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Adrian Pop
I think it should be possible with: -lv=-LOG_STDOUT
11:46 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by Adrian Pop
These are displayed by Modelica tables. Have a look at the code, you …
06:17 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) updated by ali.shirazi@…
Owner, Component changed
05:43 Ticket #5039 (Run-time - How to supress "stdout" messages in terminal?) created by ali.shirazi@…
Hi there, Just wanted to ask if there is any simulation flag to turn …

2018-07-06:

22:14 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
Ok. I fixed the introduced problems. You can use this build to test …
15:10 Ticket #5037 (Backend - Some array equations make the way to SimCode with the NF) updated by Francesco Casella
Status, Owner changed
Replying to perost: > There's no such equation in the flat …
12:50 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
Unfortunately is not over yet, I broke some other stuff, I'll fix it …
11:05 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Marcus Åberg <marcus.aberg@…>
Great! Thx for the very responsive and fast handling of this ticket!
10:45 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by massimo ceraolo
> Fine for me except I don't understand "priority is first on default …
09:52 Ticket #5037 (Backend - Some array equations make the way to SimCode with the NF) updated by Per Östlund
Owner, Component changed
Replying to casella: > This equation should obviously be …
09:22 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Francesco Casella
I was just going to add that :)
09:01 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
Not yet in the nightly-builds, but soon enough, I just started the …
08:58 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Francesco Casella
Milestone changed
08:58 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) closed by Francesco Casella
fixed
08:57 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Francesco Casella
This was already pushed to master, see …
08:54 Ticket #4967 (OMEdit - OMEdit does not allow to see the text code of packages with ...) updated by Francesco Casella
OK, looking at #2249 I guess I now see what the problem is. The …
08:47 Ticket #5038 (New Instantiation - Issue with functions using records in the NF) created by Francesco Casella
Four models of the Spice3 library, see e.g. …
08:36 Ticket #5037 (Backend - Some array equations make the way to SimCode with the NF) created by Francesco Casella
Most of the failing models in Modelica.Electrical.Machines, …
08:23 Ticket #5032 (New Instantiation - size(constant) should have constant variability in the NF) updated by matthis.thorade@…
Subscribing by commenting... Also see previous discussion in #4823
07:40 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Marcus Åberg <marcus.aberg@…>
Yes, now it works fine! Thank you for your quick response. Is this a …
01:03 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
Marcus, please try the last attached fmu and let me know if it works.
01:01 Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.fmu attached to Ticket #5035 by Adrian Pop
this one only depends on: kernel32.dll, msvcrt.dll, user32.dll

2018-07-05:

22:11 Ticket #4967 (OMEdit - OMEdit does not allow to see the text code of packages with ...) updated by Adeel Asghar
Replying to casella: > See attached screenshot. > > When …
21:48 Ticket #4967 (OMEdit - OMEdit does not allow to see the text code of packages with ...) updated by Francesco Casella
See attached screenshot. When I double click on Modelica.Media, the …
21:42 screenshot.png attached to Ticket #4967 by Francesco Casella
21:34 Ticket #5036 (Code Generation - Better code generation for constant arrays) updated by Francesco Casella
Priority changed
18:08 Ticket #4967 (OMEdit - OMEdit does not allow to see the text code of packages with ...) updated by Adeel Asghar
But there is no editor window. Start OMEdit, browse to …
18:07 Ticket #5036 (Code Generation - Better code generation for constant arrays) updated by Per Östlund
Priority, Milestone changed
Replying to casella: > @perost, you set the milestone to …
18:05 Ticket #5036 (Code Generation - Better code generation for constant arrays) updated by Francesco Casella
@perost, you set the milestone to Future, but this looks to me more …
18:03 Ticket #1963 (New Instantiation - Frontend replaces constant array with parameter subscripts) closed by Francesco Casella
fixed: OK. @jfrenkel, feel free to reopen this if needed
17:57 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Francesco Casella
Welcome to DLL hell…
17:55 Ticket #4967 (OMEdit - OMEdit does not allow to see the text code of packages with ...) reopened by Francesco Casella
Right-click + View text works However, double clicking on the package …
17:50 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by Francesco Casella
Replying to ceraolo: > I suppose that an "autoreset flag" …
17:44 Ticket #4986 (OMEdit - OMC crashes when invoking debugger) updated by Francesco Casella
Works for me also. Apparently some problem was solved in the meantime
17:31 Ticket #4983 (OMEdit - The Documentation Browser is not updated when a different model is selected) updated by Francesco Casella
Replying to adeas31: > Note that now we are updating the …
17:00 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
OK. At least now it loads the dll, so a problem is fixed. On to the …
16:03 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Marcus Åberg <marcus.aberg@…>
I'm sorry Matlab crashes when i try to simulate your FMU. MATLAB …
15:44 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
I compiled the attached FMU with static flags for libgcc and stc++, …
15:44 Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.2.fmu attached to Ticket #5035 by Adrian Pop
FMU compiled with -static-libgcc -static-libstdc++
15:31 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
Thanks! I will look into this and let you know what I find.
15:28 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Marcus Åberg <marcus.aberg@…>
To answer your questions: - Yes it is. - I don't know how can i …
15:24 Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.fmu attached to Ticket #5035 by Marcus Åberg <marcus.aberg@…>
15:08 Ticket #5036 (Code Generation - Better code generation for constant arrays) created by Per Östlund
There are two issues in the code generation that together creates …
14:12 Ticket #4873 (New Instantiation - Issue with enumeration-indexed arrays in NF) closed by Per Östlund
fixed: This was fixed in c41a2f1.
14:04 Ticket #1963 (New Instantiation - Frontend replaces constant array with parameter subscripts) updated by Per Östlund
Replying to casella: > This issue is still valid with the …
14:02 Ticket #4959 (OMEdit - Exited with code -1 when simulating FMU) closed by Adeel Asghar
fixed: Fixed in bcacb27/OMEdit. OMEdit now generates a new …
13:42 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
Ok, it does help, it seems that the process has already loaded some …
13:38 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
Reply from Marcus via email: I got the following error message when …
13:30 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by Adeel Asghar
I am fine with an autoreset option/flag.
13:22 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by massimo ceraolo
I suppose that an "autoreset flag" option that implements the …
12:46 Ticket #4959 (OMEdit - Exited with code -1 when simulating FMU) updated by Adeel Asghar
Status, Milestone changed
I think the problem is that by default we are importing the both FMUs …
12:37 Ticket #4986 (OMEdit - OMC crashes when invoking debugger) closed by Adeel Asghar
worksforme
12:36 Ticket #4967 (OMEdit - OMEdit does not allow to see the text code of packages with ...) closed by Adeel Asghar
worksforme: This works perfectly fine for me using, OMEdit …
12:32 Ticket #4975 (OMEdit - OMEdit keeps command line options between runs) updated by Adeel Asghar
Of course remembering the flags used for each model requires some …
12:27 Ticket #4986 (OMEdit - OMC crashes when invoking debugger) updated by Adeel Asghar
I can't reproduce the crash. Everything works fine for me using, …
12:13 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
I will reply in the ticket to keep trac of this. If you compiled on …
11:44 Ticket #4983 (OMEdit - The Documentation Browser is not updated when a different model is selected) closed by Adeel Asghar
fixed: I intentionally implemented it like this since this is an independent …
11:18 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) updated by Adrian Pop
We don't use Visual Studio in OpenModelica but mingw64/32 which …
11:14 Ticket #5035 (FMI - FMI export produces non-FMI-compliant FMUs) created by Marcus Åberg <marcus.aberg@…>
Hi, OpenModelica. We have been trying to import FMUs created with …
08:01 Ticket #4839 (OMEdit - Badly wrong visualization in OMEdit in a simple case) updated by massimo ceraolo
Milestone changed
Now that we have 1.14.0 planned, I propose to switch this to this version.
07:43 Ticket #4977 (FMI - Directional derivatives error (FMU for model exchange)) closed by Willi Braun
fixed: Fixed in 4c49398.
06:46 Ticket #5034 (New Instantiation - Here old FE had a better error message.) updated by massimo ceraolo
Owner, Component changed
06:42 Ticket #5034 (New Instantiation - Here old FE had a better error message.) created by massimo ceraolo
Consider the following code: […] Old FE issues the following …
Note: See TracTimeline for information about the timeline view.