Another problem with libgiude

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
herbie
Newbie
Newbie
Posts: 1
Joined: Thu Jan 09, 2014 1:55 pm
License Nr.: 5-1781

Another problem with libgiude

#1 Post by herbie » Thu Jan 09, 2014 2:19 pm

We have a fresh installation of ifort version 12.1.6.
Using makefile.linux_ifc_P4 of vasp5.3 without changes.
Compilation is successful, linking we get:
ld: cannot find -lguide

Changing the line in Makefile (as suggested in a previous post)
from:
BLAS= -lguide -mkl
to:
BLAS= -liomp5 -mkl

gives a lot of undefined references like:
diolib.f: undefined reference to `_gfortran_st_inquire'

Thanks for help in advance
Last edited by herbie on Thu Jan 09, 2014 2:19 pm, edited 1 time in total.

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

Another problem with libgiude

#2 Post by admin » Thu Jan 16, 2014 4:11 pm

1) please check the path of the directory in which the BLAS is installed
and check whether your BLAS version includes a libguide.a
2) if not, please choose a different library archive in the BLAS which includes the needed routines
Last edited by admin on Thu Jan 16, 2014 4:11 pm, edited 1 time in total.

Post Reply