Deprecated Sparse BLAS Level 2 and Level 3 Routines
Hello,I am currently using Intel MKL 2018 Update 3 and it seems that the Sparse BLAS Level 2 and Level 3 routines have been deprecated. I used to use the mkl_?dnscsr function to convert a dense matrix...
View ArticleIterative Sparse Solvers based on Reverse Communication Interface
Dear Sir/Madam,I am grateful for the development of Intel Visual Fortran Compiler for Windows. It helps my work a lot.I would like to ask about RCI ISS in the newest Intel MKL solver. I know that in...
View ArticleLinX after MKL 11.2.2.010 have error!
Hi)LinX after MKL 11.2.2.010 have error!w_lpk_p_11.2.2.010.zip c:\test>linpack_xeon64.exe Input data or print help ? Type [data]/help : Number of equations to solve (problem size): 8135 Leading...
View ArticleHow to get sparse array in CSR format from a matrix handle?
Hello,I'm using Sparse BLAS routines in MKL.For matrix-matrix multiplications using the mkl_sparse_spmm routine, I created matrix handles, and then execute the routine.But, how can I get the result in...
View ArticleA runtime error in FEAST zfeast_hcsrgv
Hello, I would like to report a runtime error in feast zfeast_hcsrgv routine. I have utlized the FEAST solver to solve generalized Hermitian eigenvalue problems using the zfeast_hcsrgv routine, but...
View ArticleProblem while solving Ax=B with Pardiso
I have a problem with solving system of linear equations using Pardiso. I have application in which one of the processes loads dll where system of linear equations Ax=B is solved using Pardiso. There...
View Articleifort with mkl and function mkl_sparse_d_mv
I compile my program and it gives the following error:forrtl: severe (174): SIGSEGV, segmentation fault occurredI isolated the problem and it is occurring at the call of the mkl_sparse_d_mv function...
View ArticleUsage of MKL Scalapack
Hi all,I would like to use PZGESVD of SCALAPACK to solve my problem distributedly. Before using PZGESVD, the matrix should be distributed to all the processes involved. Therefore, I want to test the...
View ArticleBig Performance Problem with PARDISO 2018 Update 3
Hello folks,I've a strange performance problem with PARDISO on Windows. Before I open a support call I'll hope to get some feedback in this forum. I'm using Intel® Parallel Studio XE 2018 Update 3...
View ArticleHow do I attach MKL routines from Visual studio ?
I was trying to use DGESV to solve a set of linear equations, an MKL routine.but it tells me its an unknown entry point.Steve mentioned using a LINKER option, but I don't see any way to do that from...
View ArticleCan't compute 1D discrete sine transforms of size >=INT_MAX
n=INT_MAX: Intel MKL TRIG TRANSFORMS ERROR: Fatal error (error message=Intel MKL DFTI ERROR: Inconsistent configuration parametersn=INT_MAX-1: Finishes finen=INT_MAX+1: Segmentation faultI am using...
View ArticleStack overflow in Pardiso solver Error
Dear all,I would like to ask for your help to solve this error when I used Pardiso for my Finite element analysis.I am using Intel® Parallel Studio XE 2017 update 6 for Windows with Intel Fortran...
View ArticleMac High sierra zdotu test not working
Hi,I am struggling with the recompilation of R using the Intel MKL. I have identified the problem to the following:gfortran -c testf.f gcc -c test.c gcc -L${MKL_LIB_PATH} -o test test.o testf.o...
View ArticleStill cannot attach MKL library from Visual Studio
I went back to an earlier version (VS 2010) which does the Fortran source code routines fine - But I still cannot make it attach an entry point routine in the MKL library.Steve mentioned an option in...
View ArticleDirect Sparse Solver for Clusters scaling with OpenMP threads
I am trying to determine whether the Intel Direct Sparse Solver for Clusters is a good parallel solver for our application. I have implemented the sparse solver in Fortran to solve a linear FEA...
View Articlelinking to mkl pardiso on windows using pgfortran
hello, i am new to computing on windows operating systems. i have pgfortran 18.4 installed and MKL 2018.3.210 installed, including the mkl_pgi_thread library. i am trying to statically link to the...
View ArticleInstalling MKL on MUSA IS with no NIC (no MAC address)
I've generated and received a license file for my downloaded free version of the Math Kernel Library, and I understand I can install it on other computers for my use only on other machines.I have a...
View ArticleHPL Linpack with Intel MKL -- Single Node, Two Processors
Hi everyone, I've compiled HPL with Intel's MPI and Intel MKL but I'm confused about the best way to run it on a single node with two processors (12 cores each). Should I be using mpirun even though I...
View ArticleStoring method for the coefficient matrix for the Preconditioned GMRES
Hi All;Quick Question; How can i use GMRES for a preconditioned very large linear system without storing the entire coefficient matrix?. As i understand; GMRES asks for the RHS vector, the entire...
View ArticleMKL for Deep Learning?
Hello together,I am a PhD student researching in the area of parallel programming. In my next research paper, I aim to present some high-performance (OpenCL) implementations for the Basic Linear...
View Article