composites
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
hello, I have a code which processes a large data set. i tried to use spmd and distribute the data among the workers. but it did not speed up things. but when i used composite object to send data to workers large speed up was obtained using core i5.
why composites are better? Is it most likely that composites would always work better than distributed arrays?
-obli
댓글 수: 1
  Jill Reese
    
 2012년 5월 31일
				Could you post some code showing the two ways that you tried using spmd? My first thought is that you avoided communication between the workers when you used composites and that was why it was faster. However, there's often ways to do the same with dristributed arrays.
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Distributed Arrays에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!