<?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 Hi Olaf in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZYTRI-sequential/m-p/1015501#M19458</link>
    <description>&lt;P&gt;Hi Olaf&lt;/P&gt;

&lt;P&gt;You are right, the function is not threaded. Here is threaded function list for your reference.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-threaded-functions/" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-threaded-functions/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;As i understand, you actually expect the function is parallel so improve the performance, right? &amp;nbsp;If yes, could you please let me know some information, like background, problem size, hardware etc. If private information, you may reply me by Private message.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2015 03:00:55 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2015-07-20T03:00:55Z</dc:date>
    <item>
      <title>ZYTRI sequential?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZYTRI-sequential/m-p/1015500#M19457</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
	I am testing the following code with composer_xe_2015&lt;/P&gt;

&lt;P&gt;lwork = 256*n&lt;BR /&gt;
	call ZSYTRF( 'U', n, afull, n, ipiv, work, lwork, error )&lt;BR /&gt;
	call ZSYTRI( 'U', n, afull, n, ipiv, work, lwork, error )&lt;/P&gt;

&lt;P&gt;using&lt;/P&gt;

&lt;P&gt;gfortran -O3 -fopenmp&amp;nbsp; read_blas.f90 -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_gf_lp64.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_gnu_thread.a -Wl,--end-group -ldl -lpthread -lm&lt;/P&gt;

&lt;P&gt;After setting OMP_NUM_THREADS=16 I can see in "top" that&amp;nbsp; ZSYTRF runs in parallel but ZSYTRI not. The matrix is large enough (n=15120)&lt;/P&gt;

&lt;P&gt;Any idea how to solve this problem?&lt;/P&gt;

&lt;P&gt;Olaf&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 14:26:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZYTRI-sequential/m-p/1015500#M19457</guid>
      <dc:creator>Olaf_Schenk</dc:creator>
      <dc:date>2015-07-17T14:26:50Z</dc:date>
    </item>
    <item>
      <title>Hi Olaf</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZYTRI-sequential/m-p/1015501#M19458</link>
      <description>&lt;P&gt;Hi Olaf&lt;/P&gt;

&lt;P&gt;You are right, the function is not threaded. Here is threaded function list for your reference.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-threaded-functions/" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-threaded-functions/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;As i understand, you actually expect the function is parallel so improve the performance, right? &amp;nbsp;If yes, could you please let me know some information, like background, problem size, hardware etc. If private information, you may reply me by Private message.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 03:00:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZYTRI-sequential/m-p/1015501#M19458</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-07-20T03:00:55Z</dc:date>
    </item>
  </channel>
</rss>

