Page 1 of 1

vasp5.2.12 make error

Posted: Thu Oct 20, 2011 4:07 pm
by butterfly
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]

vasp5.2.12 make error

Posted: Tue Nov 15, 2011 5:03 pm
by admin
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.