Timeline
2017-07-17:
- 10:28 Ticket #4470 (Backend - Bad performance of tearing for large scale models) updated by
- Number of tearing variables altogether: ||= N =||= MC1 =||= MC2 =||= …
- 10:25 Ticket #4470 (Backend - Bad performance of tearing for large scale models) updated by
- Current times of the entire tearing procedure (initDAE + simDAE) for …
- 07:30 Ticket #4453 (Backend - Compilation Time of a model with large size arrays) updated by
- The problem with my fix to not expand equations is that it breaks …
2017-07-16:
- 21:22 Ticket #4463 (OMEdit - Feature request: show library version number, build, date and library ...) updated by
- Great, I like it a lot. Thanks for implementing this feature.
- 08:26 Ticket #4472 (OMEdit - OMEdit corrupts files) updated by
-
Description changed
- 08:03 Ticket #4472 (OMEdit - OMEdit corrupts files) created by
- I've been working with one-file packages with OMEdit for a lot of …
- 07:02 Ticket #4462 (OMEdit - OMEdit: New file - Set "Insert into class" field automatically) closed by
- wontfix
- 07:01 Ticket #4462 (OMEdit - OMEdit: New file - Set "Insert into class" field automatically) updated by
- Hi Adeel, >no way to clear the selection Well, just select all the …
2017-07-15:
- 11:53 Ticket #4471 (Third-Party Libraries - Support IdealizedContact Library) created by
- Simulating IdealizedContact.Examples.Example1 throws the following …
- 11:19 Ticket #4208 (OMEdit - OMEdit: animation pane not shown) updated by
- Shouldn't it be worth to fix the initially reported issue (animation …
- 11:05 Ticket #4462 (OMEdit - OMEdit: New file - Set "Insert into class" field automatically) updated by
- I don't think its a good idea since there is no way to clear the …
- 11:01 Ticket #4463 (OMEdit - Feature request: show library version number, build, date and library ...) closed by
- fixed: Done in 9eba7c7/OMEdit.
2017-07-13:
- 22:00 Ticket #4463 (OMEdit - Feature request: show library version number, build, date and library ...) updated by
- Actually, it would be great if the displayed dialog could be closed by …
- 21:58 Ticket #4463 (OMEdit - Feature request: show library version number, build, date and library ...) updated by
- Sounds like a very good solution to me. I think a context menu …
- 14:28 Ticket #4453 (Backend - Compilation Time of a model with large size arrays) updated by
- I found one place where I can fix the expansion of functions greater …
- 14:19 Ticket #4463 (OMEdit - Feature request: show library version number, build, date and library ...) updated by
-
Status changed
It is easy to add this information but adding this to tooltip will … - 13:52 Ticket #4468 (OMEdit - OMEdit cuts names when copying to clipboard) closed by
- fixed: Fixed in ae81be2/OMEdit.
- 13:20 Ticket #4460 (Backend - ResolveLoops scales as O(N^3) in large linear circuit models) updated by
- Time eater is a call to List.unionEltOnTrue(). See attached screen …
- 12:13 Ticket #4470 (Backend - Bad performance of tearing for large scale models) created by
-
The execution time for the postOptModule
tearingSystem
is quite bad …
2017-07-12:
- 21:45 Ticket #4453 (Backend - Compilation Time of a model with large size arrays) updated by
- The issue with removeSimpleEquations is well-known; ticket #3695 was …
- 17:04 Ticket #4469 (OMEdit - OMEdit does not update diagrams of derived classes) updated by
-
Description changed
- 15:52 Ticket #4469 (OMEdit - OMEdit does not update diagrams of derived classes) created by
- If I rename a partial class submodel, the inheriting class does not …
- 14:06 Ticket #4455 (FMI - Unreasonable high deviation between imported FMU and original model) closed by
- fixed: I merged the PR which should fix the issue.
- 09:46 Ticket #4453 (Backend - Compilation Time of a model with large size arrays) updated by
- I also think the vectorization limit has a bug somewhere and it checks …
- 09:39 Ticket #4453 (Backend - Compilation Time of a model with large size arrays) updated by
-
Cc, Status, Owner changed
- 09:38 Ticket #4453 (Backend - Compilation Time of a model with large size arrays) updated by
- In the backend, this expansion is done by removeSimpleEquations. The …
2017-07-11:
- 15:28 Ticket #4146 (*unknown* - Summary of omc scaling issues) updated by
-
Description changed
- 15:28 Ticket #4460 (Backend - ResolveLoops scales as O(N^3) in large linear circuit models) updated by
-
Description changed
- 15:19 Ticket #3781 (Backend - Fix scaling of detectJacobianSparsePattern) updated by
- Replying to casella: > I noticed something really weird. …
- 12:18 Ticket #4436 (OMEdit - Improve how equations are shown in the declarative debugger when ...) updated by
- And I have also updated OMEdit accordingly 3082898/OMEdit.
- 12:14 Ticket #4436 (OMEdit - Improve how equations are shown in the declarative debugger when ...) updated by
- All the remaining needed information are added in …
- 09:39 Ticket #4398 (Backend - comSubExp scales as O(N^2)) updated by
-
Summary changed
After the last improvements by @hkiel, Hudson reported the following … - 07:34 Ticket #4468 (OMEdit - OMEdit cuts names when copying to clipboard) created by
- Consider the following model: […] When its diagram is copied …
2017-07-10:
- 22:25 Ticket #4398 (Backend - comSubExp scales as O(N^2)) updated by
- I have just started a new build (# 182) of the ScalableTestSuite on …
- 22:20 Ticket #3816 (Backend - Matching and sorting scales as O(N^3) in models with large numbers of ...) closed by
- fixed: Excellent result, thanks for your efforts! A two orders of magnitude …
- 15:25 Ticket #4398 (Backend - comSubExp scales as O(N^2)) updated by
- I could improve RAM usage and speed further with …
- 13:52 Ticket #4459 (Build Environment - MSVC broken using latest 32bit Windows build) updated by
- You might also specify in the release notes that MSVC 2010 is not …
- 12:39 Ticket #4385 (Frontend - Operator ^ fails, depending on the used data types) closed by
-
invalid: The Modelica specification says (10.6.7):
>Exponentiation "a
^
b" is … - 10:47 Ticket #4459 (Build Environment - MSVC broken using latest 32bit Windows build) updated by
- The release and nightly builds are using MSVC version 2013 to build …
- 09:34 Ticket #3816 (Backend - Matching and sorting scales as O(N^3) in models with large numbers of ...) updated by
- Since …
- 09:31 Ticket #4453 (Backend - Compilation Time of a model with large size arrays) updated by
- Almost 50% of translation time is generating the equations: […] …
- 09:28 Ticket #4459 (Build Environment - MSVC broken using latest 32bit Windows build) updated by
-
Status, Owner changed
- 09:02 Ticket #4459 (Build Environment - MSVC broken using latest 32bit Windows build) updated by
-
Status, Owner changed
- 08:26 Ticket #4467 (OMEdit - OMEdit: Problems with SVG export: line width given by vector-effect) updated by
- The SVGs are exported by Qt drawing to SVG instead of the GUI canvas. …
- 07:34 Ticket #4467 (OMEdit - OMEdit: Problems with SVG export: line width given by vector-effect) updated by
-
Description changed
- 07:33 Ticket #4467 (OMEdit - OMEdit: Problems with SVG export: line width given by vector-effect) created by
- When I export a Model to SVG, the wires in some SVG renderers look too …
Note:
See TracTimeline
for information about the timeline view.