Multiprocessing in Simulink

조회 수: 3 (최근 30일)
Frank
Frank 2012년 2월 9일
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.

채택된 답변

Doug Eastman
Doug Eastman 2012년 2월 9일
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).

추가 답변 (1개)

Guy Rouleau
Guy Rouleau 2012년 2월 9일
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
K E
K E 2012년 3월 12일
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 2012년 3월 12일
yes

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by