Didn't recognize full workers when using 'matlabpool'?
Show older comments
Hi,
I have trouble in connecting to full labs for the parallel computing.
>> matlabpool open
Starting matlabpool using the 'local' profile ... connected to 2 labs.
As you can see above, only two labs could be connected for the parallel computing, but I am using quad-core PC that means four labs have to be connected. Moreover, the strange thing is that four labs was connected when using the Matlab version R2008a (Now I am using Matlab version R2012a).
Would you help me out with that problem?
Thank you.
Seongjun Park
1 Comment
Kaustubha Govind
on 6 Apr 2012
How about if you say "matlabpool open 4"?
Accepted Answer
More Answers (1)
Thomas
on 6 Apr 2012
If you have a quad core machine
Try
matlabpool open local 4
( it it errors out) You might have to change the default no. of workers in your local configuration. Goto
Parallel>Manage Cluster Profile> Local> edit (at the bottom)
Number of Workers to start on your local machine
NumWorkers 4
Categories
Find more on Parallel Computing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!