<?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: NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1556981#M35660</link>
    <description>&lt;DIV&gt;&lt;SPAN&gt;# Docker workflow to reproduce this issue&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Also refers to file&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/pyscf/pyscf/files/13758028/docker_issue_2004.zip" target="_blank"&gt;docker_issue_2004.zip&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;for build instructions of docker. Same zip file attached in this reply.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;## Use image that is already on hub.docker.com&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Before entering docker interactive shell,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;```bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;docker&lt;/SPAN&gt; &lt;SPAN&gt;pull&lt;/SPAN&gt; &lt;SPAN&gt;ajz34/issue2004&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;docker&lt;/SPAN&gt; &lt;SPAN&gt;run&lt;/SPAN&gt; &lt;SPAN&gt;-it&lt;/SPAN&gt; &lt;SPAN&gt;--cpus=8&lt;/SPAN&gt; &lt;SPAN&gt;ajz34/issue2004:latest&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;After entering docker interactive shell,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;```bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;conda&lt;/SPAN&gt; &lt;SPAN&gt;activate&lt;/SPAN&gt; &lt;SPAN&gt;numpy-mkl23&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;python&lt;/SPAN&gt; &lt;SPAN&gt;problem.py&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Correct value of output matrix is all zero. On Intel CPUs with more than 8 physical cores, the result could be random non-zero values.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Please make sure that CPU is Intel, and CPU has more than 8 physical cores, to reproduce this issue.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;## Build this docker image&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;To build this docker image,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;```bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;docker&lt;/SPAN&gt; &lt;SPAN&gt;build&lt;/SPAN&gt; &lt;SPAN&gt;-t&lt;/SPAN&gt; &lt;SPAN&gt;issue2004&lt;/SPAN&gt; &lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;This involves pull of docker and github, so make sure network is available.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Also make sure &lt;/SPAN&gt;&lt;SPAN&gt;`problem.py`&lt;/SPAN&gt;&lt;SPAN&gt; file is included along &lt;/SPAN&gt;&lt;SPAN&gt;`Dockerfile`&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 23 Dec 2023 05:06:05 GMT</pubDate>
    <dc:creator>ajz34</dc:creator>
    <dc:date>2023-12-23T05:06:05Z</dc:date>
    <item>
      <title>NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1556176#M35647</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hi oneMKL board,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I encountered a very tricky problem of MKL 2023.1.0 shipped with conda, which causes PySCF also break down on this specific task of RI-K integral evaluation.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;My analysis show that it's a potential bug of MKL 2023.1.0, but no decisive evidence to support this conjecture. I think that code in PySCF is correct. I also posted this problem in &lt;A href="https://github.com/pyscf/pyscf/issues/2004" target="_blank"&gt;https://github.com/pyscf/pyscf/issues/2004&lt;/A&gt; , and I refer detail of problem there.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Changing MKL version, or just change the way to call `dgemm_` would simply resolve the problem. But MKL 2023.1.0 is the default version in conda defaults channel; and this problem have already affected the credibility of my molecular property computation results. So I'm curious that why this code gives problematic results, and looking forward to hear thoughts on this problem.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Dec 2023 05:09:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1556176#M35647</guid>
      <dc:creator>ajz34</dc:creator>
      <dc:date>2023-12-21T05:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1556981#M35660</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;# Docker workflow to reproduce this issue&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Also refers to file&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/pyscf/pyscf/files/13758028/docker_issue_2004.zip" target="_blank"&gt;docker_issue_2004.zip&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;for build instructions of docker. Same zip file attached in this reply.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;## Use image that is already on hub.docker.com&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Before entering docker interactive shell,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;```bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;docker&lt;/SPAN&gt; &lt;SPAN&gt;pull&lt;/SPAN&gt; &lt;SPAN&gt;ajz34/issue2004&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;docker&lt;/SPAN&gt; &lt;SPAN&gt;run&lt;/SPAN&gt; &lt;SPAN&gt;-it&lt;/SPAN&gt; &lt;SPAN&gt;--cpus=8&lt;/SPAN&gt; &lt;SPAN&gt;ajz34/issue2004:latest&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;After entering docker interactive shell,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;```bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;conda&lt;/SPAN&gt; &lt;SPAN&gt;activate&lt;/SPAN&gt; &lt;SPAN&gt;numpy-mkl23&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;python&lt;/SPAN&gt; &lt;SPAN&gt;problem.py&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Correct value of output matrix is all zero. On Intel CPUs with more than 8 physical cores, the result could be random non-zero values.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Please make sure that CPU is Intel, and CPU has more than 8 physical cores, to reproduce this issue.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;## Build this docker image&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;To build this docker image,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;```bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;docker&lt;/SPAN&gt; &lt;SPAN&gt;build&lt;/SPAN&gt; &lt;SPAN&gt;-t&lt;/SPAN&gt; &lt;SPAN&gt;issue2004&lt;/SPAN&gt; &lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;This involves pull of docker and github, so make sure network is available.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Also make sure &lt;/SPAN&gt;&lt;SPAN&gt;`problem.py`&lt;/SPAN&gt;&lt;SPAN&gt; file is included along &lt;/SPAN&gt;&lt;SPAN&gt;`Dockerfile`&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 23 Dec 2023 05:06:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1556981#M35660</guid>
      <dc:creator>ajz34</dc:creator>
      <dc:date>2023-12-23T05:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1557042#M35661</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;
