Francesco Casella

Results 1758 comments of Francesco Casella

Great! @arun3688 please back-port this to maintenance/v1.24 and close the ticket, so that @adrpo can make the final release.

@JothanChanes, thanks for reporting. @kabdelhak, I tried to inspect the model with the debugger, when I double-click on `$pDERLSJac3`, which is apparently the culprit, no information is displayed. I guess...

@kabdelhak can we get through this issue? Thanks!

Original ticket: https://trac.openmodelica.org/OpenModelica/ticket/6282

According to @mahge, setting the [--parmodauto](https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/omchelptext.html#omcflag-parmodauto) should now be sufficient, for sure under Linux, possibly also under Windows. Significant performance gains can be observed for long simulations, where the time...

See #8776 for use under Windows

@mahge, I just tried to run this script on Linux, using OpenModelica 1.19.0~dev-721-g726097a ``` loadString(" model Test extends Modelica.Blocks.Examples.Filter; annotation(experiment( StopTime=10)); end Test; ");getErrorString(); setCommandLineOptions("--parmodauto");getErrorString(); simulate(Test, simflags="-lv=LOG_STATS");getErrorString(); ``` I got...

I figured something like that :) Thanks!