|
On Aug 8, 10:17 pm, "Juliette Salexa" <juliette.physic...@gmail.com>
wrote:
> I wasn't really looking for an exhaustive explanation here,
> I'm just not sure what "labs" are .. and although I read the documentaiton for matlabpool, I found no definition of the word "lab" .. I originally thought "labs" were procesors, but considering that I just have a dual core processor it puzzles me how I could be connected to 4 labs!
strange:
>> matlabpool
Starting matlabpool using the 'local' configuration ... connected to 2
labs.
if I explicitly try to open 4, I get the error
>> matlabpool local 4
Starting matlabpool using the 'local' configuration ... stopped.
??? Error using ==> matlabpool at 104
Failed to start matlabpool.
This is caused by:
You requested a minimum of 4 workers, but the scheduler's ClusterSize
property is set to only allow a
maximum of 2 workers.
This would suggest you are either connected to a cluster or you have
already configured the "configurations manager" with a different
profile.
See here:http://www.mathworks.com/access/helpdesk/help/toolbox/
distcomp/f5-16141.html
best, arun.
|