parallel processing fine balance

조회 수: 1 (최근 30일)
Raphael Alhadef
Raphael Alhadef 2020년 4월 16일
댓글: Raphael Alhadef 2020년 4월 17일
I am running a fairly straightforward loop on a single machine, and want to take advantage of parallel processing (parfor on heaps).
Each iteration of the loop is supposed to take about the same time.
I am splitting between each worker equally, but I am unsure on how to treat the remainer, and am unsure whether this even makes a diffence.
Let's assume I have 3 workers and 19 iterations. I could do 7,7,5 or 7,6,6. Theoretically, they are both limited by the slower worker (on average either one with 7 iterations), so it wouldn't seem like it makes much of a difference.
Any insight on this would be helpful - namely which approach should I use.
thanks!

채택된 답변

Edric Ellis
Edric Ellis 2020년 4월 17일
편집: Edric Ellis 2020년 4월 17일
You're quite right that in this case, you're always inevitably going to be held up by the slowest worker. It's almost impossible to predict which of your two approaches would be faster - I'd suggest simply measuring the execution time for each case.
  댓글 수: 1
Raphael Alhadef
Raphael Alhadef 2020년 4월 17일
Thanks, I did some preliminary testing but got mixed results, and was wondering if there are best practices that could be applied to my case.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by