when I compile vasp.4.6 with makefile.hpux_itanium,there is the following errors:
ld:can't find library or mismatched ABI For -llapack
fatal error.
I don't uderstand the reasons resulted in this erroes.Can you help me ? thank you very much!
errors in installation with makefile.hpux_itanium
Moderators: Global Moderator, Moderator
errors in installation with makefile.hpux_itanium
Last edited by Piney on Wed Nov 29, 2006 5:25 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
errors in installation with makefile.hpux_itanium
please check if
--) the LAPACK you use is installed correctly on your system
--) the path wihich you give in your makefile for the LAPACK is correct.
In case of difficulties, you may always use the LAPACK routines delivered with the code (vasp.4.lib: lapack_double.o)
--) the LAPACK you use is installed correctly on your system
--) the path wihich you give in your makefile for the LAPACK is correct.
In case of difficulties, you may always use the LAPACK routines delivered with the code (vasp.4.lib: lapack_double.o)
Last edited by admin on Wed Nov 29, 2006 12:08 pm, edited 1 time in total.