What does this icon mean when parallel computation is using?

조회 수: 11 (최근 30일)
Devin
Devin 2019년 2월 7일
편집: Sean de Wolski 2019년 2월 8일
What does this icon in the lower left corner of the Matlab window mean, when parallel computation is using?
I found when I did not use parallel computation this four-column icon is grey, like inactive mode. When I was using parallel computation, sometims it was blue four-column icon; sometims it was green four-column icon; sometims it was green two-column icon. What does the number of columns and color of this icon means?
Capture.PNG

채택된 답변

Sean de Wolski
Sean de Wolski 2019년 2월 7일
The amount of green columns is trying to show the current utilization of the workers in the parallel pool.
If you have 16 workers and run a parfor loop from 1:4, it should show 1 green bar.
  댓글 수: 3
Walter Roberson
Walter Roberson 2019년 2월 7일
Blue four-column is four inactive workers. 4 workers, 4 bars.
Sean de Wolski
Sean de Wolski 2019년 2월 8일
편집: Sean de Wolski 2019년 2월 8일
There's always four blue bars to show the pool as open, even with two workers or 64. Apparently that's what the icon design folks liked. My guess is that two blue bars is reserved for the pause button.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by