Skip to Content.
Sympa Menu

charm - [charm] Bouncing off messages in converse

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Bouncing off messages in converse


Chronological Thread 
  • From: Amruta kelkar <d2batch AT gmail.com>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Bouncing off messages in converse
  • Date: Mon, 25 Aug 2014 19:53:25 -0400
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hi,
In converse seed balancers, When I recieve a token message on a node A, I want to foward this message to another node B without enquing it on node A. How do I do this?
Currently I am doing this: When I recieve a char *newMsg in a message handler method, I am trying to CmiSethandler(newMsg,newHandler) and then CmiSyncSend(newMsg,sizeof(char),destPE). However, this is not working. Please help.

Thank you.



Archive powered by MHonArc 2.6.16.

Top of Page