Path: news.mathworks.com!not-for-mail
From: "Omni Domni" <eloykarakh@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: multi-threading with simulink
Date: Sun, 8 Nov 2009 06:35:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 6
Message-ID: <hd5oqm$m5q$1@fred.mathworks.com>
Reply-To: "Omni Domni" <eloykarakh@hotmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257662103 22714 172.30.248.37 (8 Nov 2009 06:35:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 8 Nov 2009 06:35:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1060012
Xref: news.mathworks.com comp.soft-sys.matlab:583295


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?

Thanks in advance for any answers.