Issue: All workers aborted during execution of the parfor loop.
1 view (last 30 days)
Show older comments
When I ran a code with parpool loop, it should be finished within a few hours but it never finished.
During the interactive checking of the code, below is the error message when using parpool in a loop with ~6500 iterations.
I will appreciate any of your suggestions and help very much!
Warning: A worker aborted during execution of the parfor loop. The parfor
loop will now run again on the remaining workers.
> In parallel_function (line 596)
Error using parallel_function (line 604)
All workers aborted during execution of the parfor loop.
The client lost connection to worker 19. This might be due to network
problems, or the interactive communicating job might have errored.
2 Comments
Answers (0)
See Also
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!