Printing Constant from mkl library
Hi. I am trying to compile the following program (test.c) to find value of a constant in the mkl 10.0.4.023.#include<stdio.h> #include "mkl.h" main() { int a = SPARSE_INDEX_BASE_ZERO;...
View ArticleMKL Quad precision
Hello,we are using MKL libraries in our C# code for our purposes, in particular "?gesv"(zgesv) , linear system resolution. In some cases the results precision is not enought so I would like to know if...
View ArticleUnable to find reference to fftw3 subroutine
Hello, In my application i am trying to use Intel MKL wrappers for FFTW3 to call from Fortran code and followed these steps:To build the fftw3 wrapper library, I followed Intel procedure explained in...
View ArticleInspector Executor COO
Hi,I tried Inspector Executor using CSR storage format and it is fine. But when I tried the COO version, I get SPARSE_STATUS_NOT_SUPPORTED error, in the mkl_sparse_optimize function. Here is a my...
View ArticleMemory buffer for in-place multi-dimensional FFT on clusters
Hi, I'm trying to compute in-place FFT of 3-dim arrays on clusters. As far as I have tried using the MKL FFTW3 wrapper, a buffer memory of the same amount as the original array seems to be allocated on...
View ArticleDirectly calling mkl from python, and try to use more than one thread.
I am doing some sparse matrix calculation, and called mkl directly from python.That worked, but only a single thread is used. When I use the top command, one of the cpu core has 100% usage, other cpu...
View ArticleDense matrix multiply tansposed Sparse Matrix?
Hi,I want to use MKL Sparse to compute a dense matrix multiply transposed sparse matrix. Particularly, if I have input A(dense, m-by-k), B(sparse, n-by-k), I want to compute:C = A * B'where C is a...
View Articlecomplex auto correlation using MKL
I am trying to use MKL for autocorrelation of complex vectors XX: complex(kind=4),allocatable,dimension(:) :: XX, CXX COMPLEX(kind=4),allocatable,dimension(:) :: CRXX ..........
View ArticleDummy Libraries Suddenly are Desired
All,Earlier today, I went and recompiled some code after something was accidentally deleted. Much to my surprise, the following errors occured:icpc: error #10236 File not found:...
View ArticleGaussian Random Numbers
Dear Intel:I have been using the BM Gaussian Random Number routines. These were developed in about '58 for the Army by Muller and Box at Princeton. Your routines reference one of their minor notes as...
View ArticleWriting c extension for python that calls mkl and can use more than 1 cpu.
I tried directly calling the mkl from python with ctypes, but in that case, mkl can only use a single cpu. The cause of that problem is unknown.I am writing a c extension for python that calls the mkl...
View Articledfeast_scsrev problem
Hi Everybody I have a problem regarding eigenvalue calculations for my system with dfeast_scsrev as you know this function supposed to solve standard eigenvalue problem for sparse matrices. My code was...
View ArticleLinpack runs only on cores, not threads?
hi there,I use the linpack binaries quite a long time for various stuff, most times for performance and stability diagnostics.I recognized the with current versions of the binaries and current CPUs...
View ArticleLicense with Mathematica
Hi everybody,I do have a licence question. We are using functions from a Mathematica script inside our application. These generated DLLs from Mathematica(Wolfram) are using the MKL-dlls from Intel.If...
View Articlescalapack libraries not available
Hi there,I have downloaded and installed parallel_studio_xe_2016_update3. Then I have migrated a MPI project to the new machine. When I am trying to link with mkl_blas95_lp64.lib mkl_lapack95_lp64.lib...
View Articlehow to call MKL library in Eclipse under Ubuntu
Hi all,I'm a rookie in C++ and Linux. I installed Intel Parallel Studio Xe today, in order to use mkl functions.In g++, the head file mkl.h can be found and called successfully. However, when I used...
View ArticleUnresolved reference to lapack95 subroutine
I am sure I am making a very simple and obvious mistake in using lapack95, but I cannot figure it out at present.Compiling and linking with MKL of the following sample code: program test_lapack use...
View Articleinner system solver SPARSE FEAST
Dear MKL developers,I am trying to use FEAST eigenvalue solver with CSR formatted matrix, but encountered unexpected error (info = -2).Both the Table 10 in the FEAST manual...
View ArticlePardiso in Fortran MKL giving incorrect answers
Hello,I am trying to understand how the Intel MKL works and so i created a small test code that I have cobbled together from the internet to teach myself how the libraries behave so that I can...
View Article