Can I run multiple simulations on multiple cores without Parallel Computing Toolbox?
조회 수: 15 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2019년 5월 23일
편집: MathWorks Support Team
2024년 8월 29일
Is it possible to run multiple Simulink simulations, for example as many as there are cores in my computer, at the same time without having Parallel Computing Toolbox? I tried to do that by starting two MATLAB sessions and doing the same simulation from two different folders. Both simulations started well, but after a while the second simulation crashed.
채택된 답변
MathWorks Support Team
2024년 7월 29일
편집: MathWorks Support Team
2024년 8월 29일
It is not possible to run multiple simulations on multiple cores without the Parallel Computing Toolbox. In case you open different MATLAB sessions, the operating system will take care of the resources during the execution of the program, which means that it is not assured it will be on different cores. In case of complex simulations, it is more likely that the operating system will send different simulations to different cores, but it is not possible to control this from MATLAB.
Please find more information regarding running multiple simulations by running the below command in the command window of installed MATLAB R2019a version to get release specific documentation:
>> web(fullfile(docroot, 'simulink/ug/introduction_bvnw33f.html'))
Please follow the below link to search for the required information regarding the current release:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Using MATLAB Projects in Simulink에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!