Timeline



2018-09-18:

23:59 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Francesco Casella
Replying to adrpo: > Very strange that none of the tests …
23:51 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Very strange that none of the tests in our testsuite caught this …
23:49 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
PR https://github.com/OpenModelica/OMCompiler/pull/2666 should …
23:14 Ticket #5132 (OMEdit - Allow to set -d=evaluateAllParameters from the OMEdit GUI) created by Francesco Casella
If one doesn't need to change parameters at runtime without …
23:05 Ticket #5074 (New Instantiation - The NF does not evaluate a structural parameter) updated by Francesco Casella
I'm not sure if we have a formal (or semi-formal) definition of …
22:46 Ticket #5114 (New Instantiation - Issue with MultiBody models of ScalableTestSuite with the NF) updated by Francesco Casella
Cc, Status, Owner changed
As discussed at the devmeeting on Sep 17, @karim.abdelhak will have a …
22:17 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Francesco Casella
OK, thanks!
21:57 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Of course. In the current front-end is basically implemented manually. …
21:55 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Francesco Casella
How is this solved by the old front-end? Can we use the same strategy?
21:48 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Yes. I wanted to overload sample into one with clock and one without …
20:00 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Francesco Casella
Models with clock variables work better, but all other models using …
19:28 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Rüdiger Franke
´-d=newInst,-nfScalarize --std=3.3´ looks really good for the frontend …
16:39 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Ouch, seems I broke some stuff +54 & -680 :) …
13:49 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Adrian Pop
@rfranke: I know, but actually it seems that firstTick is …
13:39 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
PR with interval, firstTick and overload of sample
12:43 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Francesco Casella
Replying to rfranke: > This looks good, also that you …
12:43 Ticket #3678 (*unknown* - Efficient flattening (and code generation) for large-scale network models) updated by Francesco Casella
Replying to perost: > I've thought about such things many …
12:39 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Yep, I'm working on that, sample needs overloading for {{{sample(u, …
12:38 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Francesco Casella
From the …
11:41 Ticket #5131 (FMI - Segmentation fault when fmi2GetReal gets called after fmi2Terminate) updated by Adrian Pop
Nice, I will do the modification myself as well and commit it.
11:34 Ticket #5131 (FMI - Segmentation fault when fmi2GetReal gets called after fmi2Terminate) updated by tknodt@…
Replying to adrpo: > The spec says that you should be able …
11:25 Ticket #5131 (FMI - Segmentation fault when fmi2GetReal gets called after fmi2Terminate) updated by tknodt@…
Just saw that in ticket #5130 the same is already proposed by you. I …
09:53 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Rüdiger Franke
The u argument is just sugar for firstTick, because all variables of …
09:24 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Adrian Pop
@rfranke: is will add all the needed synchronous features, starting …
06:19 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Rüdiger Franke
This looks good, also that you don't expand sum() anymore. I think …

2018-09-17:

