<?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 Unclassifiable error on second call to dss_reorder in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806967#M3494</link>
    <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Where do you call dss_factor?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Konstantin&lt;/DIV&gt;</description>
    <pubDate>Mon, 27 Feb 2012 04:22:24 GMT</pubDate>
    <dc:creator>Konstantin_A_Intel</dc:creator>
    <dc:date>2012-02-27T04:22:24Z</dc:date>
    <item>
      <title>Unclassifiable error on second call to dss_reorder</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806963#M3490</link>
      <description>&lt;P&gt;I am solving a nonlinear problem that requires me to construct and solve a matrix many times for which I wish to use dss in MKL10.2.6.038.The code is in fortran 90 and I use ifort 11.0.046.The structure of the matrix changes and hence the solver has to be deleted and reconstructed at every iteration. When I run my code , it runs fine the first time, however on the second iteration, dss_reorder crashes with an unclassifiable error. &lt;BR /&gt;This happens irrespective of whether the matrix is the same or not. the second call to dss_reorder fails. Any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2012 00:04:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806963#M3490</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-18T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Unclassifiable error on second call to dss_reorder</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806964#M3491</link>
      <description>I tried changing to 10.3.3.174 and got that a Memory Overwrite in lda-m gap error. any idea what this means?&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Feb 2012 00:45:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806964#M3491</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-18T00:45:40Z</dc:date>
    </item>
    <item>
      <title>Unclassifiable error on second call to dss_reorder</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806965#M3492</link>
      <description>&lt;I&gt;"The structure of the matrix changes and hence the solver has to be deleted and reconstructed at every iteration" - what do you mean by "the solver has to be deleted"? Please show thow order of invoking dss routines and be much better if you give us the test case.&lt;/I&gt;&lt;DIV&gt;&lt;I&gt;--Gennady&lt;/I&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 Feb 2012 04:50:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806965#M3492</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-02-18T04:50:12Z</dc:date>
    </item>
    <item>
      <title>Unclassifiable error on second call to dss_reorder</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806966#M3493</link>
      <description>Step 1 .&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;At each time step do,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;error = dss_create(handle,MKL_DSS_DEFAULTS)&lt;/DIV&gt;&lt;DIV&gt;error = dss_define_structure(handle,MKL_DSS_NON_SYMMETRIC,ia,n,n,ja,nnz)&lt;/DIV&gt;&lt;DIV&gt;dss_reorder(handle,MKL_DSS_AUTO_ORDER,perm)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;!! then for a number of iterations I do.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;error = dss_solve_real(handle,MKL_DSS_DEFAULTS,b,1,x)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;!! After the code has converged&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;error = dss_delete(handle,MKL_DSS_DEFAULTS)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;At the first time step this works fine. at the second time step . I am able to create the solver and define its structure. but when the call is made to dss_reorder, I get&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;Memory overwrite in lda-m gap: loc( -65536, 21322608) =      0.0000000 , Invalid message level&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Feb 2012 19:39:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806966#M3493</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-20T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Unclassifiable error on second call to dss_reorder</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806967#M3494</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Where do you call dss_factor?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Konstantin&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Feb 2012 04:22:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unclassifiable-error-on-second-call-to-dss-reorder/m-p/806967#M3494</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2012-02-27T04:22:24Z</dc:date>
    </item>
  </channel>
</rss>

