Multicore simulation of a single FMU

Viewed 182

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.

0 Answers
Related