composites

1 Ansicht (letzte 30 Tage)
oblivious
oblivious am 31 Mai 2012
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 Kommentar
Jill Reese
Jill Reese am 31 Mai 2012
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Parallel Server finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by