<?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 MKL and NumPy incompatibility (test fails) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-NumPy-incompatibility-test-fails/m-p/886351#M10054</link>
    <description>Numpy svn 1.1.0rc1 compiles w/o error with MKL 10.0.3.020, but the normal test fails. The identical failure has been reported by another user who is using the lib/em64t library. I'm using lib/32. Any pointers as to what may be going on would be much appreciated. Relevant data are below. Thanks.&lt;BR /&gt;&lt;BR /&gt;Numpy was compiled with the command:&lt;BR /&gt;&lt;BR /&gt;python setup.py config build_clib build_ext install --prefix=/usr/local &amp;gt; build.log&lt;BR /&gt;&lt;BR /&gt;# python&lt;BR /&gt;Python 2.5 (release25-maint, Dec 9 2006, 14:35:53)&lt;BR /&gt;[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)] on linux2&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import numpy&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; numpy.test()&lt;BR /&gt;Numpy is installed in /usr/local/lib/python2.5/site-packages/numpy&lt;BR /&gt;Numpy version 1.1.0rc1&lt;BR /&gt;Python version 2.5 (release25-maint, Dec 9 2006, 14:35:53) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)]&lt;BR /&gt; Found 18/18 tests for numpy.core.defmatrix&lt;BR /&gt; Found 3/3 tests for numpy.core.memmap&lt;BR /&gt; Found 283/283 tests for numpy.core.multiarray&lt;BR /&gt; Found 70/70 tests for numpy.core.numeric&lt;BR /&gt; Found 36/36 tests for numpy.core.numerictypes&lt;BR /&gt; Found 12/12 tests for numpy.core.records&lt;BR /&gt; Found 7/7 tests for numpy.core.scalarmath&lt;BR /&gt; Found 16/16 tests for numpy.core.umath&lt;BR /&gt; Found 5/5 tests for numpy.ctypeslib&lt;BR /&gt; Found 5/5 tests for numpy.distutils.misc_util&lt;BR /&gt; Found 2/2 tests for numpy.fft.fftpack&lt;BR /&gt; Found 3/3 tests for numpy.fft.helper&lt;BR /&gt; Found 24/24 tests for numpy.lib._datasource&lt;BR /&gt; Found 10/10 tests for numpy.lib.arraysetops&lt;BR /&gt; Found 1/1 tests for numpy.lib.financial&lt;BR /&gt; Found 0/0 tests for numpy.lib.format&lt;BR /&gt; Found 53/53 tests for numpy.lib.function_base&lt;BR /&gt; Found 5/5 tests for numpy.lib.getlimits&lt;BR /&gt; Found 6/6 tests for numpy.lib.index_tricks&lt;BR /&gt; Found 15/15 tests for numpy.lib.io&lt;BR /&gt; Found 1/1 tests for numpy.lib.machar&lt;BR /&gt; Found 4/4 tests for numpy.lib.polynomial&lt;BR /&gt; Found 49/49 tests for numpy.lib.shape_base&lt;BR /&gt;Found 15/15 tests for numpy.lib.twodim_base&lt;BR /&gt; Found 43/43 tests for numpy.lib.type_check&lt;BR /&gt; Found 1/1 tests for numpy.lib.ufunclike&lt;BR /&gt; Found 89/89 tests for numpy.linalg&lt;BR /&gt; Found 94/94 tests for numpy.ma.core&lt;BR /&gt; Found 15/15 tests for numpy.ma.extras&lt;BR /&gt; Found 7/7 tests for numpy.random&lt;BR /&gt; Found 16/16 tests for numpy.testing.utils&lt;BR /&gt; Found 0/0 tests for __main__&lt;BR /&gt;MKL FATAL ERROR: /opt/intel/mkl/10.0.3.020/lib/32/: cannot read file data: Is a directory&lt;BR /&gt;&lt;BR /&gt;I have been unable to determine what file MKL is attemping to read.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The error occurs with both icc and gcc. The relevant .bashrc calls are these:&lt;BR /&gt;&lt;BR /&gt;source /opt/intel/cc/10.1.015/bin/iccvars.sh&lt;BR /&gt;source /opt/intel/fc/10.1.015/bin/ifortvars.sh&lt;BR /&gt;export PYTHONPATH=/usr/local/lib/python2.5/site-packages:/usr/lib/python2.5&lt;BR /&gt;source /opt/intel/mkl/10.0.3.020/tools/environment/mklvars32.sh&lt;BR /&gt;&lt;BR /&gt;The relevant environment variables set by the above are:&lt;BR /&gt;&lt;BR /&gt;CPATH=/opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;DYLD_LIBRARY_PATH=/opt/intel/fc/10.1.015/lib:/opt/intel/cc/10.1.015/lib&lt;BR /&gt;FPATH=/opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;INCLUDE=/opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;LD_LIBRARY_PATH=/opt/intel/mkl/10.0.3.020/lib/32:/opt/intel/fc/10.1.015/lib:/opt/intel/cc/10.1.015/lib&lt;BR /&gt;LIBRARY_PATH=/opt/intel/mkl/10.0.3.020/lib/32&lt;BR /&gt;MKLROOT=/opt/intel/mkl/10.
