added check for MKL 7.0 [Gerardo]

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@814 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ballabio 2004-04-23 15:54:00 +00:00
parent ef2937f3b0
commit f7784bbfbf
4 changed files with 1854 additions and 690 deletions

1270
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -440,11 +440,13 @@ then
if test $is_linux64 && test $is_ifc
then
try_libdirs="/usr/local/lib
/opt/intel/mkl70/lib/64
/opt/intel/mkl/mkl61/lib/64 /opt/intel/mkl/lib/64
/opt/intel/mkl61/lib/64"
elif test $is_linux && test $is_ifc
then
try_libdirs="/usr/local/lib
/opt/intel/mkl70/lib/32
/opt/intel/mkl/mkl61/lib/32 /opt/intel/mkl/lib/32
/opt/intel/mkl61/lib/32
/cineca/lib /cineca/prod/intel/lib"

1270
install/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -440,11 +440,13 @@ then
if test $is_linux64 && test $is_ifc
then
try_libdirs="/usr/local/lib
/opt/intel/mkl70/lib/64
/opt/intel/mkl/mkl61/lib/64 /opt/intel/mkl/lib/64
/opt/intel/mkl61/lib/64"
elif test $is_linux && test $is_ifc
then
try_libdirs="/usr/local/lib
/opt/intel/mkl70/lib/32
/opt/intel/mkl/mkl61/lib/32 /opt/intel/mkl/lib/32
/opt/intel/mkl61/lib/32
/cineca/lib /cineca/prod/intel/lib"