How to run simulation in multiple device simultaneously?

조회 수: 8 (최근 30일)
ANANTA BIJOY BHADRA
ANANTA BIJOY BHADRA 2023년 10월 17일
답변: Raymond Norris 2023년 10월 17일
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에서 MATLAB Parallel Server에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by