LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Pushkar Pradhan (pushkar_at_[hidden])
Date: 2004-06-28 14:34:20


> -----Original Message-----
> From: lam-bounces_at_[hidden] [mailto:lam-bounces_at_[hidden]]On Behalf
> Of Jeff Squyres
> But either way, it sounds like you set LD_LIBRARY_PATH in both cases (I'm
> guessing/assuming you didn't delete your .bashrc file).
No I didn't.

> 1. Did you export the value of LD_LIBRARY_PATH? For example, a line such
> as:
> export LD_LIBRARY_PATH=/whatever/the/path/should/be
> 2. Did you double and triple check that the path is correct?
Yes and I also verified with "ls" that the spelling is correct.

> 3. If that all checks out, put an "echo" statement or two in your
> .bashrc,
> perhaps one at the beginning and one right before you export
> LD_LIBRARY_PATH and ensure that you see these lines during lamboot.
Well I did put echo $LD_LIBRARY_PATH before export $LD_LIBRARY_PATH and
after $LD_LIBRARY_PATH.
When I start a new shell it does print out the paths but not in the output
or error files produced by PBS.
This is where you want to see the paths being printed out right?
Then I put the echo $LD_LIBRARY_PATH in the pbs script and then it prints
out in the output.

Can you tell what's wrong? Thanks for continuing to pursue this.
Pushkar