Is it possible to take a single FMU and simulate it via model exchange in python on multiple in parallel to speed up a simulation?
The models are created with OpenModelica, imported via PyFMI and solved with scipy.integrate.solve_ivp.
Is it possible to take a single FMU and simulate it via model exchange in python on multiple in parallel to speed up a simulation?
The models are created with OpenModelica, imported via PyFMI and solved with scipy.integrate.solve_ivp.