Timeline
2018-11-29:
- 21:39 Ticket #4773 (Build Environment - Simulation from OMEdit fails for Cpp runtime under Windows) updated by
- Well its easy to forget what settings you have set. Upload the …
- 21:22 Ticket #4773 (Build Environment - Simulation from OMEdit fails for Cpp runtime under Windows) updated by
- No, nothing but the selection "Target Language: Cpp". The problem …
- 19:01 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- Replying to rfranke: > The best solution might be to …
- 18:09 Ticket #4773 (Build Environment - Simulation from OMEdit fails for Cpp runtime under Windows) updated by
- Maybe some 32bit issues? On 64bit Windows the PID_Controller works …
- 17:27 Ticket #4773 (Build Environment - Simulation from OMEdit fails for Cpp runtime under Windows) updated by
- OMEdit does only fail for some models. Here two examples. …
- 16:57 Ticket #4773 (Build Environment - Simulation from OMEdit fails for Cpp runtime under Windows) reopened by
- Unfortunately the problem is back (or still there?); not under Linux, …
- 10:24 Ticket #5227 (Build Environment - TableTest not working under Win32 again) closed by
- fixed: Tested on 64bit windows: […]
2018-11-28:
- 19:19 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- Commit …
- 19:16 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
-
Description changed
- 17:04 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- The best solution might be to re-add own ModelicaExternalC libraries …
- 15:05 Ticket #3089 (New Instantiation - Flattening error concerning records of records) updated by
- Apologies for my limited understanding... Yes, that sounds like this …
- 14:37 Ticket #3089 (New Instantiation - Flattening error concerning records of records) closed by
- fixed: Replying to Matthis Thorade <matthis.thorade@…>: > …
- 14:15 Ticket #3089 (New Instantiation - Flattening error concerning records of records) updated by
- newInst status: …
- 11:52 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- These are returned via: …
- 11:34 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- Yes, we rather reduce features, e.g. no libgfortran, in favor of …
- 11:06 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- The problem with statically linked FMUs for us is that for example …
- 11:03 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- For Linux we link Cpp FMUs statically as well to improve portability. …
- 10:33 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
-
Description changed
- 09:46 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- For Linux it's a shared library, so no additional flags are needed
- 09:15 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
-
We don't link with
-lzlib
on Windows / mingw. For mingw we have … - 09:10 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
-
What about
-lzlib
that is linked so far? Should it be replaced? Is … - 08:19 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
- These are defined here: …
- 08:17 Ticket #5227 (Build Environment - TableTest not working under Win32 again) updated by
-
The linking should be with:
-lhdf5 -lz -lszip
- 08:00 Ticket #5227 (Build Environment - TableTest not working under Win32 again) created by
- This issue had been solved 9 months ago in #4772 and re-appears in a …
2018-11-26:
- 23:53 Ticket #5226 (Backend - Support conditional equations in tearing) updated by
-
Status, Owner changed
- 23:53 Ticket #5206 (Backend - Generate residual equation for nonlinear systems with conditional equations) closed by
- fixed: Replying to wbraun: > Ah, the issue is, that such …
- 23:52 Ticket #5226 (Backend - Support conditional equations in tearing) created by
- Consider the following model, already discussed in #5206 […] The …
- 21:26 Ticket #5225 (Code Generation - Nested record assignments causes invalid code to be generated) updated by
- Subscribing. I believe the corresponding issue for the old frontend …
- 20:33 Ticket #5167 (New Instantiation - Issue with package constants in HelmholtzMedia with the NF) updated by
- Replying to Matthis Thorade <matthis.thorade@…>: > Nice! > …
- 20:32 Ticket #5225 (Code Generation - Nested record assignments causes invalid code to be generated) created by
- Consider a model that contains nested record instance that's assigned …
- 20:03 Ticket #5167 (New Instantiation - Issue with package constants in HelmholtzMedia with the NF) updated by
- Nice! The following two also have a similar error message. Again, I …
- 19:45 Ticket #5220 (Testing Framework - Issue with sundials macports) updated by
- I've updated the ticket to see if I can get more information about …
- 19:37 Ticket #5019 (New Instantiation - Issue with Media function flattening in the NF) closed by
- fixed: This problem was solved by one of the last commits, the model now …
- 19:33 Ticket #5220 (Testing Framework - Issue with sundials macports) updated by
-
Cc changed
@dersh, could you help fixing this issue via a PR on GitHub? - 17:12 Ticket #5167 (New Instantiation - Issue with package constants in HelmholtzMedia with the NF) updated by
- Replying to Matthis Thorade <matthis.thorade@…>: > This …
- 15:27 Ticket #5208 (Run-time - IDA with dense numerical jacobian doesn't work well) updated by
-
Status changed
Actually the pure numerical option is not supported by the IDA solver. - 15:22 Ticket #5206 (Backend - Generate residual equation for nonlinear systems with conditional equations) updated by
- Ah, the issue is, that such equations are not supported by the tearing …
2018-11-25:
- 20:06 Ticket #5224 (New Instantiation - Wrong instantiation of ranges) closed by
- fixed
- 19:52 Ticket #5224 (New Instantiation - Wrong instantiation of ranges) updated by
- Replying to rfranke: > It also appears related to the way …
- 19:34 Ticket #5224 (New Instantiation - Wrong instantiation of ranges) updated by
- It also appears related to the way the frontend uses the code …
- 19:18 Ticket #5224 (New Instantiation - Wrong instantiation of ranges) updated by
-
Status, Component changed
The new frontend actually just uses: […] to generate the list, in … - 17:37 Ticket #5224 (New Instantiation - Wrong instantiation of ranges) created by
-
Consider the following example
[…]
omc -d=newInst
generates: […] - 14:22 Ticket #5167 (New Instantiation - Issue with package constants in HelmholtzMedia with the NF) updated by
- This error seems to be similar!? […] …
2018-11-23:
- 17:49 Ticket #5221 (FMI - FMU CS 2.0 sometimes drops events when multiple ones occur betweeen ...) closed by
- fixed
- 14:52 Ticket #5221 (FMI - FMU CS 2.0 sometimes drops events when multiple ones occur betweeen ...) updated by
- OMCompiler#2795 …
2018-11-22:
- 17:42 Ticket #5223 (Run-time - Linearization does not work on Windows) closed by
- fixed: Fixed with PR: https://github.com/OpenModelica/OMCompiler/pull/2794
- 15:42 Ticket #5223 (Run-time - Linearization does not work on Windows) updated by
-
Status, Owner changed
- 15:07 Ticket #5223 (Run-time - Linearization does not work on Windows) created by
- The file name for linearization is not properly constructed on Windows.
- 06:23 Ticket #5221 (FMI - FMU CS 2.0 sometimes drops events when multiple ones occur betweeen ...) updated by
-
Status changed
Thanks for the report, I will look into it.
Note:
See TracTimeline
for information about the timeline view.