madsbk / distnumpy

Automatically exported from code.google.com/p/distnumpy
http://www.bh107.org
0 stars 1 forks source link

Intermediate results #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We still defined the computation responsibility based on the array-view 
distribution. However, the responsible MPI-process should be able to outsource 
some of the computation. E.g. in a reduce operation the MPI-process may ask 
other MPI-processes to apply a local reduction before sending the data to it.

Original issue reported on code.google.com by madsbk on 31 Jan 2011 at 3:13