How to run simulation in multiple device simultaneously?

8 次查看(过去 30 天)
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?

回答(1 个)

Raymond Norris
Raymond Norris 2023-10-17
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.

类别

Help CenterFile Exchange 中查找有关 Parallel for-Loops (parfor) 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by