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
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 1
- Joined: Thu Jan 09, 2014 1:55 pm
- License Nr.: 5-1781
Another problem with libgiude
Last edited by herbie on Thu Jan 09, 2014 2:19 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Another problem with libgiude
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
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.