How to run simulation in multiple device simultaneously?

8 views (last 30 days)
Hi. I have simulation where I need to perfrom huge amount of simulation. I have been using the parfor commmand for parallel operation of my computer which uses 4 cores for parallel operation. However, I have another PC with 8 cores and I would like to share the simulation job with that one. How can I connect two computers so I can make the simulation faster?

Answers (1)

Raymond Norris
Raymond Norris on 17 Oct 2023
Look at MATLAB Parallel Server. Configure one of them to run MATLAB job scheduler (MJS) and then use the remaining cores to run workers across the two machines (the machines have to be able to "talk" to each other). If you run into any issues, contact MathWorks Technical Support -- they can get you started.

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!