vasp5.2.12 make error

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
butterfly

vasp5.2.12 make error

#1 Post by butterfly » Thu Oct 20, 2011 4:07 pm

hi, everyone:
I'm making vasp5.2.12 on IA64 redhat linux 3.2.3-24 with intel mkl 10.2.7.041 and intel ifort 10.1.026. The Makefie I choose is makefile.linux_efc_itanium.
I change BLAS=-L/opt/intel/mkl/10.2.7.041/lib/64 -lmkl -lmkl_sequential -lmkl_core -lguide -lpthread; other parameters are the same as the makefile.linux_efc_itanium
There are mainly two errors when making:
1. radial.o(.text+0x3b01): In function 'radial_mp_aug_setq_': undefined reference to 'dgetrf_'
.........
2. ../vasp.5.lib/linpack_double.o(.text+0x662): In function 'zgedi_': undefined reference to 'zscal'
..........
Is there anyone has opinion about what's wrong?
Thanks in advance!
[/size]
Last edited by butterfly on Thu Oct 20, 2011 4:07 pm, edited 1 time in total.

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

vasp5.2.12 make error

#2 Post by admin » Tue Nov 15, 2011 5:03 pm

these are functions which have to be loaded from the BLAS. Please check
whether the path to your BLAS is correct and which of the modules of your BLAS installation you have to load to access these functions.
Last edited by admin on Tue Nov 15, 2011 5:03 pm, edited 1 time in total.

Post Reply