<?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 False warnings from dfgmres_check() in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1276972#M31252</link>
    <description>&lt;P&gt;The DFGMRES example provided with MKL 2021.2 runs fine as it did with earlier versions of MKL, but it emits a number of false warnings.&lt;/P&gt;
&lt;P&gt;This happens with both the Fortran (fgmres_full_funct.f90) and C (fgmres_full_funct.c) examples. The warnings are output when DFGMRES_CHECK is called.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;
------------------------------------------------------------------------------
Intel MKL RCI FGMRES WARNING:
Parameters IPAR(1), IPAR(15) and IPAR(16) have incompatible values.
Some of these parameters were probably altered after DFGMRES init routine.
Some of these parameters were probably altered after DFGMRES init routine.
&lt;/LI-CODE&gt;
&lt;P&gt;The dashed line and the next four lines are repeated five more times, with 17, 18, 19, 20 and 21 in place of "16" in the second line .&lt;/P&gt;
&lt;P&gt;The results are fine, the warnings are spurious. With an older version of Parallel Studio (PS2016), and the MKL that it came with (11.3.4), these spurious warnings are not seen.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 11:02:13 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2021-04-27T11:02:13Z</dc:date>
    <item>
      <title>False warnings from dfgmres_check()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1276972#M31252</link>
      <description>&lt;P&gt;The DFGMRES example provided with MKL 2021.2 runs fine as it did with earlier versions of MKL, but it emits a number of false warnings.&lt;/P&gt;
&lt;P&gt;This happens with both the Fortran (fgmres_full_funct.f90) and C (fgmres_full_funct.c) examples. The warnings are output when DFGMRES_CHECK is called.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;
------------------------------------------------------------------------------
Intel MKL RCI FGMRES WARNING:
Parameters IPAR(1), IPAR(15) and IPAR(16) have incompatible values.
Some of these parameters were probably altered after DFGMRES init routine.
Some of these parameters were probably altered after DFGMRES init routine.
&lt;/LI-CODE&gt;
&lt;P&gt;The dashed line and the next four lines are repeated five more times, with 17, 18, 19, 20 and 21 in place of "16" in the second line .&lt;/P&gt;
&lt;P&gt;The results are fine, the warnings are spurious. With an older version of Parallel Studio (PS2016), and the MKL that it came with (11.3.4), these spurious warnings are not seen.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:02:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1276972#M31252</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-04-27T11:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: False warnings from dfgmres_check()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1277040#M31255</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41971"&gt;@mecej4&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We decided to emit these warnings (and actually return a new non-zero error code) intentionally.&lt;/P&gt;
&lt;P&gt;In the past, dfgmres_init did not initialize certain parameter values and dfgmres_check had an unexpected side effect of silently initialiazing = changing parameters and hence was not just a "check" and was not optional opposite to what the documentation stated.&lt;/P&gt;
&lt;P&gt;Per request of a customer, we fixed this behavior. Now, dfgmres_init initializes ipar. Then it is up to the user to change parameters (optionally) and call dfgmres_check which checks the parameters and if finds a discrepancy, fixes it (and emits a warning).&lt;/P&gt;
&lt;P&gt;Are these warnings a problem for you? You should be able to turn them off by changing the ipar which controls verbosity of the output.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 16:45:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1277040#M31255</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2021-04-27T16:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: False warnings from dfgmres_check()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1277103#M31256</link>
      <description>&lt;P&gt;No, it is not a problem. I was just surprised by seeing an Intel-provided example giving lots of warnings.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 20:12:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1277103#M31256</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-04-27T20:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: False warnings from dfgmres_check()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1277157#M31257</link>
      <description>&lt;P&gt;Thanks for the feedback! We'll consider turning these warnings off in the examples by decreasing output verbosity througn ipar.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 22:52:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1277157#M31257</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2021-04-27T22:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: False warnings from dfgmres_check()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1280731#M31312</link>
      <description>&lt;P&gt;in case, if the warnings are the problem, changing the default values of&amp;nbsp;ipar[5] and&amp;nbsp;ipar[6] will help to eliminate all warnings.&lt;/P&gt;
&lt;P&gt;see more from&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/sparse-solver-routines/iterative-sparse-solvers-based-on-reverse-communication-interface-rci-iss/fgmres-interface-description.html#fgmres-interface-description_RCI_ID_COMMONPARAMETERS" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/sparse-solver-routines/iterative-sparse-solvers-based-on-reverse-communication-interface-rci-iss/fgmres-interface-description.html#fgmres-interface-description_RCI_ID_COMMONPARAMETERS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 03:50:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1280731#M31312</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-12T03:50:22Z</dc:date>
    </item>
    <item>
      <title>Re:False warnings from dfgmres_check()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1281577#M31330</link>
      <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 May 2021 04:46:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/False-warnings-from-dfgmres-check/m-p/1281577#M31330</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-15T04:46:27Z</dc:date>
    </item>
  </channel>
</rss>

