SCALAPACK libraries missing?
Hello,I installed the new version. However I noticed that the scalapack libraries are missing. Specifically libmkl_scalapack_lp64.a, ibmkl_scalapack_lp64.so etcI had trouble linking when I called...
View ArticleReporting Intel Parallel Studio XE 2017 error
This week I test Intel Parallel Studio XE 2017 for our fortran code, the compiling is fine, but when running, I get an error seems coming from scalapack: | Stacksize not measured: no C compiler |...
View ArticleError trying to run compiled Fortran code
HII am running on fortran on a Linux box. When I compile it seems to compile fine. Using this command. ifort -mkl -o sesame1 *.f90Then I try and run sesame1 using ./sesame1. I get the error...
View ArticleCannot compile theano tests with icpc and mkl libraries
Hi everyone,I've been trying to compile theano tests using icpc and linking against mkl-libraries. I've used the following link line and compiler settings.link line:-L${MKLROOT}/lib -lmkl_intel_ilp64...
View ArticleFFT - example code gives error on setup
Hi all,Our company is considering purchasing Intel MKL, and we have received a trail. I am however struggling to set up the descriptor for a 3d fft. When trying to commit the descriptor I get the...
View ArticleCrash when repeatedly load/free a dll which calling mkl ?potrf function
We need to use LoadLibrary() and FreeLibrary() to dynamically load/unload a dll, which, among other things, calling mkl ?potrf() function. But the calling often ends up with a crash in a few (2 or 3)...
View Articleicpc-16_0_170: warning #10315 and malloc message
Hi all, I would really appreciate any insights regarding the issue I describe below. Even high-level pointers in the right direction can be helpful. Given the level of expertise in this forum,...
View ArticleBUG in P?GEMM remains
The bug in Scalapack P?GEMM seems not to be fixed even in the 2017 beta3 library , although it has apparently been known since at least June . It seems to be present since mkl 11.3 . It works fine in...
View ArticleI get an error in MKL function vsldCorrExec, why?
I want to getarray h[16]={16,15,14,13, 12,11,10,9, 8,7,6,5, 4,3,2,1,},but I get an error:line 41:"status = vsldCorrExec(task, f, f_stride, g, g_stride, h, h_stride);"...
View ArticleRng initializing by state
HiI would like to initialize the Mersenne Twister rng's by a state instead of by a seed.How can this be done in mkl?TIA for your help,Petros
View ArticleYour Feedback Matters
Thank you for using Intel® software development tools. We are committed to making the best possible software and platforms to meet your development needs. Your personal experience with our products is...
View ArticleUsing MKL with Xeon Phi MICS
I have to write a program to process a large amount of data. Since most of the processing involves matrix and vector operations I wanted to use MKL to take advantage of the optimized library. I created...
View ArticleMKL ?trexc function
Good day to all.I am a student. I'm doing matrix calculations.There was a problem with using the ?trexc function of MKL that makes the reordering of Schur factorizationIn particular, with it's two last...
View ArticleMissing .rar in article "Using Intel® MKL with MATLAB"
Hi,at https://software.intel.com/en-us/articles/using-intel-mkl-with-matlab#co...the .rar file containing .dll files to setup Matlab is missingplease fixRegardsTrevisan Davide
View ArticleFeast algorithm to compute eigenvalues in quadrant complex plane
For instance, I would like to compute eigenvalues with positive real part and negative imaginary part and their associated eigenvectors, I suppose this should be faster and more accurate than using...
View Articlemkl_spblas.f90
I am writing a sparse solver using Inspector-executor Sparse BLAS routines and I get the following compiling error: stat = mkl_sparse_set_memory_hint (ilu0, SPARSE_MEMORY_AGGRESSIVE )...
View ArticleMKL wrappers in C# fails when LAPACK is called
Dear All, I am trying to create MKL wrapper for accessing LAPACK functions in C# (mainly those related to QR factorization). However, when I call the corresponding LAPACK function, the program just...
View ArticlePardiso Crash in MKL 2017
After upgrading to MKL 2017 (as part of the 2017 Intel Fortran compiler for Windows) I get a Pardiso crash when calling it to solve a simple matrix. The crash doesn't happen in MKL 11.3.4 or in any...
View ArticlePardiso crashes in 2017 MKL only when OMP_NUM_THREADS=2
I have a small matrix that consistently causes pardiso to crash only when I use OMP_NUM_THREADS=2 or 3. My machine has 12 cpus and any other setting for OMP_NUM_THREADS works. The other odd thing is...
View ArticleWhat is happening with mkl_dbsrmm
Hello,I'm trying to call mkl_dbsrmm once instead of calling mkl_dbsrmv multiple times, but I'm getting different results, like:X 1.000000e+00 2.000000e+00 2.000000e+00 3.000000e+00 1.000000e+00...
View Article