Missing dll in MKL 11 update 3
The 64 bit version of mkl_p4m3.dll is no longer included in the redistribution folder "C:\Program Files (x86)\Intel\Composer XE 2013\redist\intel64\mkl"Is this ommsion intended since this dll provides...
View ArticleProblem with calling MKL gemm with pthread
Here is my problem:I create 4 pthread, each thread will call MKL dgemm, but I dont want to use sequential MKL, I want to use multicore MKL. Since I am running it in intel xeon phi. I want to map the...
View ArticleHow to integrate Intel Composer XE 2011 with Visual Studio 2012
My company currently uses VS 2012 but only has licenses for Intel Composer 2011. How can I set up the integration between the Composer and VS so that I can use Intel compiler for C++...
View ArticleARPACK is broken in update 3
After compiling ARPACK with the latest Fortran/MKL version (update 3), dsaupd/dseupd combination produces incorrect results. This problem disappears when reverted to the previous (update 2) version....
View ArticleAccurracy of 10-point Newton-Cotes formula
Hi everyone,my problem is not diectly related to MKL software and I think that this foum is more appropriate for asking question about the numerical integration.I 'am developing a numerical integration...
View ArticleUsing blas95/lapack95
I'm new to using ifort for Mac, and am attempting to use the Fortran95 interfaces to blas but I can't get it to work.I'm trying to use dot(x,y) but when I compile I get an error. program test use...
View ArticleError when linking with MKL 11.0 and VSC++ 2010
I am trying to link my C++ program with MKL11, but the linking fails with the following error:2>transforms.obj : error LNK2019: unresolved external symbol DftiComputeForward referenced in function...
View ArticleMissing rfftw function
Hi !I am steadily progressing in my quest to convert from a gcc to an icc (and MKL) based build of my code. The reason for the shift is to be able to run my code on the Xeon Phi.I have managed to get...
View Articlevectorization (and parallelization?) in a single open mp thread
Hi everyone,I'm a new MKL user and i would like to know if BLAS routines and VML functions are vectorized?I'm currently using openMP to apply a complex filter to an image with a quad core...
View ArticleEstimated variance of random numbers w.r.t. vRngGaussianMV
Hi,I use the outdated MKL 10.2 to generated multi-variate normal distributed random numbers. My results are not what I expect, perhaps I have misinterpreted the arguments or there is a bug in the MKL...
View Articleparallel / multi-threaded ILUT and FGMRES
Hi,I'd like to learn if there is multi-threaded and/or parallel (mpi) support for ILUT/FGMRES in intel MKL and/or intel MKL cluster edition. I have read in a few posts that this solver might not be...
View ArticleHow to create fftw3xc_ms.lib
HelloIn manual, to use fftw,I want to make fftw3xc_ms.lib using makefilebut i don's know how to create fftw3xc_ms.llib....Now I'm using a Visual Studio 2010.Are there any nmake command?How can i create...
View ArticleHow to create fftw3xc_ms.lib
HelloIn manual, to use fftw,I want to make fftw3xc_ms.lib using makefilebut i don's know how to create fftw3xc_ms.llib....Now I'm using a Visual Studio 2010.Are there any nmake command?How can i create...
View ArticlePardiso unable to solve a symmetric matrix
Hello MKL tech support,I have a positive definite matrix and using Pardiso to solve the problem. I kept receiving the error -4 for the solver. It is interative refinement problem in phase 33.My params...
View ArticleMKL 11 license validity when linking with MKL libraries
HiI would like to know what happens when the trial license expires and I am still trying to link and execute programs with MKL libraries (mkl_rt.dll). Is this still possible after license expiration ?...
View ArticleVSL questions
Hi, I am using MKL 11.0 update 3 on Windows 7,core i7 machine.1. Invalid correlation matrix ? #define N 2 #define DIM 2 void Test() { VSLSSTaskPtr task; MKL_INT dim = DIM, n=N; MKL_INT...
View ArticleNormal random numbers
vsRngGaussian( method, stream, n, r, a, sigma ) using stream from VSL_BRNG_SFMT19937 random generator.Three options for...
View ArticleDifferent results given by debug mode and standalone calculation
I have been using the Intel Visual Fortran Composer XE 2011 on my project and I found something weird recently. When I run the code in the debugging window, it produces perfect result; however, if the...
View Articlekmp_import.obj and vc90.pdb link warning in Visual Studio 2010
Hi,I have Composer XE 2013 Update 3 installed with Visual Studio 2010 on Windows 7. When I try to link the MKL libraries I get thefollowing link warninglibiomp5md.lib(kmp_import.obj) : warning...
View ArticleStatic vs. dynamic vector input
Hi,I am having an issue with dynamic input arguements to the following functions;LAPACKE_dgelss();dgetrf();dgetri();ippmInvert_m_64f();When the input vector is static A[10 * 10] = {...}; the output is...
View Article