<?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 Problem in MKL example for CG with SSOR in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-MKL-example-for-CG-with-SSOR/m-p/1104006#M24039</link>
    <description>&lt;P&gt;I think there is something wrong with the sample "cg_ssor_precon_c.c" in the for loop that applies the SSOR iteration. The purpose of the loop is to apply SSOR repeatedly on the array &amp;amp;tmp[3*n]. but inside the loop every time it starts using tmp[2*n] and overwrites the previous value in tmp[3*n]. So effectively the loop is equivalent to a single SSOR run regardless of the number of iterations desired.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Can somebody help me confirm this?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 21:04:40 GMT</pubDate>
    <dc:creator>Tysseer_H_</dc:creator>
    <dc:date>2017-05-10T21:04:40Z</dc:date>
    <item>
      <title>Problem in MKL example for CG with SSOR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-MKL-example-for-CG-with-SSOR/m-p/1104006#M24039</link>
      <description>&lt;P&gt;I think there is something wrong with the sample "cg_ssor_precon_c.c" in the for loop that applies the SSOR iteration. The purpose of the loop is to apply SSOR repeatedly on the array &amp;amp;tmp[3*n]. but inside the loop every time it starts using tmp[2*n] and overwrites the previous value in tmp[3*n]. So effectively the loop is equivalent to a single SSOR run regardless of the number of iterations desired.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Can somebody help me confirm this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 21:04:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-MKL-example-for-CG-with-SSOR/m-p/1104006#M24039</guid>
      <dc:creator>Tysseer_H_</dc:creator>
      <dc:date>2017-05-10T21:04:40Z</dc:date>
    </item>
    <item>
      <title>Do you mean snippet from line</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-MKL-example-for-CG-with-SSOR/m-p/1104007#M24040</link>
      <description>&lt;P&gt;Do you mean snippet from line 208 to line 228 in the c file?&lt;/P&gt;

&lt;P&gt;tmp[3*n] will be updated in the function call mkl_dcsrsv (line 225).&lt;/P&gt;

&lt;P&gt;In the function call mkl_dcsrmv (line 221), tmp[3*n] is used as input, so in each iteration, tmp[3*n] will be updated and the inputs to mkl_dcsrmv are different.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 07:41:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-MKL-example-for-CG-with-SSOR/m-p/1104007#M24040</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-05-12T07:41:35Z</dc:date>
    </item>
  </channel>
</rss>

