Why even after 4 hours the command parpool('local',5) not finished?
Ältere Kommentare anzeigen
I used the command parpool('local',5) in matlab 2014b installed in a desktop with 6 processors. Since 10:44 am from today, matlab presents this message: Starting parallel pool (parpool) using the 'local' profile ... and the status is busy.
What can is happening?
1 Kommentar
Trevor
am 25 Jul. 2015
Same issue. Did parpool(2) and it's been busy for minutes.
Antworten (1)
Brendan Hamm
am 16 Sep. 2015
0 Stimmen
I would highly suggest that you validate your settings. In MATLAB select the drop down from the 'Parallel' icon (in the Environment section of the Home tab) and choose Manage Cluster Profiles. Select local and select the Validate button. Also, it should be noted that you should not use more workers than the number of PHYSICAL cores (using virtual cores will not aid you in speedup).
Kategorien
Mehr zu Parallel Computing Fundamentals 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!