Timeline



2017-10-02:

22:12 Ticket #4534 (Code Generation - Stack overflow in SimCodeUtil.createAllDiffedSimVars) closed by Francesco Casella
fixed: No more stack overflows with this test, even if I reduce the stack …
16:23 Ticket #4398 (Backend - comSubExp scales as O(N^2)) updated by Francesco Casella
Update, the situation as of 21 Sep 2017 is ||= N =||=time=|| || 3200 …
16:21 Ticket #4537 (Command Prompt Environment - OMShell not starting on Linux) updated by dr.christian.kral@…
May be way too late, since the issue appears already as fixed: […]
15:48 Ticket #2909 (Code Generation - Intermediate compilation files should be removed at the end of code ...) updated by Francesco Casella
Status, Owner changed
These are the statistics of the OMEdit working directory on my PC, …
14:29 Ticket #4537 (Command Prompt Environment - OMShell not starting on Linux) closed by Henning Kiel
fixed
13:10 Ticket #3749 (FMI - Generated FMUs for C and CPP have different names) closed by Martin Sjölund
fixed: This is now being fixed. FMI 2.0 will use dots and accept …
13:05 Ticket #4538 (Interactive Environment - OMPython is not reading simflags correctly) updated by Adeel Asghar
Yes its the simflags. OMEdit basically reads them via …
12:10 Ticket #4504 (Installation program - Respect the standards of Windows application installation) updated by Francesco Casella
Tried it right now with the latest nightly and OMEdit, installed in …
11:38 Ticket #4528 (Code Generation - buildModelFMU doesn't respect the fileNamePrefix argument) closed by Lennart Ochel
fixed: This is fixed with …
10:41 Ticket #4538 (Interactive Environment - OMPython is not reading simflags correctly) updated by Martin Sjölund
Cc, Owner, Component, Milestone changed
This is an OMEdit-specific flag as far as I can tell. And other OM …
10:31 Ticket #4537 (Command Prompt Environment - OMShell not starting on Linux) updated by Martin Sjölund
This is because 8d1b0784 hard-coded the OSX-specific @loader-path in …
09:50 Ticket #4537 (Command Prompt Environment - OMShell not starting on Linux) updated by Henning Kiel
@Christian Kral can you provide me with output of "ldd OMShell" …
09:46 Ticket #4541 (New Instantiation - connect last array element using [end]) created by m.thorade@…
I took the example Modelica.Electrical.Analog.Examples.HeatingResistor …
09:37 Ticket #4539 (Third-Party Libraries - Vendor specific annotation in MSL) updated by Martin Sjölund
We do have some patches that we apply to our copy of MSL. The …
07:42 Ticket #4537 (Command Prompt Environment - OMShell not starting on Linux) updated by Adeel Asghar
Cc, Priority, Status, Owner, Milestone changed
@hkiel can you take a look at it?
07:00 Ticket #4540 (Cpp Run-time - Cannot change CFLAGS for C++ FMI simulations) created by Martin Sjölund
The C++ runtime does not respect the optimization flags set by the …

2017-10-01:

