I have a cluster with 3 nodes. In the bsp method I'm sending multiple messages to two other nodes (more than 3 messages). After sync stage I'm trying to receive all messages - each node receives only (exactly) 3 messages, why is that ?
2011/2/9 Chia-Hung Lin <[email protected]> > 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 > > > -- Paweł Brach
