MKL license
I've got academic license for MKL, but we produce also commercial software in witch I would like to use MKL (only Redistributions). Can I use it free or must pay for additional license? If the last,...
View ArticleCan't find library libmkl_intel_lp64 OS X
using OS X 10.10.3 with fresh install of mkl and Eclipse MARS.2 from the command line I run:gcc nec2c.o somnec.o misc.o -l /opt/intel/mkl/lib/liband getld: library not found for...
View ArticlePARDISO much slower than DGESV and MATLAB for 6000*6000 non-symmetric sparse...
Hi guys,Have been looking for an efficient linear solver for middle sized (between 6000*6000 to 20000*2000) non-symmetric sparse (density between 0.6 and 0.8) system.I have compared PARDISO, DGESV and...
View ArticlePardiso failed after using cgs option
We were using composer_xe_2013.2.146 and noticed a problem recently. The pardiso solver worked for 4, 6, or 8 cpu but failed for 10 or 12 cpu. Then we update to parallel_studio_xe_2016.2.062, but find...
View ArticleError in PARDISO memory allocation: MATCHING_REORDERING_DATA
Hi, I am running PARDISO routines to solve a linear equation system with more than 40000 parameters. I use the "intel mkl 2016.1.150" librariesand set up the variable "export...
View ArticleProblems with linking libraries
Dear all,I'm using ifort composer_xe_2013_sp1.2.144 with Ubuntu 14.04.4I want to install a program following the instruction given for other compilers and platforms.I compiled the relevant source files...
View ArticleBug in GESDD (but not GESVD)
I have found a bug on Parallel Studio 16.0.2 where I get an error when computing the SVD with GESDD in the Python package SciPy. It can be reproduced on an MKL-built scipy with this array, which is...
View ArticleError compiling MKL for Xeon Phi (MIC) with Compiler assisted Offload mode in...
Hello all,I am new to Xeon Phi and MKL and I am trying to compile the Compiler assisted Offload for the sgemm example in C++ in Windows using Visual Studio (VS) Prof. R12.I have set the properties in...
View ArticleConvolution transformation using SDCON
Hi all!I'm using the SDCON routine to perform a convolution transformation with Fortran, and I have to admit that it has (by far) better performances that what we have been writing.I did a simple...
View ArticleIntel MKL BSR sparse matrix product operations
hello, In a Msc. project we are implementing hadarmard, kathri-rao, and kronecker products on BSR sparse matrices. Is there any paper/reference regarding the algorithms implemented in the normal Intel...
View ArticleShould I expect this difference from DGETRS?
Hi, I've got a program that uses MKL and the Intel Composer 2015 compiler on Mac OS X that is giving me different results on an Ivy Bridge (a MacMini6,1 system with an i5-3210M CPU) and a Haswell...
View ArticleFast poisson solver threading control
I'm trying to control the number of threads used by the fast poisson solver *_Helmholtz_3D. The code is compiled with -tbb and -mkl, and I'm using tbb::task_scheduler_init() function to control the...
View Articleunexpected outputs of lapack_cheev
Hello Guys,.I am using the LAPACKE_cheev now from MKL. I have written a piece of code with this API. However, its outputs are out of my expectation. The code is attached. lapack_complex_float *a =...
View Articledynamic load/free library who used mkl will result in the main program crash
Dear Team,Hope you are doing well! I has a dynamic library sample used some simple MKL code, if load/free this dynamic library in the main program by LoadLibrary/FreeLibrary 542 times then the maim...
View ArticleProblems with dgeqrf and dorgqr
Hello,I'm having some unexpected results with the function LAPACKE_dgeqrf. Apparently I'm unable to get the appropriate QR decomposition at some cases, I'm rather obtaining a QR decomposition with some...
View ArticleError : The CALL statement is invoking a function subprogram as a subroutine.
I am trying to learn to use MKL routines. I have written a simple code for calculating the jacobian matrix. However, it ends up with the below error:The CALL statement is invoking a function subprogram...
View ArticleHow to optimize A'PA computation for memory use
Hi,I am setting up several weighted normal matrices as A'PA, where A is the first design matrix of size nObs x nPar and P is the weight matrix of size nObs x nObs . A'PA is then a symmetric matrix of...
View ArticlePardiso always crashing on Linux
I consistently have Pardiso crash when running on Linux. I've trimmed it down to a relatively simple test case of building a Poisson matrix and solving it with Pardiso. The same program runs fine on...
View ArticleCholesky factorization guarantees on failure?
If potrf is called on an indefinite matrix A are there any guarantees on what state it leaves A in when it returns? For example, if the submatrix A'=A[0:k,0:k] is positive definite, but A[0:k+1,0:k+1]...
View ArticleIntel® Math Kernel Library 11.3 Update 3 is now available
Intel® Math Kernel Library 11.3 Update 3 is now availableIntel® Math Kernel Library (Intel® MKL) is a highly optimized, extensively threaded, and thread-safe library of mathematical functions for...
View Article