<?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: Error using oneMKL mkl_sparse_d_mv function in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1300133#M31774</link>
    <description>&lt;P&gt;We should go poking into the guts of system DLLs only as a last resort.&lt;/P&gt;
&lt;P&gt;You stated that your code is a modification of an MKL example code. Post the modified code as an attachment or a link to a cloud service where you have placed the file(s). If the program reads data from a file or the console, please provide the data.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 01:24:15 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2021-07-21T01:24:15Z</dc:date>
    <item>
      <title>Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1299990#M31771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to use the fgmres algorithm to solver sparse linear equations. I modified the example code in fgmres_no_precon.c a little bit to accomodate the input data in my project. Everything is fine until it comes to the&amp;nbsp;mkl_sparse_d_mv function in the following command:&lt;/P&gt;
&lt;P&gt;mkl_sparse_d_mv(transA, 1.0, csrA, descrA, expected_solution, 0.0, rhs);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message I got is:&lt;/P&gt;
&lt;P&gt;Unhandled exception at 0x00007FFF0A084ED9 (KernelBase.dll) in Aphi_MatrixEq_IterativeSolver.exe: 0xC06D007E: Module not found (parameters: 0x000000570B263510).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use Microsoft Visual Studio 2019 as compiler, and then install Intel oneAPI and linked the MKL to VS automatically. Besides Intel MKL, I included EIGEN library in my project as well.&lt;/P&gt;
&lt;P&gt;I don't have a strong computer science background. Does this error message mean the KernelBase.dll file has been corrupted in my Windows 10? I took a look at the KernelBase.dll file in my system and it looks it was updated at July 14th, 2021. I updated my Windows 10 around that time.&lt;/P&gt;
&lt;P&gt;Any advice on how I should fix this problem would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Boyuan&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 12:58:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1299990#M31771</guid>
      <dc:creator>zhang__boyuan</dc:creator>
      <dc:date>2021-07-20T12:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1300133#M31774</link>
      <description>&lt;P&gt;We should go poking into the guts of system DLLs only as a last resort.&lt;/P&gt;
&lt;P&gt;You stated that your code is a modification of an MKL example code. Post the modified code as an attachment or a link to a cloud service where you have placed the file(s). If the program reads data from a file or the console, please provide the data.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 01:24:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1300133#M31774</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-07-21T01:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1300151#M31775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the reply. I tried to compile and run the original example fgmres_no_precon.c by copying the code into a new project. The same error was reported when the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mkl_sparse_d_mv(transA, 1.0, csrA, descrA, expected_solution, 0.0, rhs);&lt;/P&gt;
&lt;P&gt;sentence was excuted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm attaching a screenshot about the error message and a 'No Symbol Loaded' page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Boyuan&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 02:51:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1300151#M31775</guid>
      <dc:creator>zhang__boyuan</dc:creator>
      <dc:date>2021-07-21T02:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1300167#M31776</link>
      <description>&lt;P&gt;Hi Boyuan,&lt;/P&gt;
&lt;P&gt;Please have a look at a similar question asked a year ago at Microsoft support service:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/vstudio/en-US/617a5e4d-53f7-4c35-9d05-c5fb12162676/exception-thrown-at-0x75e14192-kernelbasedll-module-not-found?forum=visualstudiogeneral" target="_blank"&gt;https://social.msdn.microsoft.com/Forums/vstudio/en-US/617a5e4d-53f7-4c35-9d05-c5fb12162676/exception-thrown-at-0x75e14192-kernelbasedll-module-not-found?forum=visualstudiogeneral&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;One of the last replies there suggests that the issue is that Visual Studio cannot find DLLs (of MKL). So, please check the folders where you have MKL, that DLLs are there and check where the VS is trying to look for DLLs. If copying all DLLs of MKL into your project directory helps, then it is definitely an issue with the search paths for DLLs.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 04:28:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1300167#M31776</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2021-07-21T04:28:51Z</dc:date>
    </item>
    <item>
      <title>Re:Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301202#M31788</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please update whether your issue has been resolved or not?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 05:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301202#M31788</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-07-26T05:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301204#M31790</link>
      <description>&lt;P&gt;Hi Rajesh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for asking. Yes I think I solved it, and I made a stupid mistake which caused this problem. I changed the Intel oneAPI setting from Parallel to Sequential, and the fgmres example works well now.&lt;/P&gt;
&lt;P&gt;I would like to thank everyone who replied here and tried to offer help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Boyuan&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 05:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301204#M31790</guid>
      <dc:creator>zhang__boyuan</dc:creator>
      <dc:date>2021-07-26T05:55:00Z</dc:date>
    </item>
    <item>
      <title>Re:Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301252#M31793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since your issue has been resolved can we close this thread?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 08:55:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301252#M31793</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-07-26T08:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301253#M31794</link>
      <description>&lt;P&gt;Sure, thanks again for the kind help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Boyuan&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 09:05:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301253#M31794</guid>
      <dc:creator>zhang__boyuan</dc:creator>
      <dc:date>2021-07-26T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Re:Error using oneMKL mkl_sparse_d_mv function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301257#M31795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 09:15:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-using-oneMKL-mkl-sparse-d-mv-function/m-p/1301257#M31795</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-07-26T09:15:26Z</dc:date>
    </item>
  </channel>
</rss>

