Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Help on viewing LB dump files? or capturing the object communication graph?

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Help on viewing LB dump files? or capturing the object communication graph?


Chronological Thread 
  • From: Gengbin Zheng <zhenggb AT gmail.com>
  • To: hou pipinan <pipinan AT gmail.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] [ppl] Help on viewing LB dump files? or capturing the object communication graph?
  • Date: Mon, 22 Nov 2010 21:49:45 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

You can run it again in the simulation mode (details in charm++ manual
https://charm.cs.uiuc.edu/manuals/html/charm++/3_11.html#SECTION000311700000000000000)
.
The option is +LBSim. In this mode, it takes the dump file and apply
whatever load balancing strategy you choose over it. That case, you
can do anything with the LDStats data which has been built from the
lbdump file ready for examination.

If you want to just see the content of LDSats, you can link with the
special load balancer called "CentralLB" (which is the base class of
all load balancers). It does nothing, but print the fields in LDStats.

Gengbin


2010/11/22 hou pipinan
<pipinan AT gmail.com>:
> Hi, every one,
>
> I want to analyze the object communication graph of Charm++
> application in a study. The LBDumpFile seems an good option, however i
> cannot view the content of the resultant file as unknown format. Helps
> are needed. Or else, is there other ways to capture the communication
> graph between Chares?
>
> Thanks in advance!
>
> yours Bonan Hou
>
> --
> --------------------------------------------
> Bonan Hou
> 侯波南
>
> http://yhsim.nudt.edu.cn
>
>
> _______________________________________________
> 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
>
>





Archive powered by MHonArc 2.6.16.

Top of Page