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:
		| @@ -88,8 +88,8 @@ if(ENABLE_64BIT_INTEGERS) | |||||||
|    set(ESSL_BLAS_LIBS   esslsmp6464) |    set(ESSL_BLAS_LIBS   esslsmp6464) | ||||||
|    set(ESSL_LAPACK_LIBS esslsmp6464) |    set(ESSL_LAPACK_LIBS esslsmp6464) | ||||||
| else() | else() | ||||||
|    set(ESSL_BLAS_LIBS   essl) |    set(ESSL_BLAS_LIBS   esslsmp) | ||||||
|    set(ESSL_LAPACK_LIBS essl) |    set(ESSL_LAPACK_LIBS esslsmp) | ||||||
| endif() | endif() | ||||||
|  |  | ||||||
| #------------------------------------------------------------------------------- | #------------------------------------------------------------------------------- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user