i am trying to compile vasp staticallyand for this matter i have done some necessary change on .lib and mane makefile. i am using intel_P4 optimization::vasp.4.lib:
FC=ifort -static
vasp.4.6.21
FC=ifort -static
LINK = -static
but then it is giving error that libsvml.so.1 is not found...and i cant find that in internet too......can anybody plz help?
static compilation of vasp
Moderators: Global Moderator, Moderator
- kanhere
- Newbie
- Posts: 16
- Joined: Wed Nov 29, 2006 9:46 am
- License Nr.: 208, upgraded to paw
static compilation of vasp
Last edited by kanhere on Wed Nov 29, 2006 1:22 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
static compilation of vasp
dynamic shared libraries (.so) cannot be linked statically, please use static libraries (.a) to do so.
Last edited by admin on Wed Nov 29, 2006 2:35 pm, edited 1 time in total.
- kanhere
- Newbie
- Posts: 16
- Joined: Wed Nov 29, 2006 9:46 am
- License Nr.: 208, upgraded to paw
static compilation of vasp
yes but as i cheked, there is nothing as "libsvml.a"...can any1 send me this library?
Last edited by kanhere on Thu Nov 30, 2006 4:55 am, edited 1 time in total.