Page 1 of 1

Another problem with libgiude

Posted: Thu Jan 09, 2014 2:19 pm
by herbie
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

Another problem with libgiude

Posted: Thu Jan 16, 2014 4:11 pm
by admin
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