You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/06 14:52:11 UTC

[Hama Wiki] Trivial Update of "Architecture" by udanax

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The following page has been changed by udanax:
http://wiki.apache.org/hama/Architecture

------------------------------------------------------------------------------
  
  In Map/Reduce programming, user can easily take advantage of the below parallel data layouts, communication paradigms.
  
-  * 1D Column Blocked Layout
+  * 1D Row Blocked Layout
-  * 1D Column Block Cyclic Layout
+  * 1D Row Block Cyclic Layout
-  * 2D Row and Column Blocked Layout
+  * 2D Row and Row Blocked Layout
-  * 2D Row and Column Block Cyclic Layout
+  * 2D Row and Row Block Cyclic Layout
  
  === Square blocking ===