Can I run multiple simulations on multiple cores without Parallel Computing Toolbox?
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 23 de Mayo de 2019
Editada: MathWorks Support Team
el 29 de Ag. de 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.
Respuesta aceptada
MathWorks Support Team
el 29 de Jul. de 2024
Editada: MathWorks Support Team
el 29 de Ag. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Using MATLAB Projects in Simulink en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!