<?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 Re:Scipy test fails when compiled against MKL (oneAPI version 2023.1) in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1569228#M2133</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for posting.&lt;/P&gt;&lt;P&gt;Have you tried oneMKL latest verion(2024.0)? At the same time, i&lt;SPAN style="font-size: 12px;"&gt;nstead of build Numpy/Scipy with Intel® oneAPI Math Kernel Library (oneMKL) manually, we strongly recommend developer to use&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/tools/distribution-for-python.html" rel="noopener noreferrer" target="_blank" style="font-size: 12px;"&gt;&lt;STRONG&gt;Intel&lt;/STRONG&gt;®&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Distribution&amp;nbsp;&amp;nbsp;for&amp;nbsp;&amp;nbsp;Python&lt;/STRONG&gt;*&lt;/A&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;, which has prebuild Numpy/Scipy based on oneMKL. Here is one &lt;/SPAN&gt;article for your reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/numpyscipy-with-intel-mkl.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/technical/numpyscipy-with-intel-mkl.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Feb 2024 06:41:37 GMT</pubDate>
    <dc:creator>Ruqiu_C_Intel</dc:creator>
    <dc:date>2024-02-05T06:41:37Z</dc:date>
    <item>
      <title>Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1566385#M2132</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to build numpy and scipy with intel MKL from oneAPI version 2023.1. The build of scipy proceeds OK, but the test fails at scipy.linalg.logm. If I set MKL_VERBOSE=1, I get a lot of these lines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;MKL_VERBOSE DDOT(7,0x3482328,2,0x3482320,2) 654ns CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,N,2,7,7,0x14e586c88238,0x35cc960,2,0x347b5e0,7,0x14e586c88228,0x35b10e0,2) 3.22us CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,N,2,7,7,0x14e586c88238,0x35cc960,2,0x347b5e0,7,0x14e586c88228,0x35b10e0,2) 1.20us CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,N,2,7,7,0x14e586c88238,0x2b8c170,2,0x347b5e0,7,0x14e586c88228,0x35cc960,2) 940ns CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,T,2,7,7,0x14e586c88238,0x2b8c170,2,0x347b5e0,7,0x14e586c88228,0x35b10e0,2) 2.01us CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,T,2,7,7,0x14e586c88238,0x35cc960,2,0x347b5e0,7,0x14e586c88228,0x35b10e0,2) 1.10us CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,T,2,7,7,0x14e586c88238,0x35a60b0,2,0x347b5e0,7,0x14e586c88228,0x35cc960,2) 968ns CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,N,2,7,7,0x14e586c88238,0x35b10e0,2,0x347b5e0,7,0x14e586c88228,0x35a60b0,2) 2.13us CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,N,2,7,7,0x14e586c88238,0x35b10e0,2,0x347b5e0,7,0x14e586c88228,0x35a60b0,2) 1.10us CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1
MKL_VERBOSE ZGEMM(N,N,2,7,7,0x14e586c88238,0x35cc960,2,0x347b5e0,7,0x14e586c88228,0x35b10e0,2) 1.05us CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1&lt;/PRE&gt;&lt;P&gt;and the call to 'logm' gets stuck forever. Can anyone tell me what these mean and how to fix this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 15:37:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1566385#M2132</guid>
      <dc:creator>AgilentGCMS</dc:creator>
      <dc:date>2024-01-26T15:37:19Z</dc:date>
    </item>
    <item>
      <title>Re:Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1569228#M2133</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for posting.&lt;/P&gt;&lt;P&gt;Have you tried oneMKL latest verion(2024.0)? At the same time, i&lt;SPAN style="font-size: 12px;"&gt;nstead of build Numpy/Scipy with Intel® oneAPI Math Kernel Library (oneMKL) manually, we strongly recommend developer to use&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/tools/distribution-for-python.html" rel="noopener noreferrer" target="_blank" style="font-size: 12px;"&gt;&lt;STRONG&gt;Intel&lt;/STRONG&gt;®&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Distribution&amp;nbsp;&amp;nbsp;for&amp;nbsp;&amp;nbsp;Python&lt;/STRONG&gt;*&lt;/A&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;, which has prebuild Numpy/Scipy based on oneMKL. Here is one &lt;/SPAN&gt;article for your reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/numpyscipy-with-intel-mkl.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/technical/numpyscipy-with-intel-mkl.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Feb 2024 06:41:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1569228#M2133</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-02-05T06:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1569810#M2134</link>
      <description>&lt;P&gt;I understand that Intel would like everyone to use the Intel Distribution for Python, but I would still like to be able to compile scipy and numpy locally in order to take advantage of processor-specific optimizations. Nonetheless, I downloaded and installed Intel Distribution for Python, and scipy.test() fails with the following:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;In [1]: import scipy

