Issue: All workers aborted during execution of the parfor loop.

1 view (last 30 days)
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
Edric Ellis
Edric Ellis on 6 Feb 2019
Which version of MATLAB/PCT are you using? Are there any crash dumps?
RONG YU
RONG YU on 6 Feb 2019
Hi Edric,
I tested both on matlab 2017a & 2017b, and both showed the same issue. Thanks!

Sign in to comment.

Answers (0)

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!