Timeline
2018-05-16:
- 17:58 Ticket #4941 (Run-time - Remove misleading fScaling labels in Kinsol solver diagnostics) created by
-
When turning on
LOG_NLS_V
with the Kinsol solver, the fScaling … - 14:43 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
- Replying to sjoelund.se: > Which returns negative values …
- 14:01 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
- So the specification says to use: […] Which works fine for doubles. …
- 11:50 Ticket #4940 (New Instantiation - TimeTable models reported to fail in NF because of timeout) updated by
- This seems to be because these parameters create a very, very dense …
- 11:36 Ticket #4940 (New Instantiation - TimeTable models reported to fail in NF because of timeout) updated by
- It fails on the phase after normalInlineFunction (simulation), when …
2018-05-15:
- 17:43 Ticket #4940 (New Instantiation - TimeTable models reported to fail in NF because of timeout) updated by
-
Summary changed
- 17:06 Ticket #4940 (New Instantiation - TimeTable models reported to fail in NF because of timeout) updated by
- OK. I understand #4884 has rather far-reaching consequences on …
- 13:57 Ticket #4940 (New Instantiation - TimeTable models reported to fail in NF because of timeout) updated by
- They do not fail in the NF, they fail in the backend. But the way they …
- 13:40 Ticket #4940 (New Instantiation - TimeTable models reported to fail in NF because of timeout) created by
-
Please check the performance of the
TimeTable_N_XXX
models … - 10:59 Ticket #4931 (New Instantiation - The NF sometimes loses the inner object declaration) updated by
- Replying to perost: > I meant in the MultiBody models, …
- 09:34 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) updated by
- Just checked on Linux. It works nicely. Thank you again.
- 08:53 Ticket #4934 (Build Environment - Problem during OpenModelica compilation) closed by
- worksforme: You didn't check out the whole project (`git clone --recursive …
- 07:37 Ticket #4931 (New Instantiation - The NF sometimes loses the inner object declaration) updated by
- Replying to casella: > Replying to perost: > > …
2018-05-14:
- 23:14 Ticket #4931 (New Instantiation - The NF sometimes loses the inner object declaration) updated by
- Replying to perost: > The extra equations might come from …
- 20:40 Ticket #4167 (OMEdit - Getting error as "Compilation process failed. Exited with code 2" ...) updated by
- I just tried running on v1.12 release as administrator but still has …
- 17:08 Ticket #4878 (New Instantiation - Issue with parameter arrays with zero elements in the NF) closed by
- fixed: Fixed in bd4083a, along with a few …
- 16:15 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) updated by
- Thanks a lot! I will check tomorrow.
- 12:56 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
- The bootstrapped compiler depends on generating the wrong code for …
- 12:54 Ticket #4931 (New Instantiation - The NF sometimes loses the inner object declaration) updated by
- Replying to casella: > In fact, there were a lot other …
- 12:22 Ticket #4912 (New Instantiation - Lookup issue in Modelica.Media with NF) closed by
- duplicate: The actual error is […] which is due to missing support for partial …
- 11:54 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
- https://github.com/OpenModelica/OMCompiler/pull/2432 :)
- 11:50 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
- It seems Martin was faster…
- 11:48 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
-
The difference is when the
mod
function is evaluated. It works … - 11:45 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) closed by
- fixed: I have implemented the solution I proposed in comment:4. See …
- 11:44 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
- This is a problem with the generated code for integer mod(). It is …
- 11:22 Ticket #4927 (New Instantiation - Table models reports linker issue with NF.) closed by
- fixed: Fixed in c7dee296.
- 10:45 Ticket #4931 (New Instantiation - The NF sometimes loses the inner object declaration) updated by
- In fact, there were a lot other models that had this issue, I just …
- 10:43 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) updated by
- As already discussed in #4486, from an end-user perspective, there is …
- 10:01 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) updated by
- This is possible however is ugly since the GUI relies on string …
- 09:48 Ticket #4936 (Code Generation - Dimension 1 has bounds 1..10, got array subscript 0) updated by
-
Description changed
Added code formatting to description. - 09:46 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) updated by
- Replying to adeas31: > I also agree with this but as far …
- 09:45 Ticket #4910 (New Instantiation - Package constant not evaluated in function body by the NF) closed by
- fixed
- 09:45 Ticket #4910 (New Instantiation - Package constant not evaluated in function body by the NF) updated by
- Fixed in 5e1a956. The issue was that …
- 09:37 Ticket #4931 (New Instantiation - The NF sometimes loses the inner object declaration) closed by
- fixed: Fixed in 8acf20e. The mentioned model …
- 08:39 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) updated by
- I also agree with this but as far as I remember this is done …
- 04:12 Ticket #4938 (OMEdit - Still can't open Motorcycle labrary) updated by
- Replying to casella: Hi,@adeas31& @ casella: Thanks for …
2018-05-13:
- 15:05 Ticket #4938 (OMEdit - Still can't open Motorcycle labrary) closed by
- invalid: As @adeas31 correctly pointed out, this is not an OpenModelica issue. …
- 14:52 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) updated by
- I completely agree. In fact, if the simulation does not start one …
- 14:47 Ticket #4936 (Code Generation - Dimension 1 has bounds 1..10, got array subscript 0) updated by
-
Owner, Component, Milestone changed
The reason why this model fails is that mod(x,y) is incorrectly … - 14:43 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) updated by
-
Summary changed
- 14:22 Ticket #4939 (Code Generation - mod(x,y) with x < 0 computed incorrectly in algorithms) created by
-
Please run this simple test case (also attached)
[…]
k_mod
is … - 11:07 Ticket #4938 (OMEdit - Still can't open Motorcycle labrary) updated by
-
Cc changed
You don't need to download OMEdit or update Qt since you are using … - 06:39 Ticket #4938 (OMEdit - Still can't open Motorcycle labrary) created by
- Hi, I'm the same user in #4926. I listen to your advice and update to …
2018-05-11:
- 11:06 Ticket #4937 (OMEdit - Horizontal lines half-cut when on the top side of the plotting rectangle) created by
- See enclosed picture, obtained from a simple MSL ramp. On my hi-res …
- 09:32 Ticket #4936 (Code Generation - Dimension 1 has bounds 1..10, got array subscript 0) created by
- When trying to simulate the following model with OM …
- 06:59 Ticket #4935 (OMEdit - OMEdit should not switch to plotting perspective when simulation fails) created by
- OMEdit switches to plotting perspective even when a simulation fails. …
2018-05-10:
- 18:41 Ticket #4934 (Build Environment - Problem during OpenModelica compilation) created by
- I'm trying to follow the compilation tutorial found here: …
- 09:13 Ticket #2173 (Interactive Environment - simulate API function does not complain on wrong parameters) updated by
-
Priority changed
Today I used OMNotebook in class for the usual lab activity, and I had …
2018-05-09:
- 16:42 Ticket #4882 (New Instantiation - [NF] selectInitializationVariablesDAE scales as O(N^2)) updated by
- Which in turn is the same as #4859
- 16:23 Ticket #4933 (New Instantiation - NF creates unknown DAE equations) closed by
- fixed: Fixed in 3d7f6a4. The issue was only …
- 16:05 Ticket #4929 (New Instantiation - Issue with NFRecord.collectRecordParams in the Buildings library) closed by
- fixed: Fixed in dd0d5ad, and further fixes in …
- 16:04 Ticket #4933 (New Instantiation - NF creates unknown DAE equations) created by
- Flattening Buildings.Fluid.Boilers.Examples.BoilerPolynomial causes …
- 14:37 Ticket #4861 (New Instantiation - TimeTable models fail in NF because of lack of function evaluation) closed by
- fixed: Fixed in 5feb832, the model now …
- 14:16 Ticket #4930 (New Instantiation - Issue with NFEvalFunction.assignVariable) closed by
- fixed: Fixed in a3ddfaf9 (probably, it works …
- 11:11 Ticket #4932 (New Instantiation - Issue with NFCall.Call.vectorizeCall) closed by
- fixed
- 11:10 Ticket #4932 (New Instantiation - Issue with NFCall.Call.vectorizeCall) updated by
- Improved in 6fcf40a, the function …
- 10:40 Ticket #4907 (New Instantiation - Support for Real x(value=10.0)) updated by
- I don't quite see the point since the code does not really become more …
- 10:33 Ticket #4932 (New Instantiation - Issue with NFCall.Call.vectorizeCall) updated by
- Replying to sjoelund.se: > This is why the old frontend …
- 10:28 Ticket #4932 (New Instantiation - Issue with NFCall.Call.vectorizeCall) updated by
- This is why the old frontend vectorizes by using array reductions. …
- 09:46 Ticket #2469 (New Instantiation - Unrolling array expressions) updated by
- The type matching issue is because reductions are implemented wrong in …
- 09:21 Ticket #4932 (New Instantiation - Issue with NFCall.Call.vectorizeCall) updated by
- It also shows up with …
- 09:21 Ticket #4902 (Backend - Tiny simulation steps after recent nightly build) updated by
-
Cc changed
- 09:20 Ticket #4902 (Backend - Tiny simulation steps after recent nightly build) updated by
- https://libraries.openmodelica.org/branches/overview.html now lists …
- 09:20 Ticket #4932 (New Instantiation - Issue with NFCall.Call.vectorizeCall) created by
- Please check …
- 09:16 Ticket #4931 (New Instantiation - The NF sometimes loses the inner object declaration) created by
- Please check …
- 09:11 Ticket #4930 (New Instantiation - Issue with NFEvalFunction.assignVariable) created by
- Please check …
- 09:00 Ticket #4864 (New Instantiation - The NF does not expand the sum() function) reopened by
-
In fact, there are still cases where the
sum()
function is not … - 08:34 Ticket #4235 (New Instantiation - assigning Medium package in replaceable class fails) updated by
- See also the discussion in ticket:4172#comment:3
- 08:31 Ticket #4172 (Frontend - Medium propagation fails in ...) updated by
- This is the …
- 08:25 Ticket #4929 (New Instantiation - Issue with NFRecord.collectRecordParams in the Buildings library) created by
- Please check …
- 08:14 Ticket #4921 (New Instantiation - Issue with NF involving bindings of arrays of components having a ...) updated by
-
Summary changed
Another probably related case is … - 08:07 Ticket #2660 (New Instantiation - Lookup bug with replaceable models) updated by
- This is the …
- 07:53 Ticket #3674 (New Instantiation - Template error generated by omc) updated by
- Thanks for the update, I am checking every couple of weeks. The …
- 07:39 Ticket #2059 (New Instantiation - Strange look-up errors when dealing with replaceable functions) closed by
- fixed: As of v1.13.0-dev-676-gd9899db2c, checking this model with the NF is …
- 00:04 Ticket #3636 (*unknown* - Supporting MSL 3.2.2) updated by
- Update: 379 out of 388 models now simulate, i.e. 97.7%, see …
Note:
See TracTimeline
for information about the timeline view.