In [2]: scipy.test()
===================================================================== test session starts ======================================================================
platform linux -- Python 3.9.18, pytest-8.0.0, pluggy-1.3.0
rootdir: /home/sbasu
collected 0 items / 1 error

============================================================================ ERRORS ============================================================================
________________________________________________________________ ERROR collecting test session _________________________________________________________________
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/pluggy/_hooks.py:493: in __call__
    return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)
        firstresult = True
        kwargs     = {'parent': &amp;lt;Dir work2&amp;gt;, 'path': PosixPath('/work2/hpc-computing')}
        self       = &amp;lt;HookCaller 'pytest_collect_directory'&amp;gt;
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/pluggy/_manager.py:115: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
        firstresult = True
        hook_name  = 'pytest_collect_directory'
        kwargs     = {'parent': &amp;lt;Dir work2&amp;gt;, 'path': PosixPath('/work2/hpc-computing')}
        methods    = [&amp;lt;HookImpl plugin_name='main', plugin=&amp;lt;module '_pytest.main' from '/work2/noaa/co2/sbasu/packages/python/intelpython3/...test.python' from '/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/_pytest/python.py'&amp;gt;&amp;gt;]
        self       = &amp;lt;_pytest.config.PytestPluginManager object at 0x1516fc117cd0&amp;gt;
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/_pytest/python.py:210: in pytest_collect_directory
    if pkginit.is_file():
        parent     = &amp;lt;Dir work2&amp;gt;
        path       = PosixPath('/work2/hpc-computing')
        pkginit    = PosixPath('/work2/hpc-computing/__init__.py')
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/pathlib.py:1456: in is_file
    return S_ISREG(self.stat().st_mode)
        self       = PosixPath('/work2/hpc-computing/__init__.py')
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/pathlib.py:1232: in stat
    return self._accessor.stat(self)
E   PermissionError: [Errno 13] Permission denied: '/work2/hpc-computing/__init__.py'
        self       = PosixPath('/work2/hpc-computing/__init__.py')
=================================================================== short test summary info ====================================================================
ERROR ::work2 - PermissionError: [Errno 13] Permission denied: '/work2/hpc-computing/__init__.py'
======================================================================= 1 error in 0.17s =======================================================================
ERROR: found no collectors for /work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/scipy

Out[2]: False&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed the distribution inside&amp;nbsp;/work2/noaa/co2/sbasu/packages/python/intelpython3, absolutely no idea where it's getting&amp;nbsp;/work2/hpc-computing. In any case,&amp;nbsp;/work2/hpc-computing is not even readable by users on this system, and I don't see why python needs access to it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 16:52:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1569810#M2134</guid>
      <dc:creator>AgilentGCMS</dc:creator>
      <dc:date>2024-02-06T16:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1573734#M2136</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you install Intel Python following the guide&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/get-started-with-intel-distribution-for-python.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/technical/get-started-with-intel-distribution-for-python.html&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;you can also install different packages under&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/tool/whats-included-distribution-for-python.html#packageEnvironmentManagers" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/tool/whats-included-distribution-for-python.html#packageEnvironmentManagers.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html" target="_blank"&gt;Intel® Distribution for Python*&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is a cluster of packages includes Numba*, NumPy* and more. All these packages are optimized via&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html" target="_blank"&gt;Intel® oneAPI Math Kernel Library (oneMKL)&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html" target="_blank"&gt;Intel® oneAPI Data Analytics Library (oneDAL)&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to make Python* application more efficient, looks like you don't need to build those by yourself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you also provides us your scipy testing env (including hardware/OS/tools version) and steps in this post?&lt;/P&gt;&lt;P&gt;do you run the scipy under conda env? we tried Intel Python in our lab but can't reproduce your above issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 05:41:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1573734#M2136</guid>
      <dc:creator>PengHuang</dc:creator>
      <dc:date>2024-02-20T05:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584279#M2144</link>
      <description>&lt;P&gt;Yes, I did follow the guide at&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/get-started-with-intel-distribution-for-python.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/technical/get-started-with-intel-distribution-for-python.html&lt;/A&gt;. Specifically,&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;bash ~/intelpython3.sh &lt;/LI-CODE&gt;&lt;P&gt;And then I initiated the environment with&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;source activate base&lt;/LI-CODE&gt;&lt;P&gt;And then from an interactive python shell, I typed&lt;/P&gt;&lt;LI-CODE lang="python"&gt;&amp;gt;&amp;gt;&amp;gt; import scipy
&amp;gt;&amp;gt;&amp;gt; scipy.test()&lt;/LI-CODE&gt;&lt;P&gt;Which resulted in the error&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=============================================================================== test session starts ================================================================================
platform linux -- Python 3.9.18, pytest-8.0.0, pluggy-1.3.0
rootdir: /home/sbasu
collected 0 items / 1 error

