Timeline
2018-04-23:
- 11:54 Ticket #4896 (Code Generation - Special characters in directory cause simulation failure) updated by
-
Status, Owner, Milestone changed
I'll wait with closing this until you can test the nightly build. … - 11:52 Ticket #4806 (OMEdit - OMEdit Ctrl-M calls loadModel(&Modelica)) closed by
- fixed: Fixed in a31e907/OMEdit.
- 11:43 Ticket #4898 (Command Prompt Environment - The variableFilter option of the simulate() API does not filter ...) updated by
- Replying to casella: > I'm not really sure that always …
- 11:37 Ticket #4896 (Code Generation - Special characters in directory cause simulation failure) updated by
- https://github.com/OpenModelica/OMCompiler/pull/2387 should fix the problem
- 11:23 Ticket #4896 (Code Generation - Special characters in directory cause simulation failure) updated by
- I did not find any problems with spaces in paths though (on Linux).
- 11:21 Ticket #4857 (New Instantiation - Issue with CombiTimeTable in NF) closed by
- fixed: Fixed in 9dd00c3, the issue was that …
- 11:15 Ticket #4896 (Code Generation - Special characters in directory cause simulation failure) updated by
- We generate: […] Where GNU make considers everything after # as a …
- 09:18 Ticket #4858 (New Instantiation - Issue with String arrays and iterators in NF) updated by
-
Description changed
2018-04-22:
- 21:29 Ticket #4898 (Command Prompt Environment - The variableFilter option of the simulate() API does not filter ...) updated by
- I'm not really sure that always putting all parameters is a good idea, …
- 21:24 Ticket #4897 (Backend - No time events in OpenModelica?) closed by
- duplicate: This is an old issue that still needs to be fixed, sse #2152. AFAIK, …
2018-04-21:
- 09:55 Ticket #4898 (Command Prompt Environment - The variableFilter option of the simulate() API does not filter ...) updated by
- This is the expected behaviour. Not sure if it is actually a good idea …
- 08:57 Ticket #4898 (Command Prompt Environment - The variableFilter option of the simulate() API does not filter ...) created by
- In the …
2018-04-20:
- 18:07 Ticket #4897 (Backend - No time events in OpenModelica?) created by
- Hi there, I've just tried an example from Michael Tiller's ebook: …
- 13:41 Ticket #4896 (Code Generation - Special characters in directory cause simulation failure) updated by
- They should work fine if they are quoted properly in the Makefile we …
- 13:38 Ticket #4896 (Code Generation - Special characters in directory cause simulation failure) created by
- Consider the following example […] which is stored as …
- 11:25 Ticket #4895 (MetaModelica - listArrayLiteral in uniontype constant gives compilation errors) created by
- Using listArrayLiteral causes incorrect code to be generated in cases …
2018-04-19:
- 20:09 Ticket #4890 (Backend - strange power) updated by
- From Modelica specification sect. 6.6: "For exponentiation and …
- 17:28 Ticket #4817 (New Instantiation - DAES generated by the NF do not pass the initialization phase) closed by
- fixed: Me neither. I would wait to worry about overdetermined systems until …
- 17:12 Ticket #4892 (Backend - Execution statistics show wrong solver) updated by
-
Status, Owner changed
In fact, this is not a bug but a feature. The model you posted here … - 17:03 Ticket #4891 (Backend - Time event not correctly recognized and handled as state event) closed by
- duplicate: One more test case for the very old ticket #2152. @hauke.hirsch, would …
- 14:40 Ticket #4894 (New Instantiation - NF treats polymorphic as a reserved type in Modelica code) updated by
-
Description changed
- 14:40 Ticket #4894 (New Instantiation - NF treats polymorphic as a reserved type in Modelica code) created by
-
This model:
[…]
flattens to this:
[…]
polymorphic
is an … - 14:24 Ticket #4893 (Code Generation - ligc segfault at fmiInstantiateModel) created by
- Hi, I'm using fmi version 1 with the C simulation runtime, and for a …
- 11:32 Ticket #4892 (Backend - Execution statistics show wrong solver) updated by
- This behavior appears when running a simple model like: […] for …
- 11:27 Ticket #4892 (Backend - Execution statistics show wrong solver) updated by
-
Owner, Version, Component changed
- 11:26 Ticket #4892 (Backend - Execution statistics show wrong solver) created by
- After running the model the ### STATISTICS ### block always shows …
- 11:23 Ticket #4891 (Backend - Time event not correctly recognized and handled as state event) created by
- When solving the following simple model: […] the solver should …
2018-04-18:
- 19:18 Ticket #4890 (Backend - strange power) updated by
-
Note:
[…]
work, solution
x = -1
[…] failed, solution `x = … - 18:54 Ticket #4890 (Backend - strange power) updated by
- Maybe a function like OMC_POW will produce less code line in the …
- 18:38 Ticket #4890 (Backend - strange power) updated by
- @casella updated test.
- 18:37 Ticket #4890 (Backend - strange power) updated by
-
Description changed
- 18:20 Ticket #3788 (OMEdit - OMEdit working directory too cluttered) updated by
- I use re-simulate a lot. It is obviously much faster! But when we …
- 16:45 Ticket #3788 (OMEdit - OMEdit working directory too cluttered) updated by
- As far as I understand, you can re-run it from OMEdit by using the …
- 16:42 Ticket #4890 (Backend - strange power) updated by
- I guess that is kind of necessary if p is a parameter that is amenable …
- 15:28 Ticket #3788 (OMEdit - OMEdit working directory too cluttered) updated by
- Now the output folder contains also the model's exe. This file cannot …
- 15:00 Ticket #4890 (Backend - strange power) created by
- the following simple model create for simple power operation […] …
- 11:30 Ticket #4889 (Interactive Environment - Provide GC statistics as an OMC API) closed by
- fixed: Fixed in: …
- 10:08 Ticket #4887 (New Instantiation - Issue with connection equations in the NF) closed by
- fixed: Fixed in 9ebc2e7e. The model now fails …
- 09:59 Ticket #4857 (New Instantiation - Issue with CombiTimeTable in NF) updated by
- Replying to casella: > This issue is now solved. The model …
- 09:56 Ticket #4817 (New Instantiation - DAES generated by the NF do not pass the initialization phase) updated by
- The model now seems to be overdetermined instead. I'm not sure if …
- 09:54 Ticket #4760 (New Instantiation - Issue with arrays in codegen when using the NF) closed by
- fixed: Fixed in 801639b. Not expanding the rhs …
- 09:49 Ticket #4621 (New Instantiation - [NF] Parameters and constants not in format expected by the backend) closed by
- fixed: Constants and structural parameters are now replaced in the NF since a …
- 09:46 Ticket #4889 (Interactive Environment - Provide GC statistics as an OMC API) updated by
-
Status, Owner changed
- 09:45 Ticket #4889 (Interactive Environment - Provide GC statistics as an OMC API) created by
- Just that.
- 08:28 Ticket #4888 (Run-time - ModelicaExternalC libraries for Visual Studio are missing) created by
- For this model: […] the simulation with the C++ runtime and Visual …
2018-04-17:
- 17:23 Ticket #4887 (New Instantiation - Issue with connection equations in the NF) created by
- Please check the …
- 17:21 Ticket #4815 (New Instantiation - Wrong type in final modifier in the NF) closed by
- fixed: This specific issue seems to be fixed now, though the NF fails later …
- 17:17 Ticket #4857 (New Instantiation - Issue with CombiTimeTable in NF) updated by
- This issue is now solved. The model now breaks because of this error: …
2018-04-16:
- 21:34 Ticket #4886 (Build Environment - OMCompiler fails to build with lapack 3.8.0) created by
- I'm currently building package of openmodelica for openSUSE. Some days …
- 12:53 Ticket #4885 (Testing Framework - Provide reference results for ScalableTestSuite test runs) updated by
-
Status, Owner changed
- 10:35 Ticket #4885 (Testing Framework - Provide reference results for ScalableTestSuite test runs) updated by
- I was thinking of using the regex filter provided by the …
- 10:07 Ticket #4885 (Testing Framework - Provide reference results for ScalableTestSuite test runs) updated by
- If the files are small and/or few (only verification models, etc), …
- 09:42 Ticket #4885 (Testing Framework - Provide reference results for ScalableTestSuite test runs) updated by
- OK, I guess I'll have to build a script to generate those results, …
- 09:23 Ticket #4882 (New Instantiation - [NF] selectInitializationVariablesDAE scales as O(N^2)) updated by
- Also probably related to #4884
- 09:18 ReleaseNotes/1.13.0 edited by
- (diff)
- 07:34 Ticket #4135 (FMI - Some FMUs generated by OpenModelica crash under FMUChecker) updated by
- There are changes to the way the memory pool works with FMUs; can you …
- 07:23 Ticket #4882 (New Instantiation - [NF] selectInitializationVariablesDAE scales as O(N^2)) updated by
-
Component, Summary changed
This is only a performance issue when the NF is used (and then daeMode … - 06:59 Ticket #4885 (Testing Framework - Provide reference results for ScalableTestSuite test runs) updated by
- We don't store any simulation results. They have to be constructed …
- 06:47 Ticket #4879 (Code Generation - clang optimizations for large models) updated by
- The problem with the SimCode taking a long time should be …
- 05:51 Ticket #4879 (Code Generation - clang optimizations for large models) updated by
- Replying to casella: > I checked the corresponding …
Note:
See TracTimeline
for information about the timeline view.