Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Charm++ to build shared library

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Charm++ to build shared library


Chronological Thread 
  • From: Gengbin Zheng <zhenggb AT gmail.com>
  • To: Andy Somogyi <somogyie AT umail.iu.edu>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] [ppl] Charm++ to build shared library
  • Date: Wed, 20 Jul 2011 10:53:01 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

At link time, use -save option to charmc, it will keep the moduleinit*
file without deleting it.
And then you can do something about it to build a shared lib.

Gengbin

On Wed, Jul 20, 2011 at 2:39 AM, Andy Somogyi
<somogyie AT umail.iu.edu>
wrote:
> Hi,
>
> Would someone be able to point me to some documentation on building a
> Charm++ application as a shared library.
>
> I've managed to get most of the linker references sorted out except for
> _createTraces, ... I think these are from the auto generated moduleinit1264
> file which I'm not sure how to generate.
>
> thanks
> _______________________________________________
> 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