&lt;P&gt;​&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;​&lt;/P&gt;
&lt;P&gt;Changing MKL version, or just change the way to call `dgemm_` would simply resolve the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; Could you please confirm if you mean, in 2024.0 version of oneMKL, it is working fine?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;change the way to call `dgemm_` would simply resolve the problem.&lt;BR /&gt;&amp;gt;&amp;gt;Could you please elaborate a bit on this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for sharing the sample reproducer. We will get back to you soon with our findings regarding the same.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 04:49:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1557042#M35661</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-12-27T04:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re:NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1557179#M35664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Shanmukh.SS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can confirm that for this case, MKL 2024.0, 2023.2, 2023.0 is working fine. 2023.1 does not work properly for this case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;All these MKL libraries refers to that shipped by conda (defaults or conda-forge channels), instead of shipped by oneAPI itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;A class="" href="https://github.com/pyscf/pyscf/issues/2004" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class=""&gt;https://github.com/pyscf/pyscf/issues/2004&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;, there are some new discussions. In this issue, currently we consider that it is kind of threading problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also found `MKL_VERBOSE=1`. By verbose printing, I found for this case, if number of threads is confined by 8 threads, then it will print something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,36,0x7ffc87453080,0x7f42f473bdb0,41,0x7f42f4427e30,41,0x7f42f870cbd0,0x7f42f005f6c0,41) 5.36us CNR:OFF Dyn:1 FastMM:1 TID:1 NThr:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,36,0x7ffc87453080,0x7f42f4738f90,41,0x7f42f4425010,41,0x7ffc87452f90,0x55e64adaf440,41) 8.13us CNR:OFF Dyn:1 FastMM:1 TID:0 NThr:8&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,36,0x7ffc87453080,0x7f42f47419f0,41,0x7f42f442da70,41,0x7f42f7708c50,0x7f42ec05f6c0,41) 6.10us CNR:OFF Dyn:1 FastMM:1 TID:3 NThr:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,36,0x7ffc87453080,0x7f42f4747630,41,0x7f42f44336b0,41,0x7f42f6704cd0,0x7f42e405dac0,41) 5.95us CNR:OFF Dyn:1 FastMM:1 TID:5 NThr:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,36,0x7ffc87453080,0x7f42f473ebd0,41,0x7f42f442ac50,41,0x7f42f7f0ac50,0x7f42e805f6c0,41) 5.48us CNR:OFF Dyn:1 FastMM:1 TID:2 NThr:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,36,0x7ffc87453080,0x7f42f474a450,41,0x7f42f44364d0,41,0x7f42f5f02d50,0x7f42d805f6c0,41) 6.42us CNR:OFF Dyn:1 FastMM:1 TID:6 NThr:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,36,0x7ffc87453080,0x7f42f4744810,41,0x7f42f4430890,41,0x7f42f6f06cd0,0x7f42e005dac0,41) 6.16us CNR:OFF Dyn:1 FastMM:1 TID:4 NThr:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MKL_VERBOSE DGEMM(N,T,41,41,35,0x7ffc87453080,0x7f42f474d270,41,0x7f42f44392f0,41,0x7f42f5700d50,0x7f42dc060ac0,41) 6.97us CNR:OFF Dyn:1 FastMM:1 TID:7 NThr:1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second line shows that in thread id (TID) 0, it uses up all 8 threads, racing with other parallel regions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also found that&amp;nbsp;though for AMD CPUs, they generally will give correct results for this case (by meaning it will give zero matrix output, which is &lt;SPAN&gt;desired&lt;/SPAN&gt;), this problem actually affects AMD CPUs (by meaning threading problem also exists on AMD CPUs).&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 08:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1557179#M35664</guid>
      <dc:creator>ajz34</dc:creator>
      <dc:date>2023-12-25T08:03:40Z</dc:date>
    </item>
    <item>
      <title>Re:NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1558078#M35679</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try upgrading your conda version and get back to us if the issue persists?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2023 06:33:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1558078#M35679</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-12-28T06:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re:NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1558097#M35680</link>
      <description>&lt;P&gt;The conda version in docker is 23.10.0, and it's quite new. The newest currently is 23.11.0, and this issue presists. I guess it is not related to version of conda itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For MKL versions, MKL 2023.1.0 is still the newest in conda's &lt;FONT face="courier new,courier"&gt;defaults&lt;/FONT&gt; channel. When installing numpy by conda without any additional arguments, &lt;FONT face="courier new,courier"&gt;mkl=2023.1.0=h213fc3f_46344&lt;/FONT&gt; will also be installed. Upgrading packages of conda in &lt;FONT face="courier new,courier"&gt;defaults&lt;/FONT&gt; channel will still show this issue.&lt;/P&gt;&lt;P&gt;I've also tried out other minor revisions of MKL 2023.1.0 in &lt;FONT face="courier new,courier"&gt;defaults&lt;/FONT&gt; channel (46343, 46342) and in &lt;FONT face="courier new,courier"&gt;conda-forge&lt;/FONT&gt; channel (48680, 46349). For all these versions, this issue presists. Also see files in&amp;nbsp;&lt;A href="https://anaconda.org/conda-forge/mkl/files" target="_blank"&gt;Files :: Anaconda.org&lt;/A&gt;&amp;nbsp;and &lt;A href="https://anaconda.org/anaconda/mkl/files" target="_blank"&gt;Files :: Anaconda.org&lt;/A&gt;. So I guess it's the problem of MKL 2023.1.0 version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both the versions MKL 2023.0.0 and 2023.2.0 with close minor revisions (2023.0 26648; 2023.2 49572) does not show this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If change channel to &lt;FONT face="courier new,courier"&gt;conda-forge&lt;/FONT&gt; and create environment by&amp;nbsp;&lt;FONT face="courier new,courier"&gt;conda create -n tmp numpy libblas=*=*mkl -c conda-forge&lt;/FONT&gt;, then it will install &lt;FONT face="courier new,courier"&gt;mkl=2023.2.0=h84fe81f_50496&lt;/FONT&gt; by default. By this case, this issue will not presist after fully upgrading conda packages.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 07:40:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1558097#M35680</guid>
      <dc:creator>ajz34</dc:creator>
      <dc:date>2023-12-28T07:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re:NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1561275#M35709</link>
      <description>&lt;P&gt;The issue you are reporting has been reproduced. Further investigation showed that the issue is LAPACK (dgesvd) related.&amp;nbsp; Indeed at some point the bug was inadvertently introduced but later it was fixed. The advice is to switch to the latest MKL version if you could. Thank you for the reporting the issue.&amp;nbsp; As far as the MKL versions available in different distribution channels, we will continue look into this.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 19:01:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1561275#M35709</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-01-09T19:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1561608#M35712</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Alternatively, you could rely on Intel conda channel instead of conda main channel. Intel's channel is up to date with latest MKL version.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 19:57:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1561608#M35712</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-01-10T19:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1563419#M35734</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;We have not heard back from you. Could you please provide us with an update on your issue? Have you found a post from 01-09-2024 useful?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 01:30:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1563419#M35734</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-01-17T01:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1568054#M35761</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/330163"&gt;@ajz34&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN&gt;We have not heard back from you.&amp;nbsp;&lt;/SPAN&gt;This issue will no longer be monitored by Intel. Hopefully you are satisfied with fact that the issue was confirmed on our side and being worked on. Thank you for posting on oneMKL Forum!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 21:36:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1568054#M35761</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-01-31T21:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: NumPy with MKL 2023.1.0 causes PySCF RI-K integral (evaluated by dgemm_) polluted</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1569017#M35779</link>
      <description>&lt;P&gt;I've been detached with this thread for a while, and missed notifications due to some filter rules of my outlook mail, so sorry for that.&lt;/P&gt;&lt;P&gt;And thanks for reply and suggestion! Hope working goes smoothly.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2024 12:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/NumPy-with-MKL-2023-1-0-causes-PySCF-RI-K-integral-evaluated-by/m-p/1569017#M35779</guid>
      <dc:creator>ajz34</dc:creator>
      <dc:date>2024-02-04T12:30:53Z</dc:date>
    </item>
  </channel>
</rss>

