Didn't recognize full workers when using 'matlabpool'?
Mostrar comentarios más antiguos
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 comentario
Kaustubha Govind
el 6 de Abr. de 2012
How about if you say "matlabpool open 4"?
Respuesta aceptada
Más respuestas (1)
Thomas
el 6 de Abr. de 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
Categorías
Más información sobre Parallel Computing Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!