Skip to Content.
Sympa Menu

charm - Re: [charm] Charm++ & Qt4 & Converse

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charm++ & Qt4 & Converse


Chronological Thread 
  • From: Filippo Gioachin <gioachin AT uiuc.edu>
  • To: "Sanchez, Denis" <dsanchez AT ceit.es>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] Charm++ & Qt4 & Converse
  • Date: Mon, 2 Aug 2010 12:44:38 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hello Denis,

any Charm++ application is automatically also a Converse application. CCS is already compiled in you application. You can put calls like CcsRegisterHandler directly into you charm++ code (say mainchare constructor). If you specify a CkCallback as destination, your desired entry method can be called via CCS.

Regards,
Filippo

On Mon, Aug 2, 2010 at 05:20, Sanchez, Denis <dsanchez AT ceit.es> wrote:
Hello to everybody,

I have been looking and reading about Converse Client-Server architecture and I think that, as some of you pointed out before, would be a perfect solution for my problem. I have looked to the converse examples and read the manual.

So I think that the architecture in my case should be a process in C++ and Qt4, and another "parallel process" in charm++ (I put "parallel process" because it will be multiple processes in a cluster in charm++). Thus, I can't just put converse code in Charm++. So, how do I become my Charm++ application in a type of Converse server, so as to communicate with my Qt4 Client??

Thank you in advance,

Denis
_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm




--
Filippo Gioachin
PhD Candidate
Department of Computer Science
University of Illinois at Urbana-Champaign
Ph: +1-217-333-4764



Archive powered by MHonArc 2.6.16.

Top of Page