gridgain / gridgain-old

268 stars 85 forks source link

Parallel Cluster For Loop #50

Open sirinath opened 10 years ago

sirinath commented 10 years ago

Is it possible to add simple for loop construct which schedules the computations on a cluster where data slicing / partitioning and issues like this are hidden from the user unless the user wants more control.

sirinath commented 10 years ago

May be worth while to implement other Algorithmic Skeletons / Parallel Patterns so the API becomes simpler to the end user.

http://en.wikipedia.org/wiki/Algorithmic_skeleton

sirinath commented 10 years ago

For is the most important to start with. Opening Algorithmic Skeletons / Parallel Patterns as a separate feature request so more and more Algorithmic Skeletons / Parallel Patterns gets supported.