VASP5.2 libguide.so problems

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
alistar

VASP5.2 libguide.so problems

#1 Post by alistar » Wed Jul 04, 2012 1:44 pm

I'm installing VASP5.2 under linux (Ubuntu 11.10) on a
Intel64.
I changed:
--BLAS flag to
BLAS= -lmkl_blacs_lp64 -lguide -lpthread
--LAPACK flag to
LAPACK= -lmkl_lapack95_lp64 -lmkl_blacs_lp64

'make' replies me with
ld: cannot find -lguide

I principle linguide.so should be installed inside the mkl directories
(http://www.dcsc.sdu.dk/docs/intel-mkl/m ... #Directory Structure), but they reference to the Intel? Math Kernel Library 5.2 for Linux, while I installed the 10.3 .
It seems they changed the dir structure??
in any case if I remove the -lguide a lot of undefined reference appears (maybe they are not connected to the libguide.so).

what should I do?
thanks
alistar
Last edited by alistar on Wed Jul 04, 2012 1:44 pm, edited 1 time in total.

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

VASP5.2 libguide.so problems

#2 Post by admin » Thu Jul 12, 2012 3:19 pm

please check where the libguide is stored on your system (or ask your sys admin to help you to find out)
Last edited by admin on Thu Jul 12, 2012 3:19 pm, edited 1 time in total.

Post Reply