Multiprocessing in Simulink

3 visualizaciones (últimos 30 días)
Frank
Frank el 9 de Feb. de 2012
Hi,
I have access to a Windows 2003 R2 server with heaps of CPU-power and RAM. Problem: just one CPU is used. I tested it with a simple model (one PID and one TF in a loop).
I thought Simulink (Matlab 2011b) is able to use multiple processors.
Cheers, Frank.

Respuesta aceptada

Doug Eastman
Doug Eastman el 9 de Feb. de 2012
The primary mechanism to leverage a multi-core or multi-processor system with Simulink is to run multiple simulations in parallel using the Parallel Computing Toolbox (see this video for an overview).

Más respuestas (1)

Guy Rouleau
Guy Rouleau el 9 de Feb. de 2012
If you want Simulink to take advantage of multiple processors, you can use the parallel computing toolbox.
This will allow you to run multiple simulations in parallel, not to distribute one simulation. See this documentaiton page for more details:
  2 comentarios
K E
K E el 12 de Mzo. de 2012
If Frank has 4 cores, could he run 4 separate sessions of Simulink, assuming he saved the results to different matfiles to keep track of them?
Guy Rouleau
Guy Rouleau el 12 de Mzo. de 2012
yes

Iniciar sesión para comentar.

Categorías

Más información sobre Multicore Processor Targets en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by