[Trilinos-Users] MKL / ACML

Baker, Christopher G. bakercg at ornl.gov
Thu Dec 9 19:16:13 MST 2010


The following will link in the sequential BLAS:

set SEQMKL="-L${MKLROOT}/lib/em64t -lmkl_intel_lp64 -lmkl_core
-lmkl_sequential"


cmake ......
  -D TPL_BLAS_LIBRARIES:STRING="${SEQMKL}"                             \
  -D TPL_LAPACK_LIBRARIES:STRING="${SEQMKL}"                           \



 -----Original Message-----
From: 	Alireza Nejadmalayeri [mailto:Alireza.Nejadmalayeri at colorado.edu]
Sent:	Thursday, December 09, 2010 06:39 PM Eastern Standard Time
To:	trilinos-users at software.sandia.gov
Subject:	[Trilinos-Users] MKL / ACML

Hello,
 
I wonder if anyone has built Trilinos with  Intel MKL or ACML libraries (for BLAS and LAPACK). I would like to have a sample configure script since mine is causing various problems.
 
Thank you,
alireza
 
 
 



More information about the Trilinos-Users mailing list