Skip to Content.
Sympa Menu

forum - Re: Re: [abinit-forum] Re: Compilation of D. Vanderbild USPP

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: Re: [abinit-forum] Re: Compilation of D. Vanderbild USPP


Chronological Thread 
  • From: sestak@kn.vutbr.cz
  • To: forum@abinit.org
  • Subject: Re: Re: [abinit-forum] Re: Compilation of D. Vanderbild USPP
  • Date: Wed, 5 Oct 2005 20:29:09 +0200

I am just followed examples in makefile.
I changed makefile and I am still obtaining error message but two instead 40.
Here is my changed makefile:
F90 = /opt/intel_fc_80/bin/ifort
FREEFLAG = -FR
FIXEDFLAG =
F90FLAGS = -O3 -tpp7
LINKFLAGS = /opt/intel/mkl/8.0/lib/32/libmkl_lapack95.a
/opt/intel/mkl/8.0/lib/32/libmkl_blas95.a -Vaxlib -lpthread
SED = sed

old has libmkl_lapack.a instead libmkl_lapack95.a

and now I have two error:

Linking object files and creating runatom.x...
./uspp2abinit/opt_proj.o(.text+0x1e8e): In function `opt_proj_':
: undefined reference to `dgetrf_'
./uspp2abinit/opt_proj.o(.text+0x1ed4): In function `opt_proj_':
: undefined reference to `dgetrs_'
make: [link_runatom] Error 1 (ignored)

but I dont have knowledge to correct this mistake
If I must rewrite some part of source code that I dont know why.



Archive powered by MHonArc 2.6.16.

Top of Page