Timeline



2015-05-20:

20:41 Ticket #3323 (Backend - Weird results for the solution of a simple equation) updated by Lennart Ochel
Thanks for the bug report. Just to explain what happens: x2 is …
16:37 Ticket #3323 (Backend - Weird results for the solution of a simple equation) updated by Lennart Ochel
Status, Owner changed
16:33 Ticket #3323 (Backend - Weird results for the solution of a simple equation) updated by Adrian Pop
Cc, Component, Description, Summary changed
15:22 Ticket #3323 (Backend - Weird results for the solution of a simple equation) updated by arvin84@…
when i modify the code to the following: […] i get the correct …
13:03 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Rüdiger Franke
Thank you for the timings! Ubuntu 14.10 and 15.04 come with gcc 4.9 …
12:53 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Martin Sjölund
Hudson says the test suite performance is: GCC 4.6: 9m37s GCC 4.8: …
11:41 Ticket #3327 (Frontend - Redeclare enumeration doesn't work) created by Maksimov Doe
[…] I get the flattening model with empty enumeration T: […] …
08:49 Ticket #3123 (OMEdit - OMEdit "Flip vertical" issues) updated by anonymous
Sorry my mistake. Only point 2 of my previous message (from anonymous) …
08:44 Ticket #3123 (OMEdit - OMEdit "Flip vertical" issues) updated by anonymous
There are still two issues: 1) if a component is rotated clockwise, …
08:14 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Rüdiger Franke
You say "clang was used by default since its compilation performance …
06:43 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Rüdiger Franke
But this would also remove error messages if other C++ 11 features are …
06:17 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Martin Sjölund
Just enabling C++11 in the compiler makes boost change its internal …
06:05 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Marcus Walther
Replacing the boost stuff with C++11 features would be great, but the …
06:03 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Martin Sjölund
g++-4.4 on MinGW32 has pretty bad C++11 support.
06:00 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Rüdiger Franke
As for the C++ runtime, clang appears to generate slower code than …
05:34 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Martin Sjölund
Simply adding -std=c++11 seems to work (I guess boost uses …
05:31 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Martin Sjölund
Well. clang was used by default since its compilation performance …
04:25 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Rüdiger Franke
Summary changed
The crash appears to happen with static constructors before the main …

2015-05-19:

18:27 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Rüdiger Franke
I did not mean Your default system compiler, but the compiler used by …
18:09 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Martin Sjölund
My system default compiler is clang. I use Ubuntu 15.04: […] I …
18:03 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Rüdiger Franke
Let's clarify what's going on. I installed a fresh Lubuntu 15.04. Then …
18:00 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Martin Sjölund
Every single model triggers the error (it is at the start of the …
17:45 Ticket #3324 (ParModelica - ParModelica: OCLRuntimeUtil.cl not found) updated by Gustaf Thorslund
Summary changed
17:44 Ticket #3326 (ParModelica - ParModelica: Error setting kernel arguments: CL_INVALID_ARG_SIZE) created by Gustaf Thorslund
After applying my workaround in #3324 I try to call a small function. …
17:42 Ticket #3325 (Backend - Symbolic Jacobian is not generated for systems with one state) closed by Lennart Ochel
fixed: fixed with bf6ce68/OMCompiler
17:34 Ticket #3325 (Backend - Symbolic Jacobian is not generated for systems with one state) updated by Lennart Ochel
Status, Owner changed
17:34 Ticket #3325 (Backend - Symbolic Jacobian is not generated for systems with one state) created by Lennart Ochel
Just a simple example: […] The LOG_SOLVER dump indicates that …
17:21 Ticket #3324 (ParModelica - ParModelica: OCLRuntimeUtil.cl not found) created by Gustaf Thorslund
When trying to run ParModelica-code, it fails with: […] I've been …
16:28 Ticket #3315 (ParModelica - ParModelica generating broken code for minimal testcase) updated by Gustaf Thorslund
Priority changed
For the record, I've been told this is due to the simulation runtime …
16:15 Ticket #3323 (Backend - Weird results for the solution of a simple equation) created by arvin84@…
OM ver.: 539229e for the simple following model: […] i get the …
15:17 Ticket #3318 (Interactive Environment - Too many heap sections) updated by Adrian Pop
I guess your Mac one is 64 bit. That helps a lot as pointers are 64 …
15:16 Ticket #3318 (Interactive Environment - Too many heap sections) updated by massimo ceraolo
I will download during the next days. Typically I spend a lot of time …
15:05 Ticket #3317 (OMEdit - Plot curves from different files) updated by Adeel Asghar
Priority, Status changed
It is possible what you want but it really depends on the priority. I …
14:55 Ticket #3318 (Interactive Environment - Too many heap sections) updated by Adrian Pop
I played a bit with how GC gives back memory to the OS in …
14:50 Ticket #3123 (OMEdit - OMEdit "Flip vertical" issues) closed by Adeel Asghar
fixed: Fixed in …
14:49 Ticket #3321 (Cpp Run-time - cppruntime does not return proper exit codes) updated by Niklas Worschech
Cc changed
14:48 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Niklas Worschech
Cc changed
12:01 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) updated by Niklas Worschech
we are using boost 1.55 on windows and we don't have this problem. Do …
09:40 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) created by Martin Sjölund
C++ runtime seems to be broken using boost 1.55 (only boost available …
07:18 Ticket #3321 (Cpp Run-time - cppruntime does not return proper exit codes) updated by Niklas Worschech
Status, Owner changed

2015-05-18:

22:29 Ticket #3318 (Interactive Environment - Too many heap sections) updated by Adrian Pop
Status, Owner, Component, Milestone changed
21:38 Ticket #3318 (Interactive Environment - Too many heap sections) updated by Adrian Pop
I could reproduce the bug with the latest nightly-build by running …
20:17 Ticket #3318 (Interactive Environment - Too many heap sections) updated by Adrian Pop
You mean that it happens in r25613 and it doesn't happen in r25516? …
19:55 Ticket #3321 (Cpp Run-time - cppruntime does not return proper exit codes) created by Martin Sjölund
cppruntime returns exit code=0 (success) even when the numerical …
17:49 Ticket #3318 (Interactive Environment - Too many heap sections) updated by massimo ceraolo
I can be more precise now. According to my tests, the nasty "Too many …
15:36 Ticket #3320 (OMEdit - Optimization settings as annotations) updated by Martin Sjölund
Owner, Component changed
15:00 Ticket #3320 (OMEdit - Optimization settings as annotations) created by anonymous
OM does an incredibly good job with its optimization engine. I was …

2015-05-17:

10:03 Ticket #3319 (Installation program - omlib-modelicaservices-3.2.1 missing) closed by Martin Sjölund
fixed
10:03 Ticket #3319 (Installation program - omlib-modelicaservices-3.2.1 missing) updated by Martin Sjölund
Status, Owner changed
06:41 Ticket #3313 (Run-time - Library coverage hangs) closed by Martin Sjölund
fixed
06:40 Ticket #3319 (Installation program - omlib-modelicaservices-3.2.1 missing) updated by Martin Sjölund
No, it should be part of the omlib-modelica-3.2.1 dependencies (and it …

2015-05-16:

20:28 Ticket #3318 (Interactive Environment - Too many heap sections) updated by massimo ceraolo
Yes, I had the error on Windows.
19:39 Ticket #3319 (Installation program - omlib-modelicaservices-3.2.1 missing) updated by Rüdiger Franke
Cc changed
What about omlib-complex-3.2.1?
19:34 Ticket #3319 (Installation program - omlib-modelicaservices-3.2.1 missing) created by Rüdiger Franke
Just tried to install a fresh 15.04 with OpenModelica nightly and …
15:21 Ticket #3318 (Interactive Environment - Too many heap sections) updated by Martin Sjölund
See …

2015-05-15:

04:43 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) updated by Adrian Pop
I now reported the issue to AVG and hopefully they will fix it with a …
04:28 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) updated by Adrian Pop
I cannot reproduce this with AVG 2015 build 5941 at installation time. …
02:59 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) updated by Adrian Pop
I cannot reproduce this issue on my desktop using …