22:10 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Adrian Pop
After 09518b/OMCompiler we get with …
22:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Partial support added in 09518b/OMCompiler.
21:29 Ticket #4608 (Interactive Environment - Unit string lost in Modelica.Media inheritance chain) reopened by Francesco Casella
Indeed. However, OMEdit still doesn't show any display unit for …
21:21 Ticket #5032 (New Instantiation - size(constant) should have constant variability in the NF) closed by Francesco Casella
fixed: Fixed by …
21:05 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by Adrian Pop
We should move lines 635 to 650 to 511. …
21:01 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by Adrian Pop
As far as I can tell from the code I think we should not free any …
20:50 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by Adrian Pop
Component changed
20:49 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by Adrian Pop
I guess we would need to set a flag on fmi2Terminate and check that if …
20:49 Ticket #5131 (FMI - Segmentation fault when fmi2GetReal gets called after fmi2Terminate) updated by Adrian Pop
The spec says that you should be able to do that, so it seems like a …
20:30 Ticket #5131 (FMI - Segmentation fault when fmi2GetReal gets called after fmi2Terminate) created by tknodt@…
This happened on a host which soemtimes calls e.g. fmi2GetReal
20:26 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) created by tknodt@…
I just saw that with a bad timing in the host I am using, …
19:18 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
The compress2 undefined reference I fixed in the next commit, so you …
17:12 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by tknodt@…
Replying to adrpo: > What I mean is that the function …
16:08 Ticket #2173 (Interactive Environment - simulate API function does not complain on wrong parameters) updated by Per Östlund
Priority, Milestone changed
16:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Cc changed
16:08 Ticket #2173 (Interactive Environment - simulate API function does not complain on wrong parameters) updated by Per Östlund
Partially fixed in a1d7895, we now …
16:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
WIP: https://github.com/OpenModelica/OMCompiler/pull/2664
15:51 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Adrian Pop
This is the result I get after adding Clock() to the NF. The …
15:11 Ticket #4943 (Code Generation - Wrong order of equations in info.json file) closed by Willi Braun
fixed: Fixed in 95e1e12/OMCompiler.
14:27 Ticket #4791 (Frontend - NFScodeDependency fails for small example) closed by Per Östlund
fixed: The model correctly gives an error when using the new frontend, and it …
14:23 Ticket #5048 (OMEdit - Wrong error messages) updated by Per Östlund
I had a look at the pngs for OMEdit, and they were actually fine. …
13:20 Ticket #5048 (OMEdit - Wrong error messages) updated by Francesco Casella
png's should be fixed. Other messages which are not OMC's fault …
13:14 Ticket #4985 (Run-time - OMC accepts invalid nonlinear system solutions) updated by Francesco Casella
Proposal: add optional simulation flag if possible (default false) to …
13:06 Ticket #4951 (FMI - OMEdit did not generate the fmu file on FMU export) updated by Francesco Casella
Status, Owner changed
13:04 Ticket #4943 (Code Generation - Wrong order of equations in info.json file) updated by Francesco Casella
Status, Owner changed
@wbraun will have a look for a quick fix
12:57 Ticket #5018 (Third-Party Libraries - Patch MSL 3.2.2/3.2.1 with missing 'each'?) updated by Per Östlund
Milestone changed
Switching to the NF is targeted for 2.0, so this is not a blocker for …
12:53 Ticket #4632 (Interactive Environment - Moving a model creates wrong code) closed by Francesco Casella
fixed: This will be fixed in 2.0.0 when the new front-end becomes default
12:50 Ticket #4608 (Interactive Environment - Unit string lost in Modelica.Media inheritance chain) closed by Per Östlund
fixed: This works correctly in both the old and the new frontend as far as I …
12:45 Ticket #4254 (Backend - Wrong numerical handling of conditional equations) updated by Francesco Casella
Milestone changed
10:08 Ticket #5074 (New Instantiation - The NF does not evaluate a structural parameter) updated by Per Östlund
Is there any reason why plugToPin_n.k should be considered …
09:56 Ticket #5090 (New Instantiation - The NF does not flatten vector equations) closed by Per Östlund
fixed: Fixed in 945cb9d, the transpose call is …
09:37 Ticket #5076 (New Instantiation - NFSimplifyModel.simplify fails with no error message) closed by Per Östlund
fixed: Fixed in 79f4626.
08:57 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by Adrian Pop
This is on purpose. The -r you specify is given back exactly as it is …
07:37 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by robert.mueller@…
Good morning and thank you for fixing this problem so fast! Before …

2018-09-16:

11:14 Ticket #5122 (OMEdit - Error message on mac) updated by totti98
I still get the error messages, so if anyone has any tips i will …
09:12 Ticket #5103 (OMSimulator - CompositeModel::solveAlgLoop: max. number of iterations) updated by Boldizsár Németh <nboldi@…>
I tried to add the delay internally in one of the FMUs (by making …
04:21 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) closed by Adrian Pop
fixed: Fixed with PR: https://github.com/OpenModelica/OMCompiler/pull/2657

2018-09-15:

15:26 Ticket #5016 (New Instantiation - The NF does not evaluate function in parameter binding) closed by Francesco Casella
fixed: The test model is now simulated, apparently the issue has been solved …
11:48 Ticket #5076 (New Instantiation - NFSimplifyModel.simplify fails with no error message) reopened by Francesco Casella
Issue still present in …
11:44 Ticket #5086 (New Instantiation - Equations involving cat and slice operators not flattened by the NF) closed by Francesco Casella
fixed: Now the same model fails during NFSimplifyModel.simplify giving …
11:39 Ticket #5097 (*unknown* - Issue with NFRangeIterator.fromDim) closed by Francesco Casella
duplicate: Duplicate of #5010

2018-09-14:

17:32 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by Adrian Pop
Status, Owner changed
I've seen this as well, we need to parse the simflags and intercept -r …
17:23 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by Francesco Casella
Status, Owner, Component, Milestone changed
@adeas31, could you have a look or assign it to somebody who could?
15:40 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) created by leo.gall@…
Hello, When simulating a model via the OMShell, the response from the …
15:34 Ticket #5128 (OMEdit - Drag and drop class names to text layer in OMEdit) created by Francesco Casella
It would be nice if one could drag a class from the library browser …
12:54 Ticket #2660 (New Instantiation - Lookup bug with replaceable models) updated by Francesco Casella
Status, Owner changed
The …
12:47 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Francesco Casella
Maybe we could split this into - implement clocked variables - …
12:46 Ticket #5010 (New Instantiation - Issue with NFRangeIterator.fromDim) reopened by Francesco Casella
There are still prolems with NFRangeIterator.fromDim in …
12:35 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by Francesco Casella
Replying to rfranke: > I wonder by how much the coverage …
12:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by Adrian Pop
Status, Owner changed
12:03 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) created by Adrian Pop
Add support for Clock and Modelica 3.3 synch. features.
11:53 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by Adrian Pop
We'll see it in a little while, I started the new inst job after Per …
11:32 Ticket #5125 (New Instantiation - Wrong instantiation of default function arguments) closed by Per Östlund
fixed: Fixed in 58e6759.
10:23 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
What I mean is that the function definitions for FMI are given by the …
10:00 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by Rüdiger Franke
The graph looks impressive. OK, I'm motivated again :-) Thank you for …
09:56 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by Francesco Casella
Cc changed
Replying to rfranke: > That's 250 tickets and 5 months …
09:47 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
Yes, we could probably do that, but it would mean adding it to the FMI …
09:32 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by tknodt@…
Replying to adrpo: > I spoke too soon, out of 5 runs 2 …
09:14 Ticket #4868 (New Instantiation - Issue with Integer-Real conversions in min/max functions with the NF) closed by Per Östlund
fixed: Fixed in fa177e77. The model also …
09:13 Ticket #5126 (New Instantiation - Type of constants in the NF) closed by Per Östlund
fixed: Fixed in fa177e77.
08:31 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by Rüdiger Franke
That's 250 tickets and 5 months back! Not very motivating for start …
08:05 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by Francesco Casella
Milestone, Summary changed
Probably a duplicate of #4868, but I'll leave it open anyway
08:02 Ticket #5125 (New Instantiation - Wrong instantiation of default function arguments) updated by Francesco Casella
Milestone changed
07:44 Ticket #5126 (New Instantiation - Type of constants in the NF) created by Rüdiger Franke
See the following example: […] The old frontend (omc) generates: …
05:43 Ticket #5125 (New Instantiation - Wrong instantiation of default function arguments) created by Rüdiger Franke
See the following example: […] The old frontend (omc) produces …
01:33 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) closed by Adrian Pop
fixed: Should be fixed with 22bbcb/OMCompiler.
01:32 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) closed by Adrian Pop
fixed: Should be fixed with 22bbcb/OMCompiler.
00:32 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
I spoke too soon, out of 5 runs 2 are crashes. The problem is more …

2018-09-13:

20:31 Ticket #5124 (Backend - Very simple model is detected as over-determined) created by tknodt@…
The following example model fails (28 equations and 26 variables): …
20:14 Ticket #5018 (Third-Party Libraries - Patch MSL 3.2.2/3.2.1 with missing 'each'?) updated by Francesco Casella
Replying to tknodt@…: > A version/ release is something …
18:16 Ticket #5122 (OMEdit - Error message on mac) updated by anonymous
Replying to adeas31: > If you are using one of the .mpkg …
18:09 Ticket #5122 (OMEdit - Error message on mac) updated by Adeel Asghar
If you are using one of the .mpkg then it doesn't matter which Qt is …
17:49 Ticket #5122 (OMEdit - Error message on mac) updated by totti98@…
Replying to adeas31: > Yeah try the latest nightly. I know …
17:46 Ticket #5122 (OMEdit - Error message on mac) updated by totti98@…
Replying to casella: > Replying to totti98@…: …
17:29 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by tknodt@…
Replying to adrpo: > Good news! > If I compile the dll …
17:18 Ticket #5123 (Installation program - Support installations of multiple releases in Windows) created by tknodt@…
It should be possible to install stable and nightly in parallel. Also, …
17:16 Ticket #5018 (Third-Party Libraries - Patch MSL 3.2.2/3.2.1 with missing 'each'?) updated by tknodt@…
A version/ release is something freezed and defined. It should not be …
16:35 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
Good news! If I compile the dll with all other dependent libs …
15:25 Ticket #5122 (OMEdit - Error message on mac) updated by anonymous
I have installed "latest-nightly-1.13.0~dev-1419-g64b4c39.mpkg" from …
15:11 Ticket #4631 (FMI - FMU clash with IPython and PyFMI (JSON involved)) updated by tknodt@…
I guess without having the JSON and/ or the model, this cannot be …
15:00 Ticket #5122 (OMEdit - Error message on mac) updated by totti98@…
Thank you for the suggestions! I am currently downloading the …
14:49 Ticket #5121 (Build Environment - Use template files for Makefiles for C and FMU build that users can change) updated by tknodt@…
This sounds more like an enhancement, like a defect. But one I would …
12:41 Ticket #5122 (OMEdit - Error message on mac) updated by Francesco Casella
Replying to totti98@…: > Yes i have installed the version …
12:23 Ticket #5122 (OMEdit - Error message on mac) updated by totti98@…
Yes i have installed the version 1.12.0 which i assume to be the …
10:39 Ticket #4485 (OMEdit - Add units for volume flow to OMEdit) updated by massimo ceraolo
@casella: In case you agree to comment 5 what about updating this …
10:38 Ticket #4485 (OMEdit - Add units for volume flow to OMEdit) updated by massimo ceraolo
I see that OMEdit already has a drop-down menu for units of measure. …
08:40 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by Per Östlund
Replying to casella: > Why not doing both, just in case? …
06:09 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Martin Sjölund
Replying to casella: > You mean that if today's nightly …
05:03 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by Rüdiger Franke
PR https://github.com/OpenModelica/OMCompiler/pull/2644/ adapts the …

2018-09-12:

23:48 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
When I compiled the fmuchecker 32bit myself and used it, it works …
23:28 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
Too bad, valgrind doesn't show anything. I'll try debugging on Windows …
21:34 Ticket #5072 (Installation program - Mac OSX nightly build still broken) updated by Adeel Asghar
Yeah I can take a look at it provided the macports builds are working …
21:33 Ticket #5122 (OMEdit - Error message on mac) updated by Adeel Asghar
Yeah try the latest nightly. I know that Martin has fixed "sh: impact: …
21:30 Ticket #5072 (Installation program - Mac OSX nightly build still broken) updated by Adrian Pop
Status, Owner changed
I have no idea how to fix this and no access (rather than via ssh) to …
20:51 Ticket #5072 (Installation program - Mac OSX nightly build still broken) reopened by Francesco Casella
We obviously need to fix this issue for the 1.13.0 final release
20:49 Ticket #5122 (OMEdit - Error message on mac) updated by Francesco Casella
You reported using 1.12.0. Were you using that release? Did you try …
20:43 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by Francesco Casella
Why not doing both, just in case? Is there a risk of significant overhead?
20:38 Ticket #5072 (Installation program - Mac OSX nightly build still broken) updated by massimo ceraolo
Today I tried on my Mac latest-stable-1.13.0_dev.01.mpkg and still I …
20:35 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) closed by Francesco Casella
fixed: Replying to ali.shirazi@…: > Hello, > > I tested out …
20:33 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
Replying to sjoelund.se: > A small comment. If you really …
20:26 Ticket #5122 (OMEdit - Error message on mac) updated by massimo ceraolo
See also #5048, item 5).
20:25 Ticket #5048 (OMEdit - Wrong error messages) updated by massimo ceraolo
Description changed
19:45 Skærmbillede 2018-09-10 kl. 16.33.35.png attached to Ticket #5122 by anonymous
screenshot of the error message
19:44 Ticket #5122 (OMEdit - Error message on mac) created by totti98@…
When i open OMEdit i get the following error message [1] 21:14:24 …
15:49 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
I hope the same happens in Linux, there is no valgrind for Windows (yet).
15:48 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by tknodt@…
Replying to adrpo: > Yeah, the process is complex and …
15:30 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
Yeah, the process is complex and there are many things that can affect …
15:28 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by tknodt@…
Replying to adrpo: > Ok, I found out why, you have …
15:24 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by Adrian Pop
Ok, I found out why, you have Modelica tables in your model which are …
15:19 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by Adrian Pop
I can confirm it needs more dlls for your FMU. I'll try to find out …
14:52 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by tknodt@…
Replying to adrpo: > Looking at this: > …
13:55 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by Adrian Pop
Status, Owner changed
13:55 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by Adrian Pop
Yeah, that might be the case, they seem to be ignored for the FMUs, …
13:53 Ticket #5121 (Build Environment - Use template files for Makefiles for C and FMU build that users can change) updated by Adrian Pop
Currently these are hardcoded via templates in Susan which requires …
13:53 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by tknodt@…
Replying to adrpo: > omc flag gendebugsymbols might …
13:52 Ticket #5121 (Build Environment - Use template files for Makefiles for C and FMU build that users can change) created by Adrian Pop
Would be nice to have some template Makefiles for building C and FMU …
13:20 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by Adrian Pop
omc flag gendebugsymbols might help with this, but this one, …
13:08 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by tknodt@…
Replying to adrpo: > This might have something to do with …
12:51 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by Adrian Pop
This might have something to do with #5119, is it the same FMU? It …
12:41 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by tknodt@…
Replying to adrpo: > Hmmm, I thought I fixed this to have …
12:39 Ticket #5084 (New Instantiation - The NF does not evaluate protected parameters depending on Evaluate = ...) closed by Per Östlund
fixed: This was fixed in 6654660.
12:38 test.mo attached to Ticket #5116 by Per Östlund
Minimal model
12:38 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by Per Östlund
The issue is that orientation is constant evaluated by the NF, but …
12:37 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by Adrian Pop
Looking at this: …
12:18 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by Adrian Pop
Hmmm, I thought I fixed this to have static linking of everything …
12:05 Ticket #4273 (FMI - FMU for co-simulation , Available Solvers) updated by Niklas Worschech
Replying to casella: > I guess it is only lack of …
11:52 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) closed by Rüdiger Franke
fixed: […] works. Thank you!
11:24 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) updated by Adrian Pop
@rfranke: it seems you didn't get anything inside OMSimulator …
10:16 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) updated by Rüdiger Franke
I did git submodule update in OMSimulator. I did also call …
09:40 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by ali.shirazi@…
Hello, I tested out "1.13.0-dev.01" stable and all our SolarTherm …
09:37 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Martin Sjölund
A small comment. If you really want to depend on pre-release software …
09:34 mirror.sh attached to Ticket #5100 by Martin Sjölund
apt-mirror script
09:32 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) updated by Martin Sjölund
Status, Owner changed
As far as I know, OMEdit strongly depends on it. Is the problem …
09:20 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) created by Rüdiger Franke
Compilation of OpenModelica under Linux fails. After several …
07:14 Ticket #4273 (FMI - FMU for co-simulation , Available Solvers) updated by Francesco Casella
Cc changed
I guess it is only lack of development resources. Niklas Worschech …
07:08 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by Francesco Casella
Milestone changed
07:06 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
Cc changed
From the …
03:23 Ticket #4273 (FMI - FMU for co-simulation , Available Solvers) updated by tknodt@…
What is the cause of this limitation to Euler? Is there any …
03:04 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) created by tknodt@…
I hope providing component FMI here is correct, as this seems to only …
02:37 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) created by tknodt@…
I had several issues with co-simulation FMUs to be run under Vector …
02:07 Ticket #3029 (FMI - Add support for generating a 32bit FMU using a 64bit OMC (if possible)) updated by tknodt@…
On Windows, I have the same requirement.
01:43 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) created by tknodt@…
In 1.12 this was working fine somehow. For 1.13 I have to add the …

