static compilation of vasp

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
User avatar
kanhere
Newbie
Newbie
Posts: 16
Joined: Wed Nov 29, 2006 9:46 am
License Nr.: 208, upgraded to paw

static compilation of vasp

#1 Post by kanhere » Wed Nov 29, 2006 1:22 pm

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?
Last edited by kanhere on Wed Nov 29, 2006 1:22 pm, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

static compilation of vasp

#2 Post by admin » Wed Nov 29, 2006 2:35 pm

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.

User avatar
kanhere
Newbie
Newbie
Posts: 16
Joined: Wed Nov 29, 2006 9:46 am
License Nr.: 208, upgraded to paw

static compilation of vasp

#3 Post by kanhere » Thu Nov 30, 2006 4:55 am

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.

Post Reply