Skip to Content.
Sympa Menu

charm - [charm] problem loading libraries when running charm application

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] problem loading libraries when running charm application


Chronological Thread 
  • From: Britton Smith <brittonsmith AT gmail.com>
  • To: charm AT lists.cs.illinois.edu
  • Subject: [charm] problem loading libraries when running charm application
  • Date: Tue, 23 May 2017 14:06:28 -0700

Hi everyone,

I'm very new to charm++, so please forgive the basic nature of this question.

I've compiled an application with charm++ that depends on a few other libraries that I've installed in a local directory.  The code compiles just fine, but when I try to run it with charmrun, the locally installed libraries can't be found.  I set my LD_LIBRARY_PATH to include the local installation paths in a .bash_aliases file, but that doesn't seem to work with charmrun.  The code runs correctly when I include the "++local" option, but not without.

Is there another way to provide library paths for executables to charmrun?

In case it helps, I'm using charm++ 6.7.1 on a linux machine running ubuntu 17.04.

Thanks for the help,

Britton

-- 
Dr. Britton Smith
Assistant Research Scientist
San Diego Supercomputer Center
University of California, San Diego
T: +1 858 822 0936
F: +1 858 534 5117



Archive powered by MHonArc 2.6.19.

Top of Page