Skip to Content.
Sympa Menu

charm - Re: [charm] Template

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Template


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Haowei Huang <huangh AT in.tum.de>
  • Cc: charm AT cs.illinois.edu
  • Subject: Re: [charm] Template
  • Date: Wed, 9 Jun 2010 10:20:48 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

On Tue, Jun 8, 2010 at 15:42, Haowei Huang
<huangh AT in.tum.de>
wrote:
>        Does the Charm++ system support the definition of template?
>        For example,
>
>          Template <chare C>
>          class myContainer{
>          ...
>          }

Please clarify whether you mean templated Charm++-specific
objects (like chares or messages) or templated C++ objects. The latter
work like any other C++ code. The former are supported with about the
syntax one would expect, in the ci file, and some extra declarations
of what template instantiations are in use.





Archive powered by MHonArc 2.6.16.

Top of Page