- Is MATLAB R2020b installed locally or on a network drive?
- Is the license an individual license or a concurrent license with a central license server?
Extreme delays when creating parpool in newer releases
9 次查看(过去 30 天)
显示 更早的评论
I am trying to do some parallel processing and have run into issues when creating the worker pool. When I run the parpool command, even with only 1 worker specified, it will give the message "Starting parallel pool (parpool) using the 'local' profile ...", and then stall. I have waited a couple hours and it still does not complete the process or return an error. Interestingly, I have tried the same command on other versions of MATLAB installed on the same computer and was successful. I timed parpool(12) on the three versions I have and got the following results:
2017b: ~35 seconds
2018a: ~80 seconds
2020b: >2 hours
What could be causing this slow down, and how can I fix it?
My machine has: Windows 10; two Xeon e5-2699 processors with 22 cores each; 512 GB of RAM
2 个评论
Raymond Norris
2022-9-8
Starting a local pool of 4 workers on my 4 core Windows machine took 90-95s with R2020b. 2+ hours certainly points to an issue (not a norm). A couple of thoughts
I would suggest contacting Technical Support (support@mathworks.com) with this information to help troubleshoot this with you.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!