It looks like you can send multiple messages to a designated node because the send() method will add messages to a map with the given node as the key; then at the sync() stage, the call actually put the message to the designated node's queue.
2011/2/9 Paweł Brach <[email protected]>: > Hi, > > How many messages am I able to send to a given Hama node during one > superstep ? Is it limited to 1 ? > > Cheers, > Pawel >
