<?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 Per my continued testing, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000491#M18487</link>
    <description>&lt;P&gt;Per my continued testing, this problem doesn't occur in the "without boundary conditions" version of the solver.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Apr 2014 16:22:32 GMT</pubDate>
    <dc:creator>Scott_w_</dc:creator>
    <dc:date>2014-04-24T16:22:32Z</dc:date>
    <item>
      <title>strnlspbc_solve divide by zero</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000490#M18486</link>
      <description>&lt;P&gt;I'm running MKL 11 Update 3 and am getting a floating point divide by zero exception at _mkl_trs_dmintr_ls_lc() + 0x10a1 from a call to &lt;FONT size="2"&gt;strnlspbc_solve. I'm using LS to fit a Gaussian, and the code works for many cases and I've validated it when data generated from a Gaussian. When it fails, it occurs after a number of loops through the RCI loop.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 04:45:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000490#M18486</guid>
      <dc:creator>Scott_w_</dc:creator>
      <dc:date>2014-04-24T04:45:13Z</dc:date>
    </item>
    <item>
      <title>Per my continued testing,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000491#M18487</link>
      <description>&lt;P&gt;Per my continued testing, this problem doesn't occur in the "without boundary conditions" version of the solver.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 16:22:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000491#M18487</guid>
      <dc:creator>Scott_w_</dc:creator>
      <dc:date>2014-04-24T16:22:32Z</dc:date>
    </item>
    <item>
      <title>There must be something</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000492#M18488</link>
      <description>&lt;P&gt;There must be something about the specific problem to which you are applying this solver, or something specific about how you call the solver in your code, which causes the failure of the solver.&lt;/P&gt;

&lt;P&gt;There is an example code provided with MKL, called ex_nlsqp_bc_f.f, and that example runs without errors.&lt;/P&gt;

&lt;P&gt;Therefore, not much can be done or said until you provide example code that displays the same problems that you reported.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 16:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000492#M18488</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-04-24T16:59:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for your feedback.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000493#M18489</link>
      <description>&lt;P&gt;Thanks for your feedback.&lt;/P&gt;

&lt;P&gt;I think the function name and "divide by zero" error provides a tremendous amount of information, likely enough to find the bug. I'm tempted to say a robust solver (which is the whole idea behind TR methods) should be guarding against divide by zero error.&lt;/P&gt;

&lt;P&gt;I'll do some more investigation and then see if I can pull together an example.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 17:26:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000493#M18489</guid>
      <dc:creator>Scott_w_</dc:creator>
      <dc:date>2014-04-24T17:26:15Z</dc:date>
    </item>
    <item>
      <title>Attached is a sample VC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000494#M18490</link>
      <description>&lt;P&gt;Attached is a sample VC++ project that illustrates the problem.&lt;/P&gt;

&lt;P&gt;Important: the code failure is dependent on the &lt;FONT size="2"&gt;_EM_ZERODIVIDE mask being cleared, which suggests a work-around.&amp;nbsp;However, I don't know whether the code can be trusted to provide accurate results when the zero divide mask is set.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 20:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000494#M18490</guid>
      <dc:creator>Scott_w_</dc:creator>
      <dc:date>2014-04-24T20:47:00Z</dc:date>
    </item>
    <item>
      <title>Hi, when can I expect that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000495#M18491</link>
      <description>&lt;P&gt;Hi, when can I expect that someone from Intel will take a look at this?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 18:57:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000495#M18491</guid>
      <dc:creator>Scott_w_</dc:creator>
      <dc:date>2014-04-28T18:57:44Z</dc:date>
    </item>
    <item>
      <title>I was trying to compiling: ".</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000496#M18492</link>
      <description>&lt;P&gt;I was trying to compiling: "...fatal error C1083: Cannot open include file: 'PSNumeric.h': No such file or directory"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 03:47:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000496#M18492</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-05-06T03:47:38Z</dc:date>
    </item>
    <item>
      <title>Thanks for taking a look at</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000497#M18493</link>
      <description>&lt;P&gt;Thanks for taking a look at this. You can remove the #include directive for PSNumeric.h, it builds without it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 15:55:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000497#M18493</guid>
      <dc:creator>Scott_w_</dc:creator>
      <dc:date>2014-05-06T15:55:40Z</dc:date>
    </item>
    <item>
      <title>ok, I see you submitted the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000498#M18494</link>
      <description>&lt;P&gt;ok, I see you submitted the same topic to the intel premier support and my colleague reproduced &amp;nbsp;the problem on her side. Stay tuned.&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2014 03:13:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strnlspbc-solve-divide-by-zero/m-p/1000498#M18494</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-05-07T03:13:41Z</dc:date>
    </item>
  </channel>
</rss>

