FFT, DftiCommitDescriptor error in dll
Hi! I'm coding my own dll in C++ language and tried to use FFT from MKL in my dll and got an error.I'm using Win7, VS2019 and mkl 2019.5.281, I run official one-dimensional In-place FFT example...
View ArticleParallel Studio installation, configuring paths for the prerequisites
Good afternoon.I would like to know how to pass non default path to the Parallel Studio XE installer, because it continues not finding the libXss library, which I have in a non /usr/lib64 path, and...
View ArticleDirect Extraction of Finite Difference from Helmholtz Solver
Hello all.I am writing to inquire if it is possible somehow to extract directly the finite differences from the Intel MKL Helmholtz solver. I am using the solver for the Poisson equation, in order to...
View ArticleCannot link against MKL installed from pip
In Linux(Ubuntu and OpenSuSe), I've tried installing MKL through pip: python3 -m pip install mkl-devel --user sudo pip3 install mkl-devel Which will install the headers under$HOME/.local/include and...
View ArticleMKL License in statically linked applications provided to third parties
Hi,I have a commercial parallel studio license and use the compilers and mkl to produce statically linked executables which arethen supplied to third parties which have a license agreement with me.My...
View ArticleWhich MKL routines to use to efficiently diagonalize large, sparse, and...
I am trying to diagonalize a large sparse and hermitian matrix, but I can probably afford to make it real symmetric. This matrix is large, it can be 10^6 x 10^6. But I am only interested in a few of...
View ArticleMKL-SPBLAS + DSS example : segfault for big matrices
Hi,I am a newbie with MKL.I am trying to combine SPBLAS and DSS on a matrix (which is basically the mass matrix of a 1D FEM solver) which I can handle better in COO format. Therefore, what I've done...
View Articlemkl_sparse_?_svd
Hello,is mkl_sparse_?_svd implemented and supposed to work?source:https://software.intel.com/en-us/onemkl-developer-reference-fortran-mkl-...because after trying several things I get error 6,...
View ArticleProviding platform independent download
Hello,I was womdering if it was possible to provide a platform independent download of MKL (and maybe the others), like a zip or tar.gz. I don't need (or want) the installers, but I would like to have...
View ArticleLoading MKL 2020 mkl_core.dll resets the DLL search order on Windows
Hello,this issue was reported at <https://github.com/numpy/numpy/issues/15431>Loading the `mkl_core.dll` from MKL 2020 resets the DLL search order, probably by calling...
View ArticleFFTW from MKL seems to conflict with icv from opencv 4.1.2
Hi All,It seems there is a conflict between icv and MKL. It is very stracge to see MKL calling icv_l9_commit function from opencvSteps to reproduceOperating system ubuntu 18.04 (same on ubuntu...
View ArticleIntel MKL BLACS fatal error
Hello,My program ends prematurely with the following message:Intel MKL BLACS fatal error: cannot allocate memory, aborted. srun: error: n2176: task 0: Exited with exit code 255The function call that...
View ArticleSparse matrix equilibration
Hi,I'm working with a very non-equilibrated sparse linear system, which in MATLAB I treat with a function probably similar to dgeequ. Question: is there anything like this for MKL Sparse BLAS? Or...
View ArticleWeird latency behavior - Multi models for multiple batch sizes
Hi all, hope you could help me on this.I have tried to run mobilenetv1 with dynamic batch size but got the "RuntimeError: MKLDNNGraph::CreateGraph: such topology cannot be compiled for dynamic batch!"...
View ArticleDirect Extraction of Finite Difference from Helmholtz Solver
Hello all.I am writing to inquire if it is possible somehow to extract directly the finite differences from the Intel MKL Helmholtz solver. I am using the solver for the Poisson equation, in order to...
View ArticleMKL Integrate Special Functions in C#
Hello I'm a C# programer,in past versions of mkl, I found special functions in libmmd.dll.I could use for example J0 (Bessel function), in my code with this sintax: [DllImport("libmmd.dll",...
View ArticleVersion 19.1 running slower that 19.0 in Pardiso solver
I am running a simulation model (using finite elements) that requires solution of multiple sets of linear equations. There can be more than 500,000 sparse equations. I use OMP to parallelise the...
View ArticleCalling pardiso with symmetric/unsymmetric arrays in Fortran
Hello,I am using the direct solver routine pardiso in a fortran program of mine, for cases where the coefficient array is real. When I run the code for an unsymmetric array (mtype = 11), the routine...
View Articlemkl-include==2019.5 not found from intel channel
It seems there is a recent release for mkl-include through the main channel and the one via intel channel is not available. After we install mkl-include from main channel, there is conflict to install...
View Articlemkl-include==2019.5 not found from intel channel
We used to install mkl-include/mkl-static from intel channel. However, I think there is a recent release of mkl-include from the main channel and the one through intel channel is not available. After...
View Article