FFT not working for N=2048
Hello,I have a problem with mkl FFT. It stops working without a hint for N=2048.Here is my implementation: MKL_LONG status; int nThreads = omp_get_num_threads(); int th=0; DFTI_DESCRIPTOR_HANDLE handle...
View ArticleExplicit SVD vs SVD with eigen solver
Hi, could you clarify two following questions.Consider following mathematical problem. Given general full rank square non symmetric matrix A of 13 000 x 13 000 size I want to find its SVD with all...
View ArticleAccess to previous versions of Intel MKL
I want to use DLL and Libs of Intel MKL version 10.3.7.1 in my software program. If I purchase a license copy of latest version of Intel MKL for example 11.0, then do I get access to previous version...
View ArticleProblem using DSS
Hi!I'm taking my first steps at MKL and after installation and linking libraries (I have Ubuntu 12.04, 64-bit) I tried to modify the direct solver dss_sym_c.c so that I could solve my sparse symmetric...
View ArticleEigenvectors using MKL
Hi, I need help to calculate Eigenvectors using MKL routines.I have some codes that were compiled using Compaq Visual Fortran and they had IMSL libraries within. Now I'm using Visual Studio 2010+Visual...
View ArticleMemory crash in DSS
Hi!I modified DSS solver so that I could solve my own system using it but at the dss_solve_real step memory error occurs. I use malloc to allocate memory for the system while the example dss_sym_c.c...
View ArticleLinking Intel MKL is easy
icl prog.c /Qmklor,ifort prog.f /QmklThat's the easiest way if you are using one of the latest Intel compilers on Windows*. There are similar compiler options for Linux* and Mac OS* X as well.Another...
View ArticleCan I use MKL from Java,from C# or from Python?
Can I use MKL from Java, From C# or from Python or from ......? Many developers may ask the first question when learn Intel MKL. The answer isYES. Then a following question is how to? Here is...
View ArticleNew Intel Premier Support
The New Intel(R) Premier Support (IPS) is coming August 19thWe are excited to announce the launch of a new version of Intel® Premier Support that replaces the existing Intel Premier Support web site...
View ArticleIntel® Math Kernel Library 11.1 Update 2 is now available
Intel® Math Kernel Library (Intel® MKL) is a highly optimized, extensively threaded, and thread-safe library of mathematical functions for engineering, scientific, and financial applications that...
View ArticleBuild failure due to duplicate definitions
pstran and pdtran are defined in both mkl_pblas.h and mkl_scalapack.h. Causes build to fail with visual studio, unless commented out from mkl_scalapack.h
View ArticleMatrix Reordering in MKL?
Are there any matrix reordering algorithms available in the MKL API, such as Reverse-Cuthill-McKee or Gibbs-Poole-Stockmeyer? I can't seem to find any references one way or the other.Thank you.
View ArticleMath Kernel Library Link Line Advisor unable access
https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor now unable access!
View ArticleNumber of licenses required for MKL?
We're trying to determine how many MKL licenses are required for our system setup. We would only be using MKL through R, so after R is built with MKL, I don't think we would not be directly calling MKL...
View ArticleMKL POISSON LIBRARY ERROR
I am numerically solving Poisson equation using Poisson Solver Routines https://software.intel.com/en-us/node/471042 . The equation has both Neumann and periodic boundary conditions. These boundary...
View ArticleDocumentation on using MKL With VxWorks?
Hello,I've seen articles on the web site which state that the Linux version of the MKL can be used with VxWorks. Is there a document that describes how to do this?Thanks!
View ArticleMKL PZGESVD crashes when linking from C++.
Hi,In the attached test case (a.cpp), I'm trying to use the scalapack PZGESVD routine, but it crashes for a reason I cannot figure out. I'm calling from C++. If I call PDGESVD on a real (double...
View ArticleLAPACKE_*lang* missing
The LAPACKE_*lang* functions for computing matrix norms are documented, but their definitions seem to be missing from the MKL C header files.Is this a mistake on my part, or are they indeed...
View ArticleRegistration Link : Intel® MKL 11.2 Beta
Intel® MKL 11.2 Beta is now available as part of Intel® Cluster Studio XE 2015 Beta.Try out the new Intel® Software Development Tools 2015 Beta and help us make our product better.Here is the...
View ArticleMKL_Free_Buffer Thread Safety
Hello,I have a code which uses MKL FFT function and is almost same as the standard example except I free the buffers at the end. It is a 1-D FFT complex to complex in-place. MKL is used by multiple...
View Article