0.3.020&lt;BR /&gt;PYTHONPATH=/usr/local/lib/python2.5/site-packages:/usr/lib/python2.5&lt;BR /&gt;&lt;BR /&gt;When Numpy is compiled w/o MKL it passes the tests:&lt;BR /&gt;&lt;BR /&gt;$python&lt;BR /&gt;Python 2.5 (release25-maint, Dec 9 2006, 14:35:53)&lt;BR /&gt;[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)] on linux2&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import numpy&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; numpy.test()&lt;BR /&gt;Numpy is installed in /usr/local/lib/python2.5/site-packages/numpy&lt;BR /&gt;Numpy version 1.1.0rc1&lt;BR /&gt;Python version 2.5 (release25-maint, Dec 9 2006, 14:35:53) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)]&lt;BR /&gt; Found 18/18 tests for numpy.core.defmatrix&lt;BR /&gt; Found 3/3 tests for numpy.core.memmap&lt;BR /&gt; Found 283/283 tests for numpy.core.multiarray&lt;BR /&gt; Found 70/70 tests for numpy.core.numeric&lt;BR /&gt; Found 36/36 tests for numpy.core.numerictypes&lt;BR /&gt; Found 12/12 tests for numpy.core.records&lt;BR /&gt; Found 7/7 tests for numpy.core.scalarmath&lt;BR /&gt; Found 16/16 tests for numpy.core.umath&lt;BR /&gt; Found 5/5 tests for numpy.ctypeslib&lt;BR /&gt; Found 5/5 tests for numpy.distutils.misc_util&lt;BR /&gt; Found 2/2 tests for numpy.fft.fftpack&lt;BR /&gt; Found 3/3 tests for numpy.fft.helper&lt;BR /&gt; Found 24/24 tests for numpy.lib._datasource&lt;BR /&gt; Found 10/10 tests for numpy.lib.arraysetops&lt;BR /&gt; Found 1/1 tests for numpy.lib.financial&lt;BR /&gt; Found 0/0 tests for numpy.lib.format&lt;BR /&gt; Found 53/53 tests for numpy.lib.function_base&lt;BR /&gt; Found 5/5 tests for numpy.lib.getlimits&lt;BR /&gt; Found 6/6 tests for numpy.lib.index_tricks&lt;BR /&gt; Found 15/15 tests for numpy.lib.io&lt;BR /&gt; Found 1/1 tests for numpy.lib.machar&lt;BR /&gt; Found 4/4 tests for numpy.lib.polynomial&lt;BR /&gt; Found 49/49 tests for numpy.lib.shape_base&lt;BR /&gt; Found 15/15 tests for numpy.lib.twodim_base&lt;BR /&gt; Found 43/43 tests for numpy.lib.type_check&lt;BR /&gt; Found 1/1 tests for numpy.lib.ufunclike&lt;BR /&gt; Found 89/89 tests for numpy.linalg&lt;BR /&gt; Found 94/94 tests for numpy.ma.core&lt;BR /&gt; Found 15/15 tests for numpy.ma.extras&lt;BR /&gt; Found 7/7 tests for numpy.random&lt;BR /&gt; Found 16/16 tests for numpy.testing.utils&lt;BR /&gt; Found 0/0 tests for __main__&lt;BR /&gt;............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Ran 1004 tests in 1.054s&lt;BR /&gt;&lt;BR /&gt;OK&lt;BR /&gt;&lt;UNITTEST._TEXTTESTRESULT run="1004" errors="0" failures="0"&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/UNITTEST._TEXTTESTRESULT&gt;</description>
    <pubDate>Mon, 19 May 2008 00:02:00 GMT</pubDate>
    <dc:creator>rex</dc:creator>
    <dc:date>2008-05-19T00:02:00Z</dc:date>
    <item>
      <title>MKL and NumPy incompatibility (test fails)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-NumPy-incompatibility-test-fails/m-p/886351#M10054</link>
      <description>Numpy svn 1.1.0rc1 compiles w/o error with MKL 10.0.3.020, but the normal test fails. The identical failure has been reported by another user who is using the lib/em64t library. I'm using lib/32. Any pointers as to what may be going on would be much appreciated. Relevant data are below. Thanks.&lt;BR /&gt;&lt;BR /&gt;Numpy was compiled with the command:&lt;BR /&gt;&lt;BR /&gt;python setup.py config build_clib build_ext install --prefix=/usr/local &amp;gt; build.log&lt;BR /&gt;&lt;BR /&gt;# python&lt;BR /&gt;Python 2.5 (release25-maint, Dec 9 2006, 14:35:53)&lt;BR /&gt;[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)] on linux2&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import numpy&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; numpy.test()&lt;BR /&gt;Numpy is installed in /usr/local/lib/python2.5/site-packages/numpy&lt;BR /&gt;Numpy version 1.1.0rc1&lt;BR /&gt;Python version 2.5 (release25-maint, Dec 9 2006, 14:35:53) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)]&lt;BR /&gt; Found 18/18 tests for numpy.core.defmatrix&lt;BR /&gt; Found 3/3 tests for numpy.core.memmap&lt;BR /&gt; Found 283/283 tests for numpy.core.multiarray&lt;BR /&gt; Found 70/70 tests for numpy.core.numeric&lt;BR /&gt; Found 36/36 tests for numpy.core.numerictypes&lt;BR /&gt; Found 12/12 tests for numpy.core.records&lt;BR /&gt; Found 7/7 tests for numpy.core.scalarmath&lt;BR /&gt; Found 16/16 tests for numpy.core.umath&lt;BR /&gt; Found 5/5 tests for numpy.ctypeslib&lt;BR /&gt; Found 5/5 tests for numpy.distutils.misc_util&lt;BR /&gt; Found 2/2 tests for numpy.fft.fftpack&lt;BR /&gt; Found 3/3 tests for numpy.fft.helper&lt;BR /&gt; Found 24/24 tests for numpy.lib._datasource&lt;BR /&gt; Found 10/10 tests for numpy.lib.arraysetops&lt;BR /&gt; Found 1/1 tests for numpy.lib.financial&lt;BR /&gt; Found 0/0 tests for numpy.lib.format&lt;BR /&gt; Found 53/53 tests for numpy.lib.function_base&lt;BR /&gt; Found 5/5 tests for numpy.lib.getlimits&lt;BR /&gt; Found 6/6 tests for numpy.lib.index_tricks&lt;BR /&gt; Found 15/15 tests for numpy.lib.io&lt;BR /&gt; Found 1/1 tests for numpy.lib.machar&lt;BR /&gt; Found 4/4 tests for numpy.lib.polynomial&lt;BR /&gt; Found 49/49 tests for numpy.lib.shape_base&lt;BR /&gt;Found 15/15 tests for numpy.lib.twodim_base&lt;BR /&gt; Found 43/43 tests for numpy.lib.type_check&lt;BR /&gt; Found 1/1 tests for numpy.lib.ufunclike&lt;BR /&gt; Found 89/89 tests for numpy.linalg&lt;BR /&gt; Found 94/94 tests for numpy.ma.core&lt;BR /&gt; Found 15/15 tests for numpy.ma.extras&lt;BR /&gt; Found 7/7 tests for numpy.random&lt;BR /&gt; Found 16/16 tests for numpy.testing.utils&lt;BR /&gt; Found 0/0 tests for __main__&lt;BR /&gt;MKL FATAL ERROR: /opt/intel/mkl/10.0.3.020/lib/32/: cannot read file data: Is a directory&lt;BR /&gt;&lt;BR /&gt;I have been unable to determine what file MKL is attemping to read.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The error occurs with both icc and gcc. The relevant .bashrc calls are these:&lt;BR /&gt;&lt;BR /&gt;source /opt/intel/cc/10.1.015/bin/iccvars.sh&lt;BR /&gt;source /opt/intel/fc/10.1.015/bin/ifortvars.sh&lt;BR /&gt;export PYTHONPATH=/usr/local/lib/python2.5/site-packages:/usr/lib/python2.5&lt;BR /&gt;source /opt/intel/mkl/10.0.3.020/tools/environment/mklvars32.sh&lt;BR /&gt;&lt;BR /&gt;The relevant environment variables set by the above are:&lt;BR /&gt;&lt;BR /&gt;CPATH=/opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;DYLD_LIBRARY_PATH=/opt/intel/fc/10.1.015/lib:/opt/intel/cc/10.1.015/lib&lt;BR /&gt;FPATH=/opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;INCLUDE=/opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;LD_LIBRARY_PATH=/opt/intel/mkl/10.0.3.020/lib/32:/opt/intel/fc/10.1.015/lib:/opt/intel/cc/10.1.015/lib&lt;BR /&gt;LIBRARY_PATH=/opt/intel/mkl/10.0.3.020/lib/32&lt;BR /&gt;MKLROOT=/opt/intel/mkl/10.
