Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] About Delegation

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] About Delegation


Chronological Thread 
  • From: Ramprasad Venkataraman <ramv AT illinois.edu>
  • To: SAGAR SHEDGE <sagar.shedge92 AT gmail.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] [ppl] About Delegation
  • Date: Thu, 14 Jul 2011 14:03:21 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Sagar,

The program you're trying is not a good example of how to use the
CkMulticast library. Its more an example of how to write delegation
managers. Also, its more than 8 years old and has not seen any
maintenance.

Can you explain what you're trying to implement in your code so that
we can point you at more appropriate examples/test programs? I have
already shared links to example programs that use CkMulticast in reply
to your earlier mail:

tests/charm++/delegation/multicast/

Thanks
Ram



On Tue, Jul 12, 2011 at 03:37, SAGAR SHEDGE
<sagar.shedge92 AT gmail.com>
wrote:
> Respected Sir/Mam,
>
> Hereby I am trying for delegation code.
> I execute code from /test/charm++/delegation/1DArray/. It shows some error
> in file hello.C( I have attached file ) on line 58,84,85. So I made some
> changes in that file on line 60 and 88.
>
> Now code is running but ...
> 1. I am calling remote method through array proxy which is register to
> delegate manager group and also I have overload virtual function virtual
> void ArraySend(int ep,void *m,const   CkArrayIndexMax &idx,CkArrayID a) but
> it does not call that function.
>
> Why is it so? Is there any missing in that code or is there any other method
> to call it?
>
> Thanks for reply in advance.
> --
> Sagar Dilip Shedge,
> C-DAC R&D,
> Pune.
>
> With Regards.
>
>
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>
> _______________________________________________
> ppl mailing list
> ppl AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/ppl
>
>



--
Ramprasad Venkataraman
Parallel Programming Lab
Univ. of Illinois





Archive powered by MHonArc 2.6.16.

Top of Page