MKL g++ issue on Mac 10.11
Hey, I am trying to run a simple lapack example (lets say the dsyev example, https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/dsyev_ex.c.htm), with MKL 2017...
View ArticleLicense renewal
If I buy a license for Intel Math Kernel Library, and I attach a MKL redist with my product.Do I need to update the redist component when the license expires.Do I need to renew the redistributables?...
View ArticleHow do I interface Math Kernel Library routines ?
I looked at the documentation, but the INCLUDE file they say to use does not work.INCLUDE "mkl_lapack.fi" is what they give there.It still cannot find the entry point to the MKL routine I want to...
View ArticleSize of MKL libraries
The size of MKL has grown quite a bit over the years.This is a problem when distributing this library as a part of a software product (large product download sizes).Does the Intel MKL team make any...
View Article4x4 matrix 1x4 vector slower using MKL
using vs2013 CPU Intel(R)Core(TM) i7 4790MKL 2017 SequentialDoing a Test:#include<stdio.h> #include<string.h> #include"mkl.h" #include <time.h> #include <pmmintrin.h> void...
View ArticleYet another issue with the BSR format
Hello,Attached, I'm doing y = Ax with A in BSR format (bs = 1, 2, and 3), that has only one nonzero block coefficient. Clearly, the results are wrong with bs = 3.The first 9 rows must be 0! 10 122 11...
View ArticleXE2017/VS2015 Link Error - MKL_SET_CPU_FREQUENCY
New install, upgraded from 11.1. Build is successful, seem to have the initial integration issue of missing linker options resolved; Project settings for Fortran and linker look as expected but...
View ArticleIntel C++ compiler for Microsoft Visual Community 2015
I am new to MKL. I installed Visual Community 2015 as Intel MKL warned that it could not find supported compilers. Then I installed the Intel MKL. I was expecting Visual Community to be configured...
View Articlemkl,example,cannot open include"mkl,h"
i have already install the mkl,run the mklvars but cannot find the mkl file why? and how can i sue it
View ArticleNeed Help w/ MKL HPL scores and HPL.dat
I am seeking help trying to recreate MKL HPL results from the following site running the HPL binaries supplied with ICC V16....
View ArticleBLAS Level1 routines and Multi-threading
Hello: I'm a new software developer for developing matrix calculation. Recently, I used MKL BLAS Level routines to develop my own applications. I want tow know the implementation of these...
View ArticleUndefined reference to `mkl_lapack_ao_dpotrf_hao'
Hi,On our HP Z840 Workstation with Ubuntu Linux, Intel 64 ifort 16.0.2.181 compiler and Xeon CPUE5-2660V3@2.60 GHz x16 processors we get the following compile error...
View Articlelink with mkl ilp 64 intel c++ compiler
I am trying to compile my code with mkl. I was using intel c++ on linux compiler using -mkl=parallel option.From the documentation, I understand this does not link with the ilp64 libraries but only...
View ArticleCan you refer me to a math expert ?
I have a question about the usage of your linear algebra routines,but it does not involve the programming, but the actual mathematics. Can you recommend someone I can consult with about a math question...
View ArticleHPCG- Assertion nxf%2==0 failed.
Dear All, I have compiled HPCG benchmark with intel 2016 parallel studio XE for (2x)Xeon(R) CPU E5-2680 (RHEL 6.6). I have 64 GB of memory installed on my machine. Also, my hpcg.dat file is :HPCG...
View ArticleTBB with MKL cblas and lapack
I'm an experienced user of intel mkl and OpenMP. In my application, the parallelism topology is simple, so although I use OpenMP for a long time I haven't used very complex functionalities of OpenMP....
View Articlehow to use inverse Laplace transform in MKL? Is there function in IMKL ?
These days, I have to do some numerical inverse Laplace transform. But I do not find some subroutines or functions in MKL to do this work.Is there some functions to do inverse Laplace transform? I find...
View ArticleBuilding GNU Octave 4.2.0 with MKL
I spent the day trying to build the current stable release of GNU Octave, version 4.2.0. I tried to follow "Using Intel MKL in GNU Octave", but I keep getting warning after warning and error after...
View Articlesclability problem with Pardiso
Hello, I am using Pardiso parallel solver from Intel MKL (cluster_sparse_solver) and I have some problems with achieving good efficiency. The computations are run on Intel Xeon E5-2650 v2 8C 2.6GHz...
View ArticleHPCG and mpirun on 2S Xeon-EP
Hi,I was trying to measure socket performance of a Xeon E5 v3 chip with COD active but this problem also exists when I try to run on two sockets of a 2S Xeon-EP node. I am using the latest benchmark...
View Article