vasp compilation error

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
xwsha
Newbie
Newbie
Posts: 6
Joined: Wed Oct 24, 2007 3:07 pm
License Nr.: lic 26, upgraded to paw

vasp compilation error

#1 Post by xwsha » Mon Apr 21, 2008 2:25 pm

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>
Last edited by xwsha on Mon Apr 21, 2008 2:25 pm, edited 1 time in total.

thda0531
Newbie
Newbie
Posts: 5
Joined: Tue Apr 22, 2008 7:00 am
License Nr.: 18

vasp compilation error

#2 Post by thda0531 » Tue Apr 22, 2008 8:18 am

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.
Last edited by thda0531 on Tue Apr 22, 2008 8:18 am, edited 1 time in total.

Post Reply