MATLAB Parallel Server: Is there a way to speed up "Cleaning up parallel workers..."?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
I have a bunch of simulink model inputs which I simulate with "parsim", It is often the same model with different workspace variables (which are stored in the related simulink input object). The simulations itself are done in less than two seconds, but "Cleaning up parallel workers..." take also a couple of seconds. Since I often repeat the simulation process, "Cleaning up parallel workers..." are very time consuming and slows down the whole program. Is there a way to speed this up?
any helpful advices are really appreciated
댓글 수: 0
답변 (1개)
Kiran Felix Robert
2021년 2월 11일
Hi Sascha,
Try off-loading your simulations bas batch jobs, so that you can actively work on MATLAB Client while the simulation is running in the background.
참고 항목
카테고리
Help Center 및 File Exchange에서 Installation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!