Francesco Casella

Results 1758 comments of Francesco Casella

Significant progress after @kabdelhak's [New Year's PRs](https://github.com/OpenModelica/OpenModelica/pulls?q=is%3Aclosed+label%3A%22COMP%2FOMC%2FNew+Backend%22++closed%3A2023-12-15..2024-01-20+is%3Apr): three more issues [closed](https://github.com/OpenModelica/OpenModelica/issues?q=is%3Aclosed+label%3A%22COMP%2FOMC%2FNew+Backend%22++closed%3A2023-12-15..2024-01-20+is%3Aissue) 👍

@arun3688 were you on Windows? @deepak19015 is testing under Linux Ubuntu.

Wow, 43 minutes. @arun3688, any idea where is most of that time spent?

> It took `43 minutes` to generate fmu for `Buildings.Examples.VAVReheat.Validation.Guideline36SteadyState` @arun3688, what I meant was, this seems really a very long time to me to generate the code, not to...

I tried to generate some FMUs with Windows Process Monitor turned on, and I figured out what the problem is: 1. FMU generation still uses gcc, which is slow as...

You can run the FMI generation process under gdb. This is the procedure using OMEdit under Windows as suggested by @adrpo: > start cmd.exe > cmd> cd %OPENMODELICAHOME%\bin\ > cmd...

I just tested the FMU export of `Buildings.Examples.ChillerPlant.DataCenterContinuousTimeControl`, after #11904 it now successfully uses clang instead of gcc and parallel threads to compile the C source files. FMU export times...

The PowerPlants package is in an awkward state. It was devloped many years ago by a former student of mine, then we changed the structure of the Flow1D models, that...