provide threaded essl library only

It's better to use threaded essl library on IBM AIX, could we have it please ?

Standard IBM AIX has both library types:
~~~
ilias@f01c10n02:~/work/qch/software/dirac/trunk/cmake/downloaded/.ar t /usr/lib/libesslsmp.a
essl.o
ilias@f01c10n02:~/work/qch/software/dirac/trunk/cmake/downloaded/.ar t /usr/lib/libessl.a
essl.o
ilias@f01c10n02:~/work/qch/software/dirac/trunk/cmake/downloaded/.
~~~
This commit is contained in:
Miro Iliaš 2015-12-23 08:43:26 +01:00
parent 0c61c54b73
commit f6063344e0

View File

@ -88,8 +88,8 @@ if(ENABLE_64BIT_INTEGERS)
set(ESSL_BLAS_LIBS esslsmp6464)
set(ESSL_LAPACK_LIBS esslsmp6464)
else()
set(ESSL_BLAS_LIBS essl)
set(ESSL_LAPACK_LIBS essl)
set(ESSL_BLAS_LIBS esslsmp)
set(ESSL_LAPACK_LIBS esslsmp)
endif()
#-------------------------------------------------------------------------------