2018-09-11:

22:50 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) updated by Francesco Casella
Indeed. Too bad most models using actualStream also have other issues …
22:29 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Adrian Pop
Ok, v1.13.0-dev.01 is now tagged on maintenance/v1.13 and stable …
20:39 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) closed by Per Östlund
fixed: Replying to casella: > After this commit there were 1188 …
20:27 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) reopened by Francesco Casella
After this commit there were 1188 regressions (!), due to some issue …
16:09 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
OK, then 1.13.0-dev-01 or something like that, which comes …
14:35 Ticket #5114 (New Instantiation - Issue with MultiBody models of ScalableTestSuite with the NF) updated by Per Östlund
Here's a small test model that gives the same issue when compiled …
14:05 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) closed by Per Östlund
fixed: Fixed in ea032cb4.
12:44 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Adrian Pop
@casella the beta will be called 1.13.0-dev.beta1, dev will not be …
12:39 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
Replying to adrpo: > It will be called …
12:36 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
If there are requirements on tag names due to lexicographical …
12:34 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Adrian Pop
Replying to sjoelund.se: > Replying to [comment:11
12:14 Ticket #5094 (New Instantiation - Issue with evaluation of user-defined external functions in the NF) closed by Per Östlund
fixed: Fixed in 00f0efa.
09:49 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by Francesco Casella
Related to #5084, which is still not yet solved. In that case, though, …
09:40 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Martin Sjölund
Replying to casella: > My proposal is to tag […] …
09:21 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
Cc changed
For the record, the nightly builds started breaking after …
09:05 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
I got to the [linux download page], where I read the feature of the …
08:29 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) created by Francesco Casella
Please consider …
07:48 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Adrian Pop
Replying to casella: > Replying to adrpo: > > …
07:40 Ticket #5115 (New Instantiation - The NF does not expand array() operator in ...) updated by Francesco Casella
There are about 30 models affected by this issue in the MSL
07:37 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Francesco Casella
Replying to adrpo: > I will create maintenance/v1.13 …
07:35 Ticket #4083 (*unknown* - On opening Modelica.Mechanics.Translational.Examples.Friction I get ...) updated by Silvio Traversaro <pegua1@…>
Interestingly, these are the error messages: […] with respect to …
07:35 Ticket #5048 (OMEdit - Wrong error messages) updated by Francesco Casella
Priority changed
We should try as hard as we can to get rid of these bogus messages in …
07:18 Ticket #5115 (New Instantiation - The NF does not expand array() operator in ...) created by Francesco Casella
Please consider …
06:47 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Adrian Pop
It seems we don't link the dependencies in the openmodelica glue …
05:56 Ticket #4083 (*unknown* - On opening Modelica.Mechanics.Translational.Examples.Friction I get ...) updated by massimo ceraolo
I now realise that there is also this closed ticket for this issue. I …
03:47 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by Adrian Pop
Strangely enough we have older versions of packages for the …
Note: See TracTimeline for information about the timeline view.