Page 1 of 1

static compilation of vasp

Posted: Wed Nov 29, 2006 1:22 pm
by kanhere
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

Posted: Wed Nov 29, 2006 2:35 pm
by admin
dynamic shared libraries (.so) cannot be linked statically, please use static libraries (.a) to do so.

static compilation of vasp

Posted: Thu Nov 30, 2006 4:55 am
by kanhere
yes but as i cheked, there is nothing as "libsvml.a"...can any1 send me this library?