Skip to Content.
Sympa Menu

charm - Re: [charm] symbol lookup error: libconv-core.so: undefined symbol: __executable_start

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] symbol lookup error: libconv-core.so: undefined symbol: __executable_start


Chronological Thread 
  • From: Jozsef Bakosi <jbakosi AT lanl.gov>
  • To: Evan Ramos <evan AT hpccharm.com>
  • Cc: charm <charm AT lists.cs.illinois.edu>
  • Subject: Re: [charm] symbol lookup error: libconv-core.so: undefined symbol: __executable_start
  • Date: Tue, 1 May 2018 14:25:52 -0600
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=jbakosi AT lanl.gov; dmarc=pass header.from=lanl.gov

Thanks, Evan, that work-around does indeed work and we will use that for now.
Is
there a way to fix this problem in Charm++ itself? Or perhaps, to turn off
when
AMPI is not used?

Thanks,
Jozsef

On 04.30.2018 15:18, Evan Ramos wrote:
> Hi Jozsef,
>
> The only use of the `__executable_start` symbol in Charm++ is in
> cmitls.c. If you are not using the tlsglobals privatization feature of
> AMPI, you should be able to remove "cmitls.o" from Charm's
> src/scripts/Makefile to bypass the problem.
>
> Regards,
> --
> Evan A. Ramos
> Software Engineer
> Charmworks, Inc.




Archive powered by MHonArc 2.6.19.

Top of Page