<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Numpy: LAPACK and BLAS libraries not found in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789821#M2148</link>
    <description>While it's certainly possible to use MKL and Intel compiler versions which weren't issued together, one of the value improvements in the integrated compiler and MKL release is the possibility of sourceing a single script to set up the combined path environment. When your results aren't consistent with the use of a single combined compiler/library release, nor with your description of versions you intended, it's difficult to discount the possibility that the reported problems arise from such inconsistencies.</description>
    <pubDate>Tue, 22 Nov 2011 02:42:29 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2011-11-22T02:42:29Z</dc:date>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789810#M2137</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;I have installed the MKL 
10.3.7.256 (64 bits) on my Linux Slackware and now, I want to install 
the numpy and scipy packages.
&lt;/P&gt;
But, when I try to make this, 
the LAPACK and the BLAS libraries are not found.&lt;BR /&gt;&lt;BR /&gt;I'm trying to install the numpy following this Numpy User Note (http://software.intel.com/en-us/articles/numpy-user-note/)&lt;BR /&gt;&lt;BR /&gt;I received these warnings when I try to compile:&lt;BR /&gt;&lt;BR /&gt;"&lt;I&gt;Running from numpy source directory./root/python/numpy-1.6.1/numpy/distutils/system_info.py:1414: UserWarning: &lt;BR /&gt; Atlas (http://math-atlas.sourceforge.net/) libraries not found.&lt;BR /&gt; Directories to search for the libraries can be specified in the&lt;BR /&gt; numpy/distutils/site.cfg file (section [atlas]) or by setting&lt;BR /&gt; the ATLAS environment variable.&lt;BR /&gt; warnings.warn(AtlasNotFoundError.__doc__)&lt;BR /&gt;/root/python/numpy-1.6.1/numpy/distutils/system_info.py:1423: UserWarning: &lt;BR /&gt; Blas (http://www.netlib.org/blas/) libraries not found.&lt;BR /&gt; Directories to search for the libraries can be specified in the&lt;BR /&gt; numpy/distutils/site.cfg file (section [blas]) or by setting&lt;BR /&gt; the BLAS environment variable.&lt;BR /&gt; warnings.warn(BlasNotFoundError.__doc__)&lt;BR /&gt;/root/python/numpy-1.6.1/numpy/distutils/system_info.py:1426: UserWarning: &lt;BR /&gt; Blas (http://www.netlib.org/blas/) sources not found.&lt;BR /&gt; Directories to search for the sources can be specified in the&lt;BR /&gt; numpy/distutils/site.cfg file (section [blas_src]) or by setting&lt;BR /&gt; the BLAS_SRC environment variable.&lt;BR /&gt; warnings.warn(BlasSrcNotFoundError.__doc__)&lt;BR /&gt;/root/python/numpy-1.6.1/numpy/distutils/system_info.py:1330: UserWarning: &lt;BR /&gt; Atlas (http://math-atlas.sourceforge.net/) libraries not found.&lt;BR /&gt; Directories to search for the libraries can be specified in the&lt;BR /&gt; numpy/distutils/site.cfg file (section [atlas]) or by setting&lt;BR /&gt; the ATLAS environment variable.&lt;BR /&gt; warnings.warn(AtlasNotFoundError.__doc__)&lt;BR /&gt;/root/python/numpy-1.6.1/numpy/distutils/system_info.py:1341: UserWarning: &lt;BR /&gt; Lapack (http://www.netlib.org/lapack/) libraries not found.&lt;BR /&gt; Directories to search for the libraries can be specified in the&lt;BR /&gt; numpy/distutils/site.cfg file (section [lapack]) or by setting&lt;BR /&gt; the LAPACK environment variable.&lt;BR /&gt; warnings.warn(LapackNotFoundError.__doc__)&lt;BR /&gt;/root/python/numpy-1.6.1/numpy/distutils/system_info.py:1344: UserWarning: &lt;BR /&gt; Lapack (http://www.netlib.org/lapack/) sources not found.&lt;BR /&gt; Directories to search for the sources can be specified in the&lt;BR /&gt; numpy/distutils/site.cfg file (section [lapack_src]) or by setting&lt;BR /&gt; the LAPACK_SRC environment variable.&lt;BR /&gt; warnings.warn(LapackSrcNotFoundError.__doc__)&lt;BR /&gt;/root/python/numpy-1.6.1/numpy/distutils/command/config.py:40: DeprecationWarning: &lt;BR /&gt;+++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;Usage of try_run is deprecated: please do not &lt;BR /&gt;use it anymore, and avoid configuration checks &lt;BR /&gt;involving running executable on the target machine.&lt;BR /&gt;+++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt; DeprecationWarning)&lt;/I&gt;&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;and these messages:&lt;BR /&gt;&lt;BR /&gt;"&lt;I&gt;F2PY Version 2&lt;BR /&gt;blas_opt_info:&lt;BR /&gt;blas_mkl_info:&lt;BR /&gt; libraries mkl_intel_lp64,mkl_intel_thread,lmkl_core not found in /opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/intel64/&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;atlas_blas_threads_info:&lt;BR /&gt;Setting PTATLAS=ATLAS&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib64&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/lib64&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/lib&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;atlas_blas_info:&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/local/lib64&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/local/lib&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/lib64&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/lib&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;blas_info:&lt;BR /&gt; libraries blas not found in /usr/local/lib64&lt;BR /&gt; libraries blas not found in /usr/local/lib&lt;BR /&gt; libraries blas not found in /usr/lib64&lt;BR /&gt; libraries blas not found in /usr/lib&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;blas_src_info:&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;lapack_opt_info:&lt;BR /&gt;lapack_mkl_info:&lt;BR /&gt;mkl_info:&lt;BR /&gt; libraries mkl_intel_lp64,mkl_intel_thread,lmkl_core not found in /opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/intel64/&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;atlas_threads_info:&lt;BR /&gt;Setting PTATLAS=ATLAS&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib64&lt;BR /&gt; libraries lapack_atlas not found in /usr/local/lib64&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib&lt;BR /&gt; libraries lapack_atlas not found in /usr/local/lib&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/lib64&lt;BR /&gt; libraries lapack_atlas not found in /usr/lib64&lt;BR /&gt; libraries ptf77blas,ptcblas,atlas not found in /usr/lib&lt;BR /&gt; libraries lapack_atlas not found in /usr/lib&lt;BR /&gt;numpy.distutils.system_info.atlas_threads_info&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;atlas_info:&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/local/lib64&lt;BR /&gt; libraries lapack_atlas not found in /usr/local/lib64&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/local/lib&lt;BR /&gt; libraries lapack_atlas not found in /usr/local/lib&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/lib64&lt;BR /&gt; libraries lapack_atlas not found in /usr/lib64&lt;BR /&gt; libraries f77blas,cblas,atlas not found in /usr/lib&lt;BR /&gt; libraries lapack_atlas not found in /usr/lib&lt;BR /&gt;numpy.distutils.system_info.atlas_info&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;lapack_info:&lt;BR /&gt; libraries lapack not found in /usr/local/lib64&lt;BR /&gt; libraries lapack not found in /usr/local/lib&lt;BR /&gt; libraries lapack not found in /usr/lib64&lt;BR /&gt; libraries lapack not found in /usr/lib&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt;lapack_src_info:&lt;BR /&gt; NOT AVAILABLE&lt;BR /&gt;&lt;BR /&gt; NOT AVAILABLE&lt;/I&gt;&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And I don't know why the compiler are searching the libs in the /usr directory.&lt;BR /&gt;&lt;BR /&gt;Somebody could help, please?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 18 Nov 2011 23:39:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789810#M2137</guid>
      <dc:creator>Hilder_Pereira</dc:creator>
      <dc:date>2011-11-18T23:39:22Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789811#M2138</link>
      <description>You are trying to build a package with substitutions (MKL) for some packages (Atlas, Lapack, BLAS). The default build (makefile, configure, etc.) knows nothing about your intentions, and will not work without your making suitable changes. &lt;BR /&gt;&lt;BR /&gt;Look for places in the Makefile where you can specify alternative names and locations for libraries, and see if you can make changes there to make the package work with MKL.</description>
      <pubDate>Sun, 20 Nov 2011 17:02:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789811#M2138</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-11-20T17:02:37Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789812#M2139</link>
      <description>The diagnostics quoted above do indicate that the default location for the MKL libraries was searched, but possibly not for the correct library names. Either the link advisor tool or ls will show you the exact names, and verify whether you may have changed the install path.</description>
      <pubDate>Sun, 20 Nov 2011 19:51:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789812#M2139</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-11-20T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789813#M2140</link>
      <description>Mecej4,&lt;BR /&gt;&lt;BR /&gt;I think the locations where the compiler will search the libs is specified by the file site.cfg&lt;DIV&gt;and my file have:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;"&lt;I&gt;[mkl]&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;library_dirs = /opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/intel64/&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;include_dirs = /opt/intel/composer_xe_2011_sp1.7.256/mkl/include/&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;mkl_libs = mkl_intel_lp64,mkl_intel_thread,lmkl_core&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;lapack_libs = mkl_lapack_ilp64&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;like I saw in the Numpy User Note (http://software.intel.com/en-us/articles/numpy-user-note/ end of page).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Am I wrong?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Sun, 20 Nov 2011 22:18:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789813#M2140</guid>
      <dc:creator>Hilder_Pereira</dc:creator>
      <dc:date>2011-11-20T22:18:02Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789814#M2141</link>
      <description>&lt;DIV id="_mcePaste"&gt;When I list the directory I have:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;"&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;$ ls /opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/intel64/&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_avx.so*          libmkl_intel_sp2dp.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_ilp64.a       libmkl_intel_thread.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_intelmpi_ilp64.a  libmkl_intel_thread.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_intelmpi_ilp64.so* libmkl_lapack95_ilp64.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_intelmpi_lp64.a   libmkl_lapack95_lp64.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_intelmpi_lp64.so*  libmkl_mc.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_lp64.a       libmkl_mc3.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_openmpi_ilp64.a   libmkl_p4n.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_openmpi_lp64.a   libmkl_pgi_thread.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_sgimpt_ilp64.a   libmkl_pgi_thread.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blacs_sgimpt_lp64.a    libmkl_rt.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blas95_ilp64.a      libmkl_scalapack_ilp64.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_blas95_lp64.a       libmkl_scalapack_ilp64.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_cdft_core.a        libmkl_scalapack_lp64.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_cdft_core.so*       libmkl_scalapack_lp64.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_core.a          libmkl_sequential.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_core.so*         libmkl_sequential.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_def.so*          libmkl_solver_ilp64.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_gf_ilp64.a        libmkl_solver_ilp64_sequential.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_gf_ilp64.so*       libmkl_solver_lp64.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_gf_lp64.a         libmkl_solver_lp64_sequential.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_gf_lp64.so*        libmkl_vml_avx.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_gnu_thread.a       libmkl_vml_def.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_gnu_thread.so*      libmkl_vml_mc.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_intel_ilp64.a       libmkl_vml_mc2.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_intel_ilp64.so*      libmkl_vml_mc3.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_intel_lp64.a       libmkl_vml_p4n.so*&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_intel_lp64.so*      locale/&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;I&gt;libmkl_intel_sp2dp.a&lt;/I&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;"&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;and, for example, the message&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;"&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;META content="text/html; charset=utf-8" http-equiv="content-type" /&gt;&lt;SPAN style="border-collapse: collapse; font-family: Arial, sans-serif; font-size: 12px; font-weight: 200; line-height: 16px;"&gt;&lt;I style="font-family: arial, sans-serif; padding: 0px; margin: 0px;"&gt;mkl_info:&lt;BR style="font-family: arial, sans-serif; padding: 0px; margin: 0px;" /&gt; libraries mkl_intel_lp64,mkl_intel_thread,lmkl_core not found in /opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/intel64/&lt;/I&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="border-collapse: collapse; font-family: Arial, sans-serif; font-size: 12px; font-weight: 200; line-height: 16px;"&gt;&lt;I style="font-family: arial, sans-serif; padding: 0px; margin: 0px;"&gt;"&lt;/I&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; line-height: 16px;"&gt;says that the libs mkl_intel_lp64 and mkl_intel_thread was not found (but they are in the directory, it's just see the output of ls...)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; line-height: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; line-height: 16px;"&gt;What can I do?&lt;BR /&gt;&lt;BR /&gt;Thank you very much for the atention!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="border-collapse: collapse; font-family: Arial, sans-serif; font-size: 12px; font-weight: 200; line-height: 16px;"&gt;&lt;I style="font-family: arial, sans-serif; padding: 0px; margin: 0px;"&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 20 Nov 2011 22:35:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789814#M2141</guid>
      <dc:creator>Hilder_Pereira</dc:creator>
      <dc:date>2011-11-20T22:35:34Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789815#M2142</link>
      <description>Check that the libraries are referenced by correct spellings; &lt;BR /&gt;-lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread&lt;BR /&gt;would be expanded in normal ld fashion to the .so libraries; if linking the static libraries, the specification passed to ld must be in accordance with the link advisor (full path names fully spelled out, with the --begin-group .... --end-group directives included).&lt;BR /&gt;The intel_thread libraries also introduce dependency on libiomp5 and libpthread.</description>
      <pubDate>Sun, 20 Nov 2011 23:02:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789815#M2142</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-11-20T23:02:09Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789816#M2143</link>
      <description>Sorry, I had not bothered to look at the Numpy User Note link that you provided. This is one of those instances where I had to learn by doing. I downloaded the current NumPy source distribution from Sourceforge and built the package on OpenSuse 11.4 X64. Only a minor correction was needed to build the 64-bit version. Please see the comment that I added to the &lt;A href="http://software.intel.com/en-us/articles/numpy-user-note/#comment-66915"&gt;User Note page&lt;/A&gt;.&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Simply put, change&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;  lapack_libs = mkl_lapack_ilp64&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;to&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;  lapack_libs =&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;in file site.cfg.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Nov 2011 09:45:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789816#M2143</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-11-21T09:45:52Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789817#M2144</link>
      <description>macej4,&lt;BR /&gt;&lt;BR /&gt;I made it and it didn't work&lt;BR /&gt;):&lt;BR /&gt;&lt;BR /&gt;I received the same messages and warnings.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2011 12:08:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789817#M2144</guid>
      <dc:creator>Hilder_Pereira</dc:creator>
      <dc:date>2011-11-21T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789818#M2145</link>
      <description>That's surprising. What are the compiler, kernel and OS versions on your system?</description>
      <pubDate>Mon, 21 Nov 2011 14:22:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789818#M2145</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-11-21T14:22:49Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789819#M2146</link>
      <description>The comipler version is &lt;B&gt;11.0&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;and the OS is &lt;B&gt;Slackware 13.1.0&lt;/B&gt; (with &lt;B&gt;kernel 2.6.33.4&lt;/B&gt;).&lt;BR /&gt;&lt;BR /&gt;The processor is a &lt;B&gt;x86_64 Intel Core2 Quad CPU Q6600 @ 2.40GHz&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2011 16:41:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789819#M2146</guid>
      <dc:creator>Hilder_Pereira</dc:creator>
      <dc:date>2011-11-21T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789820#M2147</link>
      <description>The compiler version number that you just gave (11.0) is not consistent with the directory name given earlier (/opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/intel64/ ). &lt;BR /&gt;&lt;BR /&gt;If you have more than one version of the compiler and more than one version of MKL it is necessary to use a matching combination, since the MKL libraries were changed considerably from those in compiler version 11.0 to those in 12.1.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2011 22:34:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789820#M2147</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-11-21T22:34:21Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789821#M2148</link>
      <description>While it's certainly possible to use MKL and Intel compiler versions which weren't issued together, one of the value improvements in the integrated compiler and MKL release is the possibility of sourceing a single script to set up the combined path environment. When your results aren't consistent with the use of a single combined compiler/library release, nor with your description of versions you intended, it's difficult to discount the possibility that the reported problems arise from such inconsistencies.</description>
      <pubDate>Tue, 22 Nov 2011 02:42:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789821#M2148</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-11-22T02:42:29Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789822#M2149</link>
      <description>that's correct: Compiler Version 11.0 contains the version of MKL 10.1. You can find all required binaries ( for example for 64bit ) for this version in the following directory:&lt;DIV&gt;/opt/intel/Compiler/11.0/084/mkl/lib/&lt;B&gt;em64t&lt;/B&gt;&lt;DIV&gt;please pay attention at the name of this folder. This is not intel64 but em64t.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Nov 2011 09:28:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789822#M2149</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-11-22T09:28:35Z</dc:date>
    </item>
    <item>
      <title>Numpy: LAPACK and BLAS libraries not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789823#M2150</link>
      <description>I have just one version of mkl and icc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But, could you talk about this inconsistence with the directory name?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 23 Nov 2011 16:03:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numpy-LAPACK-and-BLAS-libraries-not-found/m-p/789823#M2150</guid>
      <dc:creator>Hilder_Pereira</dc:creator>
      <dc:date>2011-11-23T16:03:46Z</dc:date>
    </item>
  </channel>
</rss>

