<?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 this is an unknown for that in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103805#M24023</link>
    <description>&lt;P&gt;this is an unknown for that moment with 11.3.1 version of MKL. Could you get isolated case which may help to investigate the problem on our side?&lt;/P&gt;</description>
    <pubDate>Sat, 12 Dec 2015 06:21:06 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2015-12-12T06:21:06Z</dc:date>
    <item>
      <title>Intel Math Kernel Library - TerminateProcess on some hardware</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103801#M24019</link>
      <description>&lt;P&gt;We have encountered an odd behavior.&lt;/P&gt;

&lt;P&gt;Software that uses MKL runs on a HP620 E5-1650 (C602 chipset). &amp;nbsp;&lt;/P&gt;

&lt;P&gt;It closes the application (TerminateProcess) when run on a HP640 E5-1650v3 (C612 chipset).&lt;/P&gt;

&lt;P&gt;We tried the newest MKL DLLs, but the behavior was not changed.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 16:56:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103801#M24019</guid>
      <dc:creator>neil_b_1</dc:creator>
      <dc:date>2015-12-10T16:56:22Z</dc:date>
    </item>
    <item>
      <title>Additional details: Our</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103802#M24020</link>
      <description>&lt;P&gt;Additional details:&lt;/P&gt;

&lt;P&gt;Our program is x64 using VisualStudio 2013 to build.&lt;/P&gt;

&lt;P&gt;It was shown to TerminateProcess (exit) on two different HP 640 PCs (only two devices of that type were tested), but pass on any HP 620 PCs.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103802#M24020</guid>
      <dc:creator>neil_b_1</dc:creator>
      <dc:date>2015-12-10T17:59:00Z</dc:date>
    </item>
    <item>
      <title>Neil,  how can we reproduce</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103803#M24021</link>
      <description>&lt;P&gt;Neil, &amp;nbsp;how can we reproduce this issue? Can you get us the example to check the problem on our side? What version of MKL do you use?&lt;/P&gt;

&lt;P&gt;Which MKL's functions do you call into your application?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:13:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103803#M24021</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-12-11T08:13:41Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady Fedorov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103804#M24022</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Neil, &amp;nbsp;how can we reproduce this issue? Can you get us the example to check the problem on our side? What version of MKL do you use?&lt;/P&gt;

&lt;P&gt;Which MKL's functions do you call into your application?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thank you for your reply. &amp;nbsp;We are eager to hear any suggestions.&lt;/P&gt;

&lt;P&gt;Some of these details are third hand information. We use the tuxfamily eigen software version 3.2.2. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Eigen::CholmodSupernodalLLT&amp;lt;Eigen::SparseMatrix&amp;lt;double&amp;gt; &amp;gt; solverA;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;solverA.compute(A);&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;In Eigen::CholmodBase::factorize. it calls SuiteSparse &lt;/SPAN&gt;&lt;SPAN style="color: rgb(44, 45, 48); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px; background-color: rgb(249, 249, 249);"&gt;cholmod_factorize_p&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;which is where the debugger says it encounters terminateprocess. &amp;nbsp;Those are currently using MKL 11.2.0.1 versions of DLLs. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;This combination has been quite functional and reliable on a good number of HP620 PCs. &amp;nbsp;There are some reports that this combination is successful on some apple MAC hardware. &amp;nbsp;It has failed on the two HP 640 PCs we tried it on. &amp;nbsp;On one of the HP 640 PCs, we performed the debugging. &amp;nbsp;We tried the MKL 11.3.1.1 versions of DLLs (no change in behavior).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank You again for looking into this problem.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 13:48:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103804#M24022</guid>
      <dc:creator>neil_b_1</dc:creator>
      <dc:date>2015-12-11T13:48:12Z</dc:date>
    </item>
    <item>
      <title>this is an unknown for that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103805#M24023</link>
      <description>&lt;P&gt;this is an unknown for that moment with 11.3.1 version of MKL. Could you get isolated case which may help to investigate the problem on our side?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 06:21:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103805#M24023</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-12-12T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady Fedorov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103806#M24024</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;this is an unknown for that moment with 11.3.1 version of MKL. Could you get isolated case which may help to investigate the problem on our side?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Does it match some known problem on 11.2.0? that we should not be seeing with 11.3.1?&lt;/P&gt;

&lt;P&gt;I will try to prepare a simple test case to recreate what we are seeing.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:15:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103806#M24024</guid>
      <dc:creator>neil_b_1</dc:creator>
      <dc:date>2015-12-14T15:15:59Z</dc:date>
    </item>
    <item>
      <title>Apparently this is solved.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103807#M24025</link>
      <description>&lt;P&gt;Apparently this is solved.&lt;/P&gt;

&lt;P&gt;HP Z620 needs the avx library&lt;/P&gt;

&lt;P&gt;HP Z640 needs the avx2 library&lt;/P&gt;

&lt;P&gt;I will write back to confirm after we run some tests.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 16:58:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103807#M24025</guid>
      <dc:creator>neil_b_1</dc:creator>
      <dc:date>2015-12-18T16:58:20Z</dc:date>
    </item>
    <item>
      <title>Considered resolved:  The E5</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103808#M24026</link>
      <description>&lt;P&gt;Considered resolved: &amp;nbsp;The E5-1650v2 and the E5-1650v3 require different MKL support files.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 20:21:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Math-Kernel-Library-TerminateProcess-on-some-hardware/m-p/1103808#M24026</guid>
      <dc:creator>neil_b_1</dc:creator>
      <dc:date>2015-12-18T20:21:31Z</dc:date>
    </item>
  </channel>
</rss>

