Another problem with libgiude
Posted: 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
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