Chih-Che,

2017-08-23 5:45 GMT-04:00 Chih-Che Chueh <chue...@gmail.com>:
> I have already moved to the trilinos installation. But after installing for
> a while, I get the error that you can see below. Is this because I am using
> an old version of Intel MKL Math Kernel library? If not, does any one know
> how to fix it?
First you used pgi now you want to use MKL, I see that you like challenges ;-)

>     -DBLAS_LIBRARY_NAMES:STRING="mkl_intel_lp64" \
>
> -DBLAS_LIBRARY_DIRS:STRING=/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64
> \
>     -DLAPACK_LIBRARY_NAMES:STRING="mkl_intel_lp64" \
>
> -DLAPACK_LIBRARY_DIRS:STRING=/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64
> \
Try using this for the library names
-DBLAS_LIBRARY_NAMES:STRING="mkl_core;mkl_sequential"
-DLAPACK_LIBRARY_NAMES:STRING="mkl_intel_lp64"

Best,

Bruno

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to