====================================================================================== ERRORS ======================================================================================
__________________________________________________________________________ ERROR collecting test session ___________________________________________________________________________
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/pluggy/_hooks.py:493: in __call__
    return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)
        firstresult = True
        kwargs     = {'parent': &amp;lt;Dir work2&amp;gt;, 'path': PosixPath('/work2/hpc-computing')}
        self       = &amp;lt;HookCaller 'pytest_collect_directory'&amp;gt;
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/pluggy/_manager.py:115: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
        firstresult = True
        hook_name  = 'pytest_collect_directory'
        kwargs     = {'parent': &amp;lt;Dir work2&amp;gt;, 'path': PosixPath('/work2/hpc-computing')}
        methods    = [&amp;lt;HookImpl plugin_name='main', plugin=&amp;lt;module '_pytest.main' from '/work2/noaa/co2/sbasu/packages/python/intelpython3/...test.python' from '/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/_pytest/python.py'&amp;gt;&amp;gt;]
        self       = &amp;lt;_pytest.config.PytestPluginManager object at 0x14a7f9d5b550&amp;gt;
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/_pytest/python.py:210: in pytest_collect_directory
    if pkginit.is_file():
        parent     = &amp;lt;Dir work2&amp;gt;
        path       = PosixPath('/work2/hpc-computing')
        pkginit    = PosixPath('/work2/hpc-computing/__init__.py')
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/pathlib.py:1456: in is_file
    return S_ISREG(self.stat().st_mode)
        self       = PosixPath('/work2/hpc-computing/__init__.py')
/work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/pathlib.py:1232: in stat
    return self._accessor.stat(self)
E   PermissionError: [Errno 13] Permission denied: '/work2/hpc-computing/__init__.py'
        self       = PosixPath('/work2/hpc-computing/__init__.py')
============================================================================= short test summary info ==============================================================================
ERROR ::work2 - PermissionError: [Errno 13] Permission denied: '/work2/hpc-computing/__init__.py'
================================================================================= 1 error in 0.66s =================================================================================
ERROR: found no collectors for /work2/noaa/co2/sbasu/packages/python/intelpython3/lib/python3.9/site-packages/scipy&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 28 Mar 2024 14:47:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584279#M2144</guid>
      <dc:creator>AgilentGCMS</dc:creator>
      <dc:date>2024-03-28T14:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584518#M2145</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from your error logs, looks like it was caused by your permission, but not Intel Python's issue, maybe you can change to &lt;STRONG&gt;root&lt;/STRONG&gt; user and run again, I also find some suggestions for your error in google as below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The PermissionError: [errno 13] permission denied error occurs when you try to access a file from Python without having the necessary permissions. To fix this error,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;use the chmod or chown command to change the permissions of the file so that the right user and/or group can access the file&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 07:46:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584518#M2145</guid>
      <dc:creator>PengHuang</dc:creator>
      <dc:date>2024-03-29T07:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584592#M2146</link>
      <description>&lt;P&gt;I am installing on a high performance compute cluster where I cannot and will never have root access. Are you saying that Intel Python&amp;nbsp;&lt;STRONG&gt;cannot be installed without root access?&lt;/STRONG&gt; Then please mention that clearly in the install guide. I can imagine I'm not the only one who will otherwise try to install Intel Python as a regular user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is indeed true, i.e., Intel Python cannot be installed in a user's space and requires root access, it breaks precedent with almost every piece of Linux software I know of. The general principle of Linux packages is not to ask for more permissions than needed, as a result of which only software that&amp;nbsp;&lt;STRONG&gt;needs&lt;/STRONG&gt; root access, such as NFS servers and mailer daemons, ask for root access. There is (AFAIK) no need for a python interpreter to require root access for installation, and I've compiled and installed python as a regular user on many different Linux compute clusters. Unless there's a good reason for this demand for elevated privilege, Intel Python's demand for root access is a result of sloppy programming/packaging, which is unfortunate for a product that's touted as an improvement on regular python for numerical programming.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 11:31:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584592#M2146</guid>
      <dc:creator>AgilentGCMS</dc:creator>
      <dc:date>2024-03-29T11:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Scipy test fails when compiled against MKL (oneAPI version 2023.1)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584615#M2147</link>
      <description>&lt;P&gt;No, I'm not saying that Intel Python must be installed and used with root access, just want to confirm whether your issue is caused by permission problem, because from your error logs it's caused by permission denied to access&amp;nbsp;&lt;STRONG&gt;'/work2/hpc-computing/__init__.py'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if you can't get root access, maybe could try to&amp;nbsp;use the chmod or chown command to change the permissions of the file so that the right user and/or group can access the file&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 13:45:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Scipy-test-fails-when-compiled-against-MKL-oneAPI-version-2023-1/m-p/1584615#M2147</guid>
      <dc:creator>PengHuang</dc:creator>
      <dc:date>2024-03-29T13:45:16Z</dc:date>
    </item>
  </channel>
</rss>

