Timeline
2016-05-27:
- 16:15 Ticket #3936 (OMOptim - problems with OMOptim) created by
- I am trying to use OMOptim, and I can't compile any files, even the …
- 14:12 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) updated by
- nice, thanks!
- 13:56 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) updated by
- The versioning number of the OpenModelica installation executable …
- 13:56 Ticket #3935 (Installation program - Make OpeModelica windows installer use the git hash of OMCompiler) closed by
- fixed: Fixed in r25959.
- 13:55 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) updated by
- The OpenModelica nightly build version number should match with …
- 13:54 Ticket #3935 (Installation program - Make OpeModelica windows installer use the git hash of OMCompiler) updated by
-
Status, Owner changed
- 13:54 Ticket #3935 (Installation program - Make OpeModelica windows installer use the git hash of OMCompiler) created by
- Currently we use git describe on OpenModelica glue project but we …
- 13:25 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) updated by
- > It's not related to this bug. > Perhaps something went wrong in your …
- 13:03 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) closed by
- fixed: Fixed it in c07f33d/OMNotebook.
- 12:59 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) updated by
- Replying to Christoph <buchner@…>: > I don't know if this …
- 10:07 Ticket #3934 (Interactive Environment - Support the vendor annotations in translateModel and simulation runtime) updated by
-
Description changed
- 10:06 Ticket #3934 (Interactive Environment - Support the vendor annotations in translateModel and simulation runtime) updated by
-
Description changed
Isn't it more like: […] […] - 10:04 Ticket #3934 (Interactive Environment - Support the vendor annotations in translateModel and simulation runtime) updated by
-
Description changed
- 10:03 Ticket #3934 (Interactive Environment - Support the vendor annotations in translateModel and simulation runtime) updated by
-
Description changed
- 10:02 Ticket #3934 (Interactive Environment - Support the vendor annotations in translateModel and simulation runtime) updated by
-
Description, Summary changed
- 09:54 Ticket #3934 (Interactive Environment - Support the vendor annotations in translateModel and simulation runtime) created by
- We should add support for vendor annotations in translateModel: Flag …
- 09:40 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) updated by
- I don't know if this is related (probably not), but I just installed …
- 06:16 Ticket #3933 (Cpp Run-time - Cppruntime should use Sundials from 3rdParty) created by
- The C-runtime currently compiles Sundials from source and this version …
2016-05-26:
- 21:24 Ticket #2395 (OMEdit - connectorSizing) updated by
-
Keywords changed
- 14:33 Ticket #3932 (Frontend - Dump DAE directly to stdout) updated by
-
Milestone changed
- 14:33 Ticket #3932 (Frontend - Dump DAE directly to stdout) updated by
-
Status, Owner changed
- 14:08 Ticket #3932 (Frontend - Dump DAE directly to stdout) created by
- We are able to dump Susan directly to file, so we should also be able …
- 13:29 Ticket #3931 (Initialization - Do not generate stupid equations) created by
- Simple initialization equations can be handled by the init.xml-file …
- 12:12 Ticket #3861 (Code Generation - Do not use preprocessor for code generation) closed by
- fixed: Fixed in PR:871
- 10:24 Ticket #3930 (MetaModelica - Better tuple access functions in MetaModelica) created by
- To access elements in a tuple you currently need to either use pattern …
- 09:53 Ticket #3928 (Command Prompt Environment - Add --alarm as command line option for OMC) closed by
- fixed: Support added in 1d03f6/OMCompiler.
- 08:57 Ticket #3929 (OMNotebook - OMNotebook broken in Win 64bit) created by
- Using the 1.10.0 nightly under Windows 64 bit, the OMNotebook editor …
- 08:34 Ticket #3927 (Backend - Linear initial equations with non-fixed parameters are detected as ...) closed by
- fixed: Fixed in …
- 08:23 Ticket #3928 (Command Prompt Environment - Add --alarm as command line option for OMC) updated by
-
Status, Owner changed
- 08:22 Ticket #3928 (Command Prompt Environment - Add --alarm as command line option for OMC) created by
- Sometimes the tests we have just cycle forever and it would be good to …
2016-05-25:
- 16:24 Ticket #3927 (Backend - Linear initial equations with non-fixed parameters are detected as ...) updated by
- Thanks, I will fix it!
- 16:23 Ticket #3927 (Backend - Linear initial equations with non-fixed parameters are detected as ...) updated by
-
Status, Owner changed
The jacobian type is JAC_CONSTANT, it's not non-linear ;). - 16:06 Ticket #3926 (Backend - Parameter calculation with numerical Jacobian leads to wrong results) updated by
-
Priority, Status, Component, Milestone changed
So the problem is that we have currently no means to handle torn … - 13:19 Ticket #3927 (Backend - Linear initial equations with non-fixed parameters are detected as ...) updated by
-
Description changed
- 13:15 Ticket #3926 (Backend - Parameter calculation with numerical Jacobian leads to wrong results) updated by
-
Description changed
- 13:14 Ticket #3927 (Backend - Linear initial equations with non-fixed parameters are detected as ...) created by
- In the following model the linear initial equation system is …
- 13:06 Ticket #3926 (Backend - Parameter calculation with numerical Jacobian leads to wrong results) created by
- The non-fixed parameters of the following model are calculated to 0 if …
- 12:53 Ticket #3828 (Run-time - Eclipse based debugging 64bit OMC on Windows) closed by
- invalid: This went away after I upgraded my Eclipse.
- 10:14 CoverageIssues edited by
- Changed paths to SVGs (diff)
- 10:05 WikiStart edited by
- (diff)
2016-05-24:
- 21:48 Ticket #3925 (Run-time - Protected variables are incorrectly written to the result file) created by
- I have some models where I am trying to make the size of the result …
- 21:10 Ticket #3924 (OMEdit - OMEdit arbitrarily adds line breaks to the source code upon save) closed by
- fixed: Fixed in bc76119/OMEdit.
- 18:11 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- I am certain that it finishes.
- 17:37 Ticket #3857 (Code Generation - Error in Generated XML from Modelica) updated by
- Gotcha, thanks for that. Please take a look at the following bug- …
- 15:16 Ticket #3857 (Code Generation - Error in Generated XML from Modelica) updated by
-
You just load the libraries via
loadModel(Library);
or if there … - 14:56 Ticket #3857 (Code Generation - Error in Generated XML from Modelica) updated by
- That's very helpful! I guess I meant how to include the additional …
- 14:55 Ticket #3820 (FMI - FMU generation - multiple instances) closed by
- fixed: Fixed in 120a9e/OMCompiler by setting …
- 14:49 Ticket #3857 (Code Generation - Error in Generated XML from Modelica) updated by
- I don't quite get what you mean. Include packages where? If you mean …
- 14:40 Ticket #3857 (Code Generation - Error in Generated XML from Modelica) updated by
- Hi there, I understand that this might be beyond the scope of what …
- 13:22 Ticket #3898 (FMI - FMU co-simulation issues) updated by
- I now 72f98cf7a93cdcd5b4a143d8317020ed859b06a5/OMCompiler …
- 11:36 Ticket #3924 (OMEdit - OMEdit arbitrarily adds line breaks to the source code upon save) updated by
- Can you provide a test case?
- 11:32 Ticket #3924 (OMEdit - OMEdit arbitrarily adds line breaks to the source code upon save) updated by
- I confirm the same happens with the latest nightly build.
- 10:34 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- It seems that the result file generated by the simulation is corrupted …
- 10:21 Ticket #3924 (OMEdit - OMEdit arbitrarily adds line breaks to the source code upon save) created by
- During the last few months, we have satisfactorily used OMEdit for the …
- 09:53 Ticket #3898 (FMI - FMU co-simulation issues) updated by
-
Keywords, Status, Component, Owner changed
- 09:51 Ticket #3898 (FMI - FMU co-simulation issues) updated by
-
I've tested with
coe-0.0.5-SNAPSHOT-jar-with-dependencies.jar
… - 09:02 Ticket #3923 (Run-time - Change tolerances of Newton solver to standard 2-norm) closed by
- fixed: This is done in …
2016-05-23:
- 17:27 Ticket #2750 (Code Generation - Units of derivatives in the variables browser) updated by
- OMCompiler#881 …
- 16:49 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- I just tried it, and it successfully completed the run. Thanks! …
- 16:04 Ticket #3923 (Run-time - Change tolerances of Newton solver to standard 2-norm) created by
-
the argument of the simulation flags
-newtonFTol
and … - 06:36 Ticket #2233 (OMEdit - OMEdit: Hiding annotations in text view) updated by
- Replying to adeas31: > 736e098/OMEdit have …
2016-05-22:
- 14:41 Ticket #2233 (OMEdit - OMEdit: Hiding annotations in text view) updated by
- 736e098/OMEdit have support for annotation folding.
- 14:31 Ticket #3922 (Run-time - Logging of initialization time is broken) closed by
- fixed
- 14:31 Ticket #3922 (Run-time - Logging of initialization time is broken) updated by
- Fixed with [https://github.com/OpenModelica/OMCompiler/pull/870 …
2016-05-21:
- 17:35 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- Ok. It seems the MSVC compilation is a bit off. I'll have a look at …
2016-05-20:
- 17:04 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- using msvc15, I get the following error: /usr/bin/sh: cl: command not …
- 16:18 Ticket #3917 (Frontend - stategraph2 expamples not working) updated by
-
Status, Owner, Component changed
- 13:18 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- Replying to palmer.ap@…: > Does that mean that the version …
- 13:07 Ticket #3856 (*unknown* - Improve OM Performance) updated by
- Code compilation performance f09837/OMCompiler. See also: …
- 12:51 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- In the meantime you could try these: 1. a nightly-build from tomorrow …
- 12:34 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
-
Status, Owner changed
- 12:33 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- It could be that or the Windows version of gcc has issues. …
- 11:45 Ticket #3911 (Code Generation - Internal compiler error: Segmentation fault) updated by
- Does that mean that the version of GCC on the Linux version of OM is …
- 08:12 Ticket #3816 (Backend - Matching and sorting scales as O(N^3) in models with large numbers of ...) updated by
- The culprit is mapSortEqnsDAE (Tarjan's algorithm) It would be worth …
- 08:09 Ticket #3857 (Code Generation - Error in Generated XML from Modelica) updated by
- It would seem that […] is redundant in the XML. (interduce 3x4 …
- 06:48 Ticket #3893 (Build Environment - Linking of simulation code broken in Linux) updated by
- Same for me, using compiler 1.10.0~dev-622-g41a11e9, the …
- 05:40 Ticket #3922 (Run-time - Logging of initialization time is broken) updated by
-
Status, Owner changed
Note:
See TracTimeline
for information about the timeline view.