Can I run multiple simulations on multiple cores without Parallel Computing Toolbox?

15 Ansichten (letzte 30 Tage)
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. 

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 29 Jul. 2024
Bearbeitet: MathWorks Support Team am 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:

Weitere Antworten (0)

Kategorien

Mehr zu Using MATLAB Projects in Simulink finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by