Andreas

Results 64 comments of Andreas

Then we have the option to cross compile, e.g. using Docker (works both from Windows and Linux). It's a cool feature but barely documented and I'm not 100% sure it...

> As for cross-compilation, when on linux there is no need to use docker as long as one has the mingw packages installed. I wouldn't agree. It is easy to...

> So looks like the "dynamic" setting simply does not work in OMEdit (as reported in this ticket ;-) ) I can't reproduce the problem in OMEdit. Maybe because I'm...

You can search for the string `FLAG_ABORT_SLOW` in the runtime. I guess all the logic is in https://github.com/OpenModelica/OpenModelica/blob/bc6c9619b24929efda3f71224bef3702619849f0/OMCompiler/SimulationRuntime/c/simulation/solver/events.c#L231-L241

I would prefer to use the ODE solver step-size instead of the communication step-size. That way we don't need yet another magic flag. But it's harder to implement. One way...

It's a small change. You can try if it solves the issue. I'm not sure if non-state variables are an issue.

For me it would already be an improvement to make the error message more specific. I needed to search for a while until I noticed that the missing UUID was...

I'll see if I can find the offending commit with git bisect sometime this week.

I spend some time on this yesterday and found out that most of the tests passing for v1.21 with super short time periods "simulate" with a bunch of errors ```...

I tried simulating `Buildings.Airflow.Multizone.Examples.CO2TransportStep` and the result file ended up being 65 GB after 1:30h simulation time and exceeded my disk quota on our server 😆 The reference simulation of...