Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: multi-threading with simulink
Date: Mon, 9 Nov 2009 09:38:02 -0000
Organization: The MathWorks, Inc.
Lines: 33
Message-ID: <hd8ntr$2rn$1@fred.mathworks.com>
References: <hd5oqm$m5q$1@fred.mathworks.com> <hd7j0j$b4j$1@fred.mathworks.com>
NNTP-Posting-Host: uk-mieegea.mathworks.co.uk
X-Trace: fred.mathworks.com 1257759483 2935 172.16.27.185 (9 Nov 2009 09:38:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 09:38:03 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5843
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
Xref: news.mathworks.com comp.soft-sys.matlab:583496



"Steven Lord" <slord@mathworks.com> wrote in message 
news:hd7j0j$b4j$1@fred.mathworks.com...
>
> "Omni Domni" <eloykarakh@hotmail.com> wrote in message 
> news:hd5oqm$m5q$1@fred.mathworks.com...
>>I need to run a simulink model simulation several times (each time certain 
>>parameters of the model change).
>> Each simulation run is entirely independent from the other.
>>
>> Is it possible to split the simulation runs between CPU cores so that the 
>> whole thing runs faster?
>
> Yes, using Parallel Computing Toolbox.
>
> http://www.mathworks.com/support/solutions/en/data/1-6GRUQ3/?solution=1-6GRUQ3
>
> -- 
> Steve Lord
> slord@mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: 
> http://matlabwiki.mathworks.com/MATLAB_FAQ
>
>

Have a look at the following video for an example:
http://www.mathworks.com/products/demos/simscape/PhysMod_Demo_Parallel_Computing/

HTH,

Arnaud