DftiCommitDescriptor hangs my application
Hi,I've been struggling with this for a while, hope you can help.I'm creating a shared library on Linux (Centos 6.7) using FFT's implemented with the MKL. My library works fine when used together with...
View ArticleUsing MPI parMETIS with cluster_sparse_solver
Hello.I am optimizing the `cluster_sparse_solver` runtime. In my case, the majority of the runtime is taken by phase `11`, symbolic factorization, with METIS. Additionally, only a single node is used...
View ArticleMKL Library license requirement for R
Hi AllWe need to use MKL with Open Source R. As I read over this site, that these libraries will be used during compilation stage of R. Could you confirm on the licensing requirement. Should we go for...
View ArticleIntel® Math Kernel Library 11.3 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 ArticleOdd dgesv results
Hello,I'm trying to refactor a piece of code that solves a simple Ax=b linear problem using MKL. From the manual, I saw that dgesv is the function I should call.A is an n-by-n Jacobian matrix (with...
View ArticleSegfault error for calling dcg_init
Hi, I got segment fault error when calling dcg_init. Please help me. Thanks. KrylovFMM is the subroutine calling the iterative solver. Shelltest1.c is the main file....
View ArticleError MKLMPI_Get_wrappers, cluster MKL using gfortran, OpenMPI
I am trying to compile a program using the MKL (11.3, 2016.0.109) libraries with the gfortran (5.1.0) compiler and OpenMPI (1.8.5, compiled against gfortran 5.1.0).I can successfully compile the...
View ArticleVisual Studio 2015 unresolved external symbol _snprintf
Hi,My code compiles fine when using Visual Studio 2013, but when converting it to VS15, I get this error:Error LNK2001 unresolved external symbol _snprintf FEBio2...
View ArticleIntel MKL 11.3 IFFT bug?
Hi,There seems to be a bug in the Intel MKL library version 11.3 with IFFT. The test program below (sorry the attach feature doesn't work) performs the FFT on an input buffer and then the IFFT on the...
View ArticleHelp Using Lapack for Getting Least Squares Fit Polynomial Coefficients
Hello all,I am a first time MKL user trying to use the library to fit a 3rd-order 2-d polynomial function to f(x,y). This algorithm works using pretty much the same exact approach in Python so I...
View ArticleMKL-DSS-DSS-Error, reordering problem
I am trying to solve a sparse system of equations but I am getting this error "MKL-DSS-DSS-Error, reordering problem" without any more specifics on what the error is. This is what my code looks...
View ArticleBloated EXEs produced when MKL-DSS used with static libraries
Fortran and C applications that make calls to DSS (Direct Sparse Solver) produce huge EXE files on Windows when recent versions of Intel compilers and MKL are used, if static libraries are selected...
View ArticleMakefile and MKL
Hi, I am using MKL (the student version) with MPICH2.In my Makefile, the paths for MKL are hardcoded. How can I make it that they get more general? I mean, that now that my professor will check the...
View ArticleMultithreading (BLAS sgemm)
Dear Forum,I am trying to make MKL accelerate a matrix multiplication for me. It works, but MKL insists on doing it with a single thread. I played around a bit. But regardless of what I do - even when...
View ArticleMKL Community Edition for OS X availability
Hello! I don't see MKL listed in my available downloads for "Community Licensing for Intel® Performance Libraries for OS X". It appears to be available for Linux and Windows, though. Will MKL be made...
View ArticleWrong results while solving for eign vectors!
i am trying to use the dsyev routine. Now i modified your default example slightly by solving for matrix:2,1,3, 1,2,3, 3,3,20 i am getting : Eigenvalues 1.00 2.00 21.00 Eigenvectors (stored...
View ArticleDifferent pivots ( intel mkl vs gnu lapack) from dgesv !
i have two codes for solving linear equations, one from intel: /******************************************************************************* * Copyright (C) 2009-2015 Intel Corporation. All Rights...
View ArticleScaling of FEAST?
HiShort question: how do the execution time of FEAST scale with the subspace size M0?I am trying to add support for the eigensolver FEAST to a large atomic structure program package, GRASP2K, and it...
View ArticlevmlSetMode is not working
Hello,I wanted to use the function vmlSetMode for c++ but the input parameter is ignored for all possible inputs. For example:unsigned int x = vmlSetMode(VML_ERRMODE_IGNORE); unsigned int y =...
View Articlemkl_realloc alignment
Hi, I'm facing a problem probably due to misalignment so I decided to use mkl_*alloc with Parallel Direct Sparse Solver.The solver needs 64byte alignment that is succesfully obtained my...
View Article