|
|
('binary' encoding is not supported, stored as-is)
Hi!
Check in what directory the libCore.so
file is placed in.
The path to the libCore.so must be known to the program.
If the path is not /usr/lib it is (probably) not known to the program.
This can be fixed by using the LD_LIBRARY_PATH environment variable.
This variable can be set globally by doing following lines in ".bashrc" for a non-login/non-interactive (mpi ssh login):
export LD_LIBRARY_PATH=/mypath/lib
in /mypath/lib lies libCore.so in this example.
thanks
larry
___________________________________________________
Which element has the highest melting point?
Find out at postmaster.co.uk
http://www.postmaster.co.uk/cgi-bin/meme/quiz.pl?id=203
|
|
|