Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Limit number of workers on local scheduler
Date: Tue, 3 Feb 2009 13:24:01 +0000 (UTC)
Organization: Magnitude
Lines: 14
Message-ID: <gm9ghh$ht$1@fred.mathworks.com>
References: <b6205898-7f9d-45ed-af04-339bca680e02@w1g2000prm.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1233667441 573 172.30.248.35 (3 Feb 2009 13:24:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 3 Feb 2009 13:24:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 865475
Xref: news.mathworks.com comp.soft-sys.matlab:515669


Jaime Zamora <jaime.zamora@gmail.com> wrote in message <b6205898-7f9d-45ed-af04-339bca680e02@w1g2000prm.googlegroups.com>...
> Hi All, I would like to limit the workers in local scheduler in order
> to free one core for other operations. Is there any way to do that?
> 
> Best Regards,
> Jaime Zamora

You can say :
matlapool open 3 
It will use 3 pools of workers (instead of 4 or 8 by default following the version of PCT you are using)

You can also use the function: MaximumNumberOfWorkers to specify a maximum number of workers to perform job tasks

Aur?lien