Skip to Content.
Sympa Menu

charm - Re: [charm] Add a static library in Charm++ for a load balancer

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Add a static library in Charm++ for a load balancer


Chronological Thread 
  • From: Harshitha Menon <gplkrsh2 AT illinois.edu>
  • To: François Tessier <francois.tessier AT inria.fr>
  • Cc: Emmanuel Jeannot <emmanuel.jeannot AT inria.fr>, "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>, Guillaume Mercier <mercier AT labri.fr>
  • Subject: Re: [charm] Add a static library in Charm++ for a load balancer
  • Date: Tue, 21 Jan 2014 14:54:00 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

For your specific load balancer, you can create a libmoduleYOURLB.dep and add -ltopomap. You can take a look at src/ck-ldb/libmoduleMetisLB.dep. When building charm, you can specify ./build charm++ ..... --incdir=<include_path> --libdir=<lib_path>.


On Tue, Jan 21, 2014 at 9:24 AM, François Tessier <francois.tessier AT inria.fr> wrote:
Hello,

For my communication-aware load balancer, I need to use libtopomap (the
library developed by Torsten Hoefler and Marc Snir). This project
provides a static library, libtopomap.a, so I would like to know how to
use it in an Charm++ load balancer. I already tried to include this kind
a file in Charm++ but without success. Maybe there is a documentation
about that somewhere? Or could someone perhaps explain to me how to do that?

Thanks for your help

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






Archive powered by MHonArc 2.6.16.

Top of Page