It should be possible to send multiple messages to other nodes. Could you please show me your source code and debug level log?
On Thu, Feb 10, 2011 at 2:10 AM, Paweł Brach <[email protected]> wrote: > 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 > -- Best Regards, Edward J. Yoon http://blog.udanax.org http://twitter.com/eddieyoon
