Skip to Content.
Sympa Menu

charm - Re: [charm] Charm++ & Qt

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charm++ & Qt


Chronological Thread 
  • From: Pritish Jetley <pjetley2 AT illinois.edu>
  • To: "Sanchez, Denis" <dsanchez AT ceit.es>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] Charm++ & Qt
  • Date: Fri, 30 Jul 2010 09:58:27 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Could you tell us a little more about the code, for example where it
segfaults? I'm not sure whether mixing Qt with Charm++ has been tried
before, so any information including snippets of code, would be
helpful.

On Fri, Jul 30, 2010 at 6:44 AM, Sanchez, Denis
<dsanchez AT ceit.es>
wrote:
> Hello to everybody,
>
> Is there a posibility to include in a Qt program Charm++??. I mean, the
> initial idea was to make a simple Charm++ program and form
> Main::Main(CkArgsMsg *msg) launch the QApplication. When doing this in the
> creation of the QApplication object (at run-time, compiles & links
> perfectly) says "floating point exception".
>
> Thus, is it possible to have Charm++ and Qt in the same application or do I
> have to make 2 different processes (on Charm++ and the other Qt) and the
> with sockets or shm or whatever, communicate between them???
>
> Thank you in advance and congratulations for Charm++.
>
> Denis
>
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>
>



--
Pritish Jetley
Doctoral Candidate, Computer Science
University of Illinois at Urbana-Champaign




  • [charm] Charm++ & Qt, Sanchez, Denis, 07/30/2010
    • Re: [charm] Charm++ & Qt, Pritish Jetley, 07/30/2010

Archive powered by MHonArc 2.6.16.

Top of Page