You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to test some OpenModelica FMUs with different FMU Importing tools and noticed, that FMPy is very slow (doesn't finish) in simulating a FMU from the Modelica Buildings library when using the GUI.
Trying to reproduce the issue with a Python script failed (it simulated fast), so I guess I only need to change some settings in the GUI of FMPy, but I don't know which one.
How to reproduce
Build the 2.0 ModelExchange FMU with OpenModelica by running the following MOS script
Takes forever. I stopped the simulation after several minutes and reaching not even 2 percent.
Simulating via command line:
time fmpy simulate CO2TransportStep/Buildings.Airflow.Multizone.Examples.CO2TransportStep.fmu
fmpy simulate 0.71s user 1.28s system 1061% cpu 0.188 total
We'd like to test some OpenModelica FMUs with different FMU Importing tools and noticed, that FMPy is very slow (doesn't finish) in simulating a FMU from the Modelica Buildings library when using the GUI.
Trying to reproduce the issue with a Python script failed (it simulated fast), so I guess I only need to change some settings in the GUI of FMPy, but I don't know which one.
How to reproduce
Build the 2.0 ModelExchange FMU with OpenModelica by running the following MOS script
build.mos
or download Buildings.Airflow.Multizone.Examples.CO2TransportStep.fmu (Linux) and change .zip to .fmu.
Simulating with the GUI:
Takes forever. I stopped the simulation after several minutes and reaching not even 2 percent.
Simulating via command line:
Simulation via Python Script:
Versions 'n Stuff
The text was updated successfully, but these errors were encountered: