<?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 Re: dss_reorder crashes in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910522#M12121</link>
    <description>Yes! The update has solved the problem.&lt;BR /&gt;Thank you!&lt;BR /&gt;Agnonchik.&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Oct 2009 10:41:40 GMT</pubDate>
    <dc:creator>agnonchik</dc:creator>
    <dc:date>2009-10-19T10:41:40Z</dc:date>
    <item>
      <title>dss_reorder crashes</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910517#M12116</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;dss_reader crashes on Windows with an "Access violation reading location" exception.&lt;BR /&gt;I'm using MKL 10.2.1 with Visual Studio 8 on a 64 bit Windows XP machine.&lt;BR /&gt;The crash happens for both 32 and 64-bit versions of MKL library, right in a dss_reader() call.&lt;BR /&gt;&lt;BR /&gt;I'm attaching the matrix and code. To reproduce the problem unzip the archive and compile the enclosed c-files.&lt;BR /&gt;Before the compilation please specify a correct path to the matrix blah//blah//blah//matr.dat in main.c.&lt;BR /&gt;&lt;BR /&gt;The matrix size is 367, its upper triangular part contains 12997 nonzero entries.&lt;BR /&gt;Regarding the matrix which is in CSR format, I checked that&lt;BR /&gt;(a) the indexing is one based&lt;BR /&gt;(b) only the upper triangular part is stored&lt;BR /&gt;(c) every row has the diagonal entry&lt;BR /&gt;I suppose these should be enough for DSS to solve it...&lt;BR /&gt;&lt;BR /&gt;Is it an MKL fault?&lt;BR /&gt;&lt;BR /&gt;Please don't hesitate to ask me any further info if you need.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Agnonchik.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 15:26:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910517#M12116</guid>
      <dc:creator>agnonchik</dc:creator>
      <dc:date>2009-10-16T15:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: dss_reorder crashes</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910518#M12117</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/436876"&gt;agnonchik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;dss_reader crashes on Windows with an "Access violation reading location" exception.&lt;BR /&gt;I'm using MKL 10.2.1 with Visual Studio 8 on a 64 bit Windows XP machine.&lt;BR /&gt;The crash happens for both 32 and 64-bit versions of MKL library, right in a dss_reader() call.&lt;BR /&gt;&lt;BR /&gt;I'm attaching the matrix and code. To reproduce the problem unzip the archive and compile the enclosed c-files.&lt;BR /&gt;Before the compilation please specify a correct path to the matrix blah//blah//blah//matr.dat in main.c.&lt;BR /&gt;&lt;BR /&gt;The matrix size is 367, its upper triangular part contains 12997 nonzero entries.&lt;BR /&gt;Regarding the matrix which is in CSR format, I checked that&lt;BR /&gt;(a) the indexing is one based&lt;BR /&gt;(b) only the upper triangular part is stored&lt;BR /&gt;(c) every row has the diagonal entry&lt;BR /&gt;I suppose these should be enough for DSS to solve it...&lt;BR /&gt;&lt;BR /&gt;Is it an MKL fault?&lt;BR /&gt;&lt;BR /&gt;Please don't hesitate to ask me any further info if you need.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Agnonchik.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Agnonchik, &lt;BR /&gt;I've checked the problem with the latest version mkl10.2 u2 on win32 and the test passed well. See the attached output of the problem you are trying to solve.&lt;BR /&gt;More details:&lt;BR /&gt;OS - WinXP &lt;BR /&gt;CPU - Intel Core2 Duo CPU T7300 @ 2.00GHz &lt;BR /&gt;Package ID: w_mkl_p_10.2.2.025 &lt;BR /&gt;Static linking: mkl_solver.lib mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2009 07:16:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910518#M12117</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-19T07:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: dss_reorder crashes</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910519#M12118</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/436876"&gt;agnonchik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Thanks!&lt;BR /&gt;I would also appriciate if you let me know whether you are able to reproduce the crash on your side.&lt;BR /&gt;Agnonchik.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Ok, I will check the problem on Win64 as soon as possible.&lt;BR /&gt;but if I am not mistaken, we had the similar issue with update 1 and the probelm has been already fixed in MKL 10.2 update 2 I used above.&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 09:02:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910519#M12118</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-19T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: dss_reorder crashes</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910520#M12119</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Ok, I will check the problem on Win64 as soon as possible.&lt;BR /&gt;but if I am not mistaken, we had the similar issue with update 1 and the probelm has been already fixed in MKL 10.2 update 2 I used above.&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Sorry, I forgett to add: you can download the update 2 from the &lt;A href="https://registrationcenter.intel.com/regcenter/"&gt;https://registrationcenter.intel.com/regcenter/&lt;/A&gt;.&lt;BR /&gt;--Gennady</description>
      <pubDate>Mon, 19 Oct 2009 09:10:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910520#M12119</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-19T09:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: dss_reorder crashes</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910521#M12120</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Sorry, I forgett to add: you can download the update 2 from the &lt;A href="https://registrationcenter.intel.com/regcenter/"&gt;https://registrationcenter.intel.com/regcenter/&lt;/A&gt;.&lt;BR /&gt;--Gennady&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks, Gennady.&lt;BR /&gt;Let me try the update 2. I'll let you know if it solves my problem.&lt;BR /&gt;Agnonchik.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 09:20:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910521#M12120</guid>
      <dc:creator>agnonchik</dc:creator>
      <dc:date>2009-10-19T09:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: dss_reorder crashes</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910522#M12121</link>
      <description>Yes! The update has solved the problem.&lt;BR /&gt;Thank you!&lt;BR /&gt;Agnonchik.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 10:41:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dss-reorder-crashes/m-p/910522#M12121</guid>
      <dc:creator>agnonchik</dc:creator>
      <dc:date>2009-10-19T10:41:40Z</dc:date>
    </item>
  </channel>
</rss>

