Can I run multiple simulations on multiple cores without Parallel Computing Toolbox?
15 views (last 30 days)
Show older comments
MathWorks Support Team
on 23 May 2019
Edited: MathWorks Support Team
on 29 Aug 2024
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.
Accepted Answer
MathWorks Support Team
on 29 Jul 2024
Edited: MathWorks Support Team
on 29 Aug 2024
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 Comments
More Answers (0)
See Also
Categories
Find more on Using MATLAB Projects in Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!