Skip to Content.
Sympa Menu

charm - [charm] Dynamic insertion of chare array elements

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Dynamic insertion of chare array elements


Chronological Thread 
  • From: vasudevan rengasamy <vas.renga AT gmail.com>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Dynamic insertion of chare array elements
  • Date: Mon, 24 Jun 2013 22:25:21 +0530
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hello,

When I'm inserting elements dynamically into a chare array, I see that the method 
"void CProxyElement_<Charearray class>::insert(int onPE)" is created in .def.h file.

Is there a way to obtain the indices of the array elements within the insert() function when it is invoked?

For example, if I have a statement "myChareArray(10).insert();", how can I obtain the index 10 within the insert function in the definitions file?

Thanks,
Vasudevan



Archive powered by MHonArc 2.6.16.

Top of Page