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
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 6
- Joined: Wed Oct 24, 2007 3:07 pm
- License Nr.: lic 26, upgraded to paw
vasp compilation error
Last edited by xwsha on Mon Apr 21, 2008 2:25 pm, edited 1 time in total.
-
- Newbie
- Posts: 5
- Joined: Tue Apr 22, 2008 7:00 am
- License Nr.: 18
vasp compilation error
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.
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.