13:46 Ticket #4539 (Third-Party Libraries - Vendor specific annotation in MSL) created by Christian Kral <dr.christian.kral@…>
Vendor specific annotations are not allowed in the MSL (see …
13:38 Ticket #4538 (Interactive Environment - OMPython is not reading simflags correctly) updated by dr.christian.kral@…
Just a marginal comment, not related with the issue: I removed the …
08:36 Ticket #4491 (Build Environment - OM does not compile Modelica trunk experiments with tables) updated by Christian Kral <dr.christian.kral@…>
I very much appreciate your effort for making this work. Thank you.
08:34 IMC_YD.mo attached to Ticket #4538 by Christian Kral <dr.christian.kral@…>
New MSL model with OpenModelica annotation
08:33 Ticket #4538 (Interactive Environment - OMPython is not reading simflags correctly) created by Christian Kral <dr.christian.kral@…>
I am using OMPython to automatically simulate and evaluate simulation …

2017-09-30:

22:11 Ticket #4537 (Command Prompt Environment - OMShell not starting on Linux) updated by Christian Kral <dr.christian.kral@…>
I can, however, locate the missing library […]
22:10 Ticket #4537 (Command Prompt Environment - OMShell not starting on Linux) created by Christian Kral <dr.christian.kral@…>
When I try to start OMShell or OMShell-terminal I get the following …
14:27 Efficiency.mo attached to Ticket #4519 by Christian Kral <dr.christian.kral@…>
Test example tracing the problem
14:26 Ticket #4519 (Backend - Solving equations with a division by zero) updated by Christian Kral <dr.christian.kral@…>
OK, I have some new information here: I traced back the problem to the …

2017-09-29:

13:08 Ticket #4534 (Code Generation - Stack overflow in SimCodeUtil.createAllDiffedSimVars) updated by Henning Kiel
I implemented a fix that avoids recursion in …
08:44 Ticket #4536 (Interactive Environment - OMEdit fails to update relative class names to absolute ones upon duplicate) created by Dietmar Winkler
I noticed that when one duplicates a class or package of classes and …
08:39 Ticket #4534 (Code Generation - Stack overflow in SimCodeUtil.createAllDiffedSimVars) updated by Francesco Casella
Summary changed
SimCodeUtil.createNonlinearResidualEquations is now fine, but …

2017-09-28:

16:24 QuickRInverterSingle.mo attached to Ticket #4535 by Pierre Haessig <pierre.haessig@…>
model to reproduce the singularity issue
16:23 Ticket #4535 (Backend - Structural singularity related to electric ground placement) created by Pierre Haessig <pierre.haessig@…>
I've been trying to model three phase inverters (AC-DC converters, …
07:32 Ticket #4534 (Code Generation - Stack overflow in SimCodeUtil.createAllDiffedSimVars) updated by Henning Kiel
I implemented a fix that avoids recursion in …
05:20 Ticket #4530 (Backend - Wrong implementation of sub/superSample in conjunction with shiftSample) closed by Rüdiger Franke
fixed
05:09 Ticket #4528 (Code Generation - buildModelFMU doesn't respect the fileNamePrefix argument) updated by Lennart Ochel
This is from the User’s Guide: […] The behaviour should be, that …

2017-09-27:

19:08 Ticket #4528 (Code Generation - buildModelFMU doesn't respect the fileNamePrefix argument) updated by Rüdiger Franke
Cpp uses the model name as FMU name (including possible packages …
15:13 Ticket #4392 (Backend - Stack overflow in calculateStrongComponentJacobians) updated by Francesco Casella
In fact, after some more testing I still got stack overflow, this time …
15:13 Ticket #4534 (Code Generation - Stack overflow in SimCodeUtil.createAllDiffedSimVars) created by Francesco Casella
I have a large model with 200.000 equations that gives stack overflow …
14:43 Ticket #4392 (Backend - Stack overflow in calculateStrongComponentJacobians) closed by Francesco Casella
fixed: Problem solved, thanks!
13:51 Ticket #4530 (Backend - Wrong implementation of sub/superSample in conjunction with shiftSample) updated by Rüdiger Franke
This commit seems to fix the problem: …
13:36 Ticket #4533 (FMI - FMIL cannot delete Cpp FMUs binaries) updated by Rüdiger Franke
Status, Owner changed
Removal of FMUs is done regularily by HQP. It even dlcloses and …
11:59 Ticket #4529 (FMI - [c runtime] FMI setReal/getReal doesn't work) closed by Lennart Ochel
fixed: Done; see [https://github.com/OpenModelica/OMCompiler/pull/1835
11:47 Ticket #4533 (FMI - FMIL cannot delete Cpp FMUs binaries) created by Lennart Ochel
I have no clue why, but the FMILibrary cannot remove the binaries for …
11:10 Ticket #4532 (FMI - FMI calling sequences for fmi2SetInteger) created by Lennart Ochel
It seems that Cpp FMUs doesn't check for valid calling sequences …
09:34 Ticket #4529 (FMI - [c runtime] FMI setReal/getReal doesn't work) updated by Lennart Ochel
Yes, I will push that change today.
09:23 Ticket #4529 (FMI - [c runtime] FMI setReal/getReal doesn't work) updated by Adeel Asghar
We just need to do the same for all other types.
09:22 Ticket #4529 (FMI - [c runtime] FMI setReal/getReal doesn't work) updated by Lennart Ochel
Priority, Status changed
09:16 Ticket #4529 (FMI - [c runtime] FMI setReal/getReal doesn't work) updated by Lennart Ochel
This is fixed now with …
09:02 Ticket #4530 (Backend - Wrong implementation of sub/superSample in conjunction with shiftSample) updated by Rüdiger Franke
Cc, Status, Owner, Milestone changed
07:52 Ticket #4508 (Installation program - The windows nightly installer/uninstaller is too slow) updated by anonymous
Would it make sense to distribute the nightlies for Windows using a …
07:38 Ticket #4524 (Frontend - Simple KeyWordIO example does not work in OM) updated by Jan Kokert
Summary changed
07:37 Ticket #4524 (Frontend - Simple KeyWordIO example does not work in OM) updated by Jan Kokert
Good morning, thanks for the fix of the size operator. I tested my …
07:18 Ticket #4524 (Frontend - Simple KeyWordIO example does not work in OM) reopened by Jan Kokert
06:36 Ticket #4530 (Backend - Wrong implementation of sub/superSample in conjunction with shiftSample) updated by Rüdiger Franke
Component, Description changed
05:48 Ticket #4531 (Frontend - Enable unit checking by default) updated by Jan Kokert
I agree - this sounds very reasonable.

2017-09-26:

18:42 Ticket #4522 (Third-Party Libraries - ThermoPower and msgpack-modelica point to invalid commits) updated by Martin Sjölund
You shouldn't get an error for that. That revision for …
17:27 Ticket #4526 (New Instantiation - Propagate displayUnits on simple equations) updated by Francesco Casella
@mahge930 reports: I think this is already supported. Can you try …
17:27 Ticket #4531 (Frontend - Enable unit checking by default) created by Francesco Casella
We have tested the unit checking feature -d=frontEndUnitCheck
16:29 Ticket #4530 (Backend - Wrong implementation of sub/superSample in conjunction with shiftSample) created by Rüdiger Franke
Modelica spec 3.3 Rev1, section 16.5.2 Sub-clock conversion specifies …
13:40 Ticket #4522 (Third-Party Libraries - ThermoPower and msgpack-modelica point to invalid commits) updated by Per Östlund
Cc, Owner, Component changed
12:21 Ticket #4524 (Frontend - Simple KeyWordIO example does not work in OM) closed by Per Östlund
fixed: Fixed in r7fb6389. The issue was in …
12:01 Ticket #4524 (Frontend - Simple KeyWordIO example does not work in OM) updated by Jan Kokert
Hi! Thank you very much for working on that ticket, Henning Kiel! It's …
11:56 Ticket #4529 (FMI - [c runtime] FMI setReal/getReal doesn't work) created by Lennart Ochel
Updating an input value using the FMI interface setReal doesn't …
11:19 Ticket #4528 (Code Generation - buildModelFMU doesn't respect the fileNamePrefix argument) updated by Lennart Ochel
For some reasons the compilation process doesn't work if the target …
09:44 Ticket #4528 (Code Generation - buildModelFMU doesn't respect the fileNamePrefix argument) created by Lennart Ochel
1. Is there a good reason to replace . with _ in the prefix …
09:27 Ticket #4472 (OMEdit - OMEdit corrupts files) updated by Adeel Asghar
The solution was fine but was redundant as we are doing exactly the …

2017-09-25:

19:58 Ticket #4524 (Frontend - Simple KeyWordIO example does not work in OM) updated by Henning Kiel
Status, Owner changed
19:55 Ticket #4524 (Frontend - Simple KeyWordIO example does not work in OM) updated by Henning Kiel
Component changed
I have tracked the problem down to this MWE: […] The problem is in …
16:12 Ticket #4491 (Build Environment - OM does not compile Modelica trunk experiments with tables) updated by Adrian Pop
Milestone changed
15:42 Ticket #4472 (OMEdit - OMEdit corrupts files) closed by Per Östlund
fixed
15:41 Ticket #4521 (*unknown* - OM does not allow omitting a function output) closed by Per Östlund
fixed: Fixed in r398b982.
14:12 Ticket #4491 (Build Environment - OM does not compile Modelica trunk experiments with tables) updated by Adrian Pop
It seems that some ModelicaTest 3.2.1 models do not verify anymore …
10:48 Ticket #4523 (*unknown* - NcDataReader2 examples fail on Linux) updated by m.thorade@…
One more comment: After installing libnetcdf-dev the examples work and …
06:13 Ticket #4491 (Build Environment - OM does not compile Modelica trunk experiments with tables) closed by Adrian Pop
fixed
04:09 Ticket #4459 (Build Environment - MSVC broken using latest 32bit Windows build) updated by Adrian Pop
The problem was in the makefiles and the invocation of targets we were …
04:01 Ticket #4459 (Build Environment - MSVC broken using latest 32bit Windows build) updated by Adrian Pop
In 26027: […]
04:01 Ticket #4459 (Build Environment - MSVC broken using latest 32bit Windows build) closed by Adrian Pop
fixed: In 26026: […]
Note: See TracTimeline for information about the timeline view.