Why does MATLAB hang when using "parpool" with more than N workers on Linux?
Show older comments
I am using a large Linux machine and I tried to create a parallel pool via the following MATLAB command:
>> parpool(N)
However, for N around 15 or larger (where N is the pool size or number of workers), this command may hang or fail.
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown 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!