help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trying to compile octave with mkl in a non standard location


From: xianyi
Subject: Re: trying to compile octave with mkl in a non standard location
Date: Mon, 9 May 2011 04:47:12 -0700 (PDT)

Hi,

MKL supported many interfaces and compilers so that the app need link many
shared libs.

For example,

 icc -O3 -o testmkl testmkl.c -L
/opt/intel/compilerpro-12.0.2.137/mkl/lib/intel64/ -lmkl_intel_lp64
-lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm

Please read the document (Chapter 5) in MKL for the detail.

Xianyi

--
View this message in context: 
http://octave.1599824.n4.nabble.com/trying-to-compile-octave-with-mkl-in-a-non-standard-location-tp3502763p3509010.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]