How to run simulation in multiple device simultaneously?

8 Ansichten (letzte 30 Tage)
ANANTA BIJOY BHADRA
ANANTA BIJOY BHADRA am 17 Okt. 2023
Beantwortet: Raymond Norris am 17 Okt. 2023
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?

Antworten (1)

Raymond Norris
Raymond Norris am 17 Okt. 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.

Kategorien

Mehr zu MATLAB Parallel Server finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by