Hello,
I am in need to size several FEM models in my MATLAB HyperFEA script and would really benefit from parallel computing. I saw some old threads (2012) about potential native parallel computing efforts, are there any recent developments?
Right now each model is in a separate database and theoretically I could call several HyperSizer COM objects simultaneously. I tried this using MATLAB's parallel computing toolbox but the MATLAB overhead for each "worker" was so large I could only run 2 at a time efficiently.
My next solution will be to call several Python or C# scripts to run the sizing in parallel. I don't have as much experience with these languages though. Has anyone done something similar and have recommendations on which was the better language to do this in terms of computational speed? Or is there an entirely different and better approach for HyperSizer to size in parallel?
Best,
Brandon