libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALAPACK_INT'
The cause of this issue happens only when SGI's MPI library and libmkl_blacs_sgimpt_lp64.a library from MKL are used. Workaround for this is described in this KB article Author: Vipin Kumar E K (Intel) Type: Errors and Diagnostics |
11/25/2009
|
dyld:Library not loaded:libiomp5.dylib
when use intergarated MKL or IPP from Intel pro compiler, the error dyld:Library not loaded:libiomp5.dylib show. Add rigth environment variable can solve the probelm Author: Ying H (Intel) Type: Errors and Diagnostics |
11/16/2009
|
Build CP2K using Intel Fortran compiler Professional Edition
This article show how to build CP2K for Intel64 platform, using Intel Fortran compiler Professional Edition version 11.0.083 / 11.1.059, and Intel Math Kernel Library (MKL) with FFTW 3.x support Author: Hao Jiang (Intel) Type: Errors and Diagnostics |
11/03/2009
|
How to create a MKL "Dummy" Library
The compatibility libraries (also known as ―"dummy" libraries) are removed since version 10.2 of Intel(R) MKL. The article is for those who still want to use dummy library, like mkl_c.lib etc. Author: Ying H (Intel) Type: Errors and Diagnostics |
10/19/2009
|
OMP Error #15: Initializing libguide40.dll, but found libiomp5md.dll already initialized
The doc explains why the error and how to solve it Author: Ying H (Intel) Type: Errors and Diagnostics |
08/03/2009
|
OMP abort: Initializing libguide.lib, but found libguide40.lib already
Symptom(s):
OMP abort: Initializing libguide.lib, but found libguide40.lib already initialized.
Type: Errors and Diagnostics |
07/07/2009
|
"MKL FATAL ERROR: Cannot load neither xxxx" with Intel MKL 10.x
MKL FATAL ERROR with MKL 10.1 Author: Chao Y (Intel) Type: Errors and Diagnostics |
03/12/2009
|
OMP: Error #15: Initializing libguide.dylib, but found libiomp5.dylib already initialized
This is a linker error generated when different parts of a program try to link both static and dynamic verions of the OpenMP runtime. The solution is to explicitly call out either a dynamic or static link. Author: Elizabeth S (Intel) Type: Errors and Diagnostics |
02/04/2009
|
Using Intel® MKL in MATLAB Executable (MEX) Files
This document describes common error messages and solutions when using Intel® MKL 10.0 with MATLAB R2008a on Windows*. Author: AmandaS (Intel) Type: Errors and Diagnostics |
02/03/2009
|
Intel® MKL and Intel® IPP Linux* Installation Options
This document describes common errors and alternative methods for installing Intel MKL and Intel IPP on various Linux* distributions. Author: AmandaS (Intel) Type: Errors and Diagnostics |
01/12/2009
|
Problem with Linking Applications to Intel MKL 10.0 for Linux* Dummy Shared Librares
This page describe a common problem with linking applications to the Intel MKL 10.0 dummy libraries. Author: AmandaS (Intel) Type: Errors and Diagnostics |
10/21/2008
|
Adding shared libraries environment path / common runtime errors
Compile example:
gcc -o foo foo.c -I/opt/intel/mkl/10.1.0.015/include -L/opt/intel/mkl/10.1.0.015/lib/32 -lmkl_intel ... <other MKL libs>
Results in runtime error when loading shared ... Type: Errors and Diagnostics |
09/19/2008
|
Intel® MKL Does Not Immediately Release Memory
In order to achieve better performance, memory allocated by Intel® MKL is not released. This behavior is by design and is a one-time occurrence for Intel MKL routines that require workspace m ... Type: Errors and Diagnostics |
09/19/2008
|
Different behavior of LAPACK dgelss and dgesvd on Windows* and Linux*
The LAPACK least squares function dgelss gives a different results on Linux* compared with Windows*. Though, it is difficult to get a bit-to-bit correspondence values on both systems, but consi ... Type: Errors and Diagnostics |
09/19/2008
|
Errors linking Intel® compilers with Intel® MKL 10.x
Symptoms
When building with Intel® Math Kernel Library for Windows* version 10.0 using the xilink linker from the command line or within the Microsoft Visual Studio* IDE, the following error m ... Type: Errors and Diagnostics |
09/19/2008
|