Info

此问题已关闭。 请重新打开它进行编辑或回答。

codistributed array, parallel computing

2 次查看(过去 30 天)
Franz-Josef
Franz-Josef 2011-8-8
关闭: MATLAB Answer Bot 2021-8-20
Hello!
I have to compute a large matrix of data. For example: for i=1:3E5 A(:,i) = ... end Do to this I use the parallel computing toolbox. The amount of memory is in my opinion very large, because the array A is copied to every worker. If I define A as a codistributed array, the for loop becames very slow (I use for drange). Are there any suggestions to speed up this computation? Thx!

回答(1 个)

Jill Reese
Jill Reese 2011-8-8
Could you post the code that you are currently using? It would be easier to make suggestions based on what you have already tried.
Thanks,
Jill

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by