Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!y21g2000hsf.googlegroups.com!not-for-mail
From: Ben <jbenjam@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: multithreading
Date: Mon, 12 May 2008 14:16:15 -0700 (PDT)
Organization: http://groups.google.com
Lines: 12
Message-ID: <dff6f1fb-1eb4-478c-90f0-008462285405@y21g2000hsf.googlegroups.com>
References: <ec0cbb1d-abce-49e7-a13e-523dd7fad1a8@k13g2000hse.googlegroups.com> 
NNTP-Posting-Host: 128.183.110.112
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1210626976 9825 127.0.0.1 (12 May 2008 21:16:16 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 12 May 2008 21:16:16 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: y21g2000hsf.googlegroups.com; posting-host=128.183.110.112; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Xref: news.mathworks.com comp.soft-sys.matlab:468016


On May 12, 2:35 am, wapo <apostolos.georga...@gmail.com> wrote:
> I wish it was that simple. It looks like that the demo requires the
> distributed computing toolbox or something similar. I am looking for a
> way to manually assign tasks to threads.

Just an FYI: there are high level packages for doing multiprocessor
computing with matlab, called Star-P:
http://www.interactivesupercomputing.com/productinfo/pdf/dataSheet_star-p_matlab_lowres.pdf

It would really be nice if Matlab did what you're asking, similar to
openMP directives in other languages.