Page 1 of 1

vasp compilation error

Posted: Mon Apr 21, 2008 2:25 pm
by xwsha
I compiled the latest 4.6 vasp code, and the compilation seems to be smooth. However, when I tried to run the code, I always got the error,

./vasp
./vasp: error while loading shared libraries: libsvml.so: cannot open shared object file: No such file or directory

I checked many times, and sure the intel fortran library is there, and my link to the file is correct.
<span class='smallblacktext'>[ Edited ]</span>

vasp compilation error

Posted: Tue Apr 22, 2008 8:18 am
by thda0531
Add the path to the libsvml.so library to your LD_LIBRARY_PATH.

With 'ldd /path-2-vasp/vasp' you can see, if all dependencies are resolved.