Why even after 4 hours the command parpool('local',5) not finished?

8 views (last 30 days)
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?

Answers (1)

Brendan Hamm
Brendan Hamm on 16 Sep 2015
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).

Categories

Find more on Parallel Computing Fundamentals in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!