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 2011/02/15 02:49:22 UTC

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

Dear Wiki user,

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

The "Architecture" page has been changed by edwardyoon.
http://wiki.apache.org/hama/Architecture?action=diff&rev1=151&rev2=152

--------------------------------------------------

   * Process communication
   * Barrier synchronization
  
- These phases will be defined by user in a bsp() method. Let's see the below example code:
+ After all processes have entered the barrier using sync() method, the Hama proceeds to the next superstep. You can send one more messages on to any other processes in bsp() method. The whole job will be finished automatically when all processes have no more local and outgoing queues entries, or finished normally.
+ 
+ Let's see the below example code:
  
  {{{
  public class BSPEaxmple {