Skip to Content.
Sympa Menu

charm - [charm] loadbalancing AtSync() & thishandle

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] loadbalancing AtSync() & thishandle


Chronological Thread 
  • From: Evghenii Gaburov <e-gaburov AT northwestern.edu>
  • To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: [charm] loadbalancing AtSync() & thishandle
  • Date: Mon, 3 Oct 2011 21:11:52 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hi All,

I have another strange problem happening with load balancer (LB):

After LB was first time invoked, the following failed to work (it works fine
w/o LB):

CkCallback cb(CkIndex_System::call1(), thishandle);
cb.send();

while if I replace it with

CkCallback cb(CkIndex_System::call1(), thisProxy);
contribute(cb);

the code works fine.

Does something happens with "thishandle" after chares have migrated? If so,
how can I restore it, so that I can use the original method of invoking
callback.

Thanks!

Cheers,
Evghenii



--
Evghenii Gaburov,
e-gaburov AT northwestern.edu










  • [charm] loadbalancing AtSync() & thishandle, Evghenii Gaburov, 10/03/2011

Archive powered by MHonArc 2.6.16.

Top of Page