MPh-py / MPh

Pythonic scripting interface for Comsol Multiphysics
https://mph.readthedocs.io
MIT License
265 stars 67 forks source link

Multiprocessing doesn't really parallelize the process. #154

Closed WatermelonCircle closed 11 months ago

WatermelonCircle commented 11 months ago

I am trying to use Python multiprocessing to parallelized the 8 comsol run simultaneously. I followed the exact instruction from the document page, however the time needed to finish case is almost 8 x single run, which is the similar time as serialized runs. Any thought?