필터 지우기
필터 지우기

Why is parallel poor button still gray and showing "No parallel poor" even already started?

조회 수: 3 (최근 30일)
Hi, guys, I have written something that definitely needs parallel workers to boost the calculation. So I add the line
parpool('local');
into startup.m
Now the pool will be automatically started, but why the button below still shows "No parallel poor"?
Is there a better way to start it at startup?

채택된 답변

Raymond Norris
Raymond Norris 2021년 10월 30일
It might be a bug that the icon isn't reflecting the state of the parallel pool properly. Nevertheless, I'm assuming you can run a parfor/spmd over the pool?
Keep in mind, if you call parpool('local'), you're getting the default number of workers to start up, just as if parfor started for you the first time. So in essence, you don't need to add this to startup. MATLAB will start it when you need it. You only need to explicitly call parpool if you don't want the default parameters (e.g., profile, number of workers, etc.).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by