Skip to Content.
Sympa Menu

charm - [charm] Undefined symbols in Charm libs

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Undefined symbols in Charm libs


Chronological Thread 
  • From: "Michael S. Sellers (Cont, ARL/WMRD)" <michael.s.sellers.ctr AT us.army.mil>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Undefined symbols in Charm libs
  • Date: Mon, 06 Dec 2010 13:42:59 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

If I want to link the shared library at compile time, I'm hitting:

.rootdir/charm-6.2.2/multicore-linux64/lib_so//libconv-core.so: undefined reference to `CldModuleInit'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libck.so: undefined reference to `CldEnqueue'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libconv-core.so: undefined reference to `CldGetStrategy'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libck.so: undefined reference to `_createTraces(char**)'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libck.so: undefined reference to `_registerExternalModules(char**)'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libck.so: undefined reference to `CldEnqueueGroup'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libconv-core.so: undefined reference to `LoadNotifyFn'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libck.so: undefined reference to `CldNodeEnqueue'
.rootdir/charm-6.2.2/multicore-linux64/lib_so//libck.so: undefined reference to `CldEnqueueMulti'

Phil Miller has helped me with a similar problem, where I needed to build some memory and threads libraries that were not being created in lib_so during the Make. It seems like I'm missing a few more, but I'm not sure which ones. I grep'd for these methods but there are quite a few files that they appear in.

Thanks,

Mike

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archive powered by MHonArc 2.6.16.

Top of Page