Skip to Content.
Sympa Menu

charm - Re: [charm] CkLoop for a load balancer

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] CkLoop for a load balancer


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: François Tessier <francois.tessier AT inria.fr>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>, Gengbin Zheng <zhenggb AT gmail.com>
  • Subject: Re: [charm] CkLoop for a load balancer
  • Date: Fri, 18 Oct 2013 08:23:12 -0700
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Please be more specific - what were the *problems* that you actually encountered? Everything you described seems to be reasonable.

Did it crash? Did it hang? Did the load balancer not run in parallel? Did you get unexpected output? What happened that was wrong?


On Fri, Oct 18, 2013 at 4:05 AM, François Tessier <francois.tessier AT inria.fr> wrote:
Hi!

With the help of some of you, I wrote a parallel load balancer using
CkLoop. But I encounter some problems to run an application with this
load balancer. For example, I try to do experiments with kNeighbor and I
proceeded like that :

- Build charm++ : ./build charm++ mpi-linux-x86_64-smp --with-production -j
- Go to tmp/libs/ck-libs/ckloop then make
- Compile kNeighbor with -module CkLoop

All these steps succeeded. My run command looks like :

./charmrun +p64 -machinefile ~/machinefile ./kNeighbor +ppn8 64 50
262144 10 +balancer TreeMatchLB +LBDebug 1 +setcpuaffinity +pemap 0-7
+CmiSleepOnIdle

The target platform contains 8 nodes with 8 cores on each. I would like
to carry out kNeighbor on 64 processes and parallelize only the load
balancing with CkLoop.

Do you have any suggestion?

Thanks

François

--
___________________
François TESSIER
PhD Student at University of Bordeaux
Inria - Runtime Team
Tel : 0033.5.24.57.41.52
francois.tessier AT inria.fr
http://runtime.bordeaux.inria.fr/ftessier/
PGP 0x8096B5FA



_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm





Archive powered by MHonArc 2.6.16.

Top of Page