Skip to Content.
Sympa Menu

charm - Re: [charm] charm++ implementation

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] charm++ implementation


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Haowei Huang <huangh AT in.tum.de>
  • Cc: Charm Mailing List <charm AT cs.illinois.edu>
  • Subject: Re: [charm] charm++ implementation
  • Date: Thu, 27 May 2010 13:30:30 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

On Thu, May 27, 2010 at 13:25, Haowei Huang
<huangh AT in.tum.de>
wrote:
>         I want to define a class in Charm++ which contains chare arrays as
> properties, for example,
>
>         class A{
>
>                CProxy_Patch patchArray;
>
>                //methods;
>                void fa();
>          }
>
>          This class must be defined as a chare and specified in .ci file
> even without entry methods, right?

You can define it as a plain C++ class. The files declaring and
defining that class need to include the .decl.h file for the module
that defines the Patch chare array type.





Archive powered by MHonArc 2.6.16.

Top of Page