Hi, as I am also a newbie and interested in the same thing, I'll post in here.
I run model simulations with Modelica, and as for some models it takes a lot of time I thought of using Pelican.
There is a linux version of Modelica, but I think it won't get parallelized.
Modelica is a language for modeling purposes, and to evaluate the models it compiles into C code and then executes.
I've been reading a lot in this forum, and, I have one question:
As modelica - openmodelica- is opensource, if I compile it somehow using mpicc or similar, it will get paralellized?
Thank you!