0.3.020&lt;BR /&gt;PYTHONPATH=/usr/local/lib/python2.5/site-packages:/usr/lib/python2.5&lt;BR /&gt;&lt;BR /&gt;When Numpy is compiled w/o MKL it passes the tests:&lt;BR /&gt;&lt;BR /&gt;$python&lt;BR /&gt;Python 2.5 (release25-maint, Dec 9 2006, 14:35:53)&lt;BR /&gt;[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)] on linux2&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import numpy&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; numpy.test()&lt;BR /&gt;Numpy is installed in /usr/local/lib/python2.5/site-packages/numpy&lt;BR /&gt;Numpy version 1.1.0rc1&lt;BR /&gt;Python version 2.5 (release25-maint, Dec 9 2006, 14:35:53) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)]&lt;BR /&gt; Found 18/18 tests for numpy.core.defmatrix&lt;BR /&gt; Found 3/3 tests for numpy.core.memmap&lt;BR /&gt; Found 283/283 tests for numpy.core.multiarray&lt;BR /&gt; Found 70/70 tests for numpy.core.numeric&lt;BR /&gt; Found 36/36 tests for numpy.core.numerictypes&lt;BR /&gt; Found 12/12 tests for numpy.core.records&lt;BR /&gt; Found 7/7 tests for numpy.core.scalarmath&lt;BR /&gt; Found 16/16 tests for numpy.core.umath&lt;BR /&gt; Found 5/5 tests for numpy.ctypeslib&lt;BR /&gt; Found 5/5 tests for numpy.distutils.misc_util&lt;BR /&gt; Found 2/2 tests for numpy.fft.fftpack&lt;BR /&gt; Found 3/3 tests for numpy.fft.helper&lt;BR /&gt; Found 24/24 tests for numpy.lib._datasource&lt;BR /&gt; Found 10/10 tests for numpy.lib.arraysetops&lt;BR /&gt; Found 1/1 tests for numpy.lib.financial&lt;BR /&gt; Found 0/0 tests for numpy.lib.format&lt;BR /&gt; Found 53/53 tests for numpy.lib.function_base&lt;BR /&gt; Found 5/5 tests for numpy.lib.getlimits&lt;BR /&gt; Found 6/6 tests for numpy.lib.index_tricks&lt;BR /&gt; Found 15/15 tests for numpy.lib.io&lt;BR /&gt; Found 1/1 tests for numpy.lib.machar&lt;BR /&gt; Found 4/4 tests for numpy.lib.polynomial&lt;BR /&gt; Found 49/49 tests for numpy.lib.shape_base&lt;BR /&gt; Found 15/15 tests for numpy.lib.twodim_base&lt;BR /&gt; Found 43/43 tests for numpy.lib.type_check&lt;BR /&gt; Found 1/1 tests for numpy.lib.ufunclike&lt;BR /&gt; Found 89/89 tests for numpy.linalg&lt;BR /&gt; Found 94/94 tests for numpy.ma.core&lt;BR /&gt; Found 15/15 tests for numpy.ma.extras&lt;BR /&gt; Found 7/7 tests for numpy.random&lt;BR /&gt; Found 16/16 tests for numpy.testing.utils&lt;BR /&gt; Found 0/0 tests for __main__&lt;BR /&gt;............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Ran 1004 tests in 1.054s&lt;BR /&gt;&lt;BR /&gt;OK&lt;BR /&gt;&lt;UNITTEST._TEXTTESTRESULT run="1004" errors="0" failures="0"&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/UNITTEST._TEXTTESTRESULT&gt;</description>
      <pubDate>Mon, 19 May 2008 00:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-NumPy-incompatibility-test-fails/m-p/886351#M10054</guid>
      <dc:creator>rex</dc:creator>
      <dc:date>2008-05-19T00:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: MKL and NumPy incompatibility (test fails)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-NumPy-incompatibility-test-fails/m-p/886352#M10055</link>
      <description>Either there is a bug in MKL 10.0.3.020 or I have a corrupted copy. The error below does not appear when MKL 10.0.1.014 is used. &lt;BR /&gt;&lt;BR /&gt;MKL FATAL ERROR: /opt/intel/mkl/10.0.3.020/lib/32/: cannot read file data: Is a directory&lt;BR /&gt;&lt;BR /&gt;-rex&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 May 2008 15:36:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-NumPy-incompatibility-test-fails/m-p/886352#M10055</guid>
      <dc:creator>rex</dc:creator>
      <dc:date>2008-05-19T15:36:26Z</dc:date>
    </item>
  </channel>
</rss>