2015-05-14:

21:06 Ticket #3318 (Interactive Environment - Too many heap sections) updated by massimo ceraolo
Yes, the error is related to the garbage collector. In fact, It has …
15:19 Ticket #3318 (Interactive Environment - Too many heap sections) updated by Adrian Pop
That message is from the garbage collector library that we use. I'll …
15:16 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) updated by Adrian Pop
omc.exe is a very small executable which loads the huge …
15:00 Ticket #3318 (Interactive Environment - Too many heap sections) created by massimo ceraolo
In recent weeks I've used OMC through OMEdit a lot. Unfortunately, …
14:58 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) updated by Francesco Casella
As far as I understand (see attached screenshots), the suspected file …
13:57 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) updated by Adrian Pop
We could use their "Report false detection" page: …
13:55 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) updated by Adrian Pop
No, there is no virus in omc.exe. I'll install 1.9.2 on my desktop …
12:16 Ticket #3317 (OMEdit - Plot curves from different files) created by anonymous
When simulating, it is very common to have to compare results from …
10:05 CAM00332.jpg attached to Ticket #3316 by Francesco Casella
10:05 CAM00331.jpg attached to Ticket #3316 by Francesco Casella
09:21 Ticket #3316 (Installation program - OMC 1.9.2 for Windows is caught as a virus by AVG) created by Francesco Casella
When installing the official 1.9.2 release on Windows systems using …

2015-05-13:

15:13 Ticket #3312 (Build Environment - Macport OM Install on upgrade fails) updated by Adam Dershowitz
As a work around, after the build failed, making a link to the install …
13:00 Ticket #3315 (ParModelica - ParModelica generating broken code for minimal testcase) updated by Adrian Pop
Status, Owner changed
12:25 Ticket #3315 (ParModelica - ParModelica generating broken code for minimal testcase) created by Gustaf Thorslund
[…] […] […] Test case same as closed #3190, while error …
07:41 Ticket #3111 (Backend - Convergence issues on nonlinear equations involving der()) updated by Willi Braun
Ongoing re-structuring of OMC-Backend in order to improve symbolic …
07:41 Ticket #3192 (Backend - Tearing method cellier fails if addDerAlias is activated) updated by Willi Braun
Ongoing re-structuring of OMC-Backend in order to improve symbolic …
Note: See TracTimeline for information about the timeline view.