Didn't recognize full workers when using 'matlabpool'?
Ältere Kommentare anzeigen
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 Kommentar
Kaustubha Govind
am 6 Apr. 2012
How about if you say "matlabpool open 4"?
Akzeptierte Antwort
Weitere Antworten (1)
Thomas
am 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
Kategorien
Mehr zu Parallel Computing Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!