Why parallel processing doesn't work under Windows 8?
Afficher commentaires plus anciens
I have some codes written under Parallel Processing Toolbox and I have been able to matlabpool all the cores of my PC to run the parfor loops. This works under both Windows 7 and Mac, but not under Windows 8. In Win8, matlabpool still works to activate all the cores I have. However when I run the same codes, the CPU usage is only about 25% (I have an Intel i5) and the processing speed is significantly slower. Does anyone have the same issue like this? I am running Matlab 2013a.
Thanks!
1 commentaire
Edric Ellis
le 22 Avr 2013
On Win8, after opening the matlabpool, what does "matlabpool('size')" report as the number of workers you're running?
Réponses (0)
Catégories
En savoir plus sur Parallel for-Loops (parfor) dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!