필터 지우기
필터 지우기

Parallel pool shut down due to error?

조회 수: 5 (최근 30일)
MRC
MRC 2015년 8월 21일
댓글: Edric Ellis 2015년 8월 24일
I'm trying to execute a code using 12 parallel workers with parfor in Matlab-r2014b. I am allowed to do it since the machine I'm using has 12 cores.
However when I start running the code, after 10-15 minutes, the symbol on the bottom left of the Matlab screen [next to the word "Busy"] (which is usually a blue or green rectangle when parfor is properly working) becomes grey with a yellow triangle. If I pass the mouse over it I get a message saying "Parallel pool shut down due to error". The Matlab command window does not report any error and the code keeps working I guess using just one worker.
Any idea of the possible causes of the message?
  댓글 수: 2
Sean de Wolski
Sean de Wolski 2015년 8월 21일
Minimal working example of the code?
Edric Ellis
Edric Ellis 2015년 8월 24일
If the pool shut down in this way, that usually indicates a crash on one of the workers.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Parallel for-Loops (parfor)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by