<?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 Programming with MKL Sparse? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876928#M9044</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; background: white;"&gt;&lt;SPAN style="font-size: 6px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Questions:&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;I want to use MKL to solve a linear equation A*x=b,and this is a general one. My operation environment is:  Windows XP, VS2005 plus Intel Fortran 10.1 plus MKL, and I follow the procedure to configure:&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;1 Select Project&amp;gt;Properties&amp;gt;Linker&amp;gt;General&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;2 For Additional Library Directories, add the architecture-specific ' lib' folder,&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;3 Select Project&amp;gt;Properties&amp;gt;Linker&amp;gt;Input&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;4 In the Additional Dependencies line, insert mkl_c.lib libguide.lib mkl_solver.lib&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;5Select Project&amp;gt;Properties&amp;gt;Fortran&amp;gt;General&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;6 For Additional Include Directories, add the' include ' folder&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Is the above procedure right?&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;When I am trying to run &lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;example program to show the use of the "PARDISO" routine for symmetric linear systems&lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;, it gives me following error: &lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Error&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;2&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt; error LNK2019: unresolved external symbol _PARDISO referenced in function _MAIN__&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Error&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;1&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt; error LNK2019: unresolved external symbol _PARDISOINIT referenced in function _MAIN__&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Do i need to ' include something at the top of my codes? What should it be?&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Thank you for your kind attention!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2008 22:20:41 GMT</pubDate>
    <dc:creator>farukhsharipov</dc:creator>
    <dc:date>2008-09-30T22:20:41Z</dc:date>
    <item>
      <title>Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876928#M9044</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; background: white;"&gt;&lt;SPAN style="font-size: 6px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Questions:&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;I want to use MKL to solve a linear equation A*x=b,and this is a general one. My operation environment is:  Windows XP, VS2005 plus Intel Fortran 10.1 plus MKL, and I follow the procedure to configure:&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;1 Select Project&amp;gt;Properties&amp;gt;Linker&amp;gt;General&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;2 For Additional Library Directories, add the architecture-specific ' lib' folder,&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;3 Select Project&amp;gt;Properties&amp;gt;Linker&amp;gt;Input&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;4 In the Additional Dependencies line, insert mkl_c.lib libguide.lib mkl_solver.lib&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;5Select Project&amp;gt;Properties&amp;gt;Fortran&amp;gt;General&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;6 For Additional Include Directories, add the' include ' folder&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Is the above procedure right?&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;When I am trying to run &lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;example program to show the use of the "PARDISO" routine for symmetric linear systems&lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;, it gives me following error: &lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Error&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;2&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt; error LNK2019: unresolved external symbol _PARDISO referenced in function _MAIN__&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Error&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;1&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt; error LNK2019: unresolved external symbol _PARDISOINIT referenced in function _MAIN__&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Do i need to ' include something at the top of my codes? What should it be?&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="margin-bottom: 4.7pt; mso-line-height-alt: 7.5pt; background: white;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " verdana=""&gt;Thank you for your kind attention!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2008 22:20:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876928#M9044</guid>
      <dc:creator>farukhsharipov</dc:creator>
      <dc:date>2008-09-30T22:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876929#M9045</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Hi, probably these examples are not compatible we need to check it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Id recommend you to look at the solver examples. You can find these examples in $MKL_ROOT/examples/solver directory.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;In particular, you can find there C and Fortran versions of Sparse Symmetric Linear Systems examples.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Regarding the problem you met:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;At first glance all your VS settings look correct including additional libraries:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;mkl_solver.lib mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide40.lib&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Just for your information, please look at the following link. Probably it will useful for the future:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Compiling and linking your program with Intel MKL v.10.0 with VS 2005 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;&amp;lt;&lt;A title="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic" href="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="color: navy;" title="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic" target="_blank"&gt;http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:16:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876929#M9045</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-01T13:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876930#M9046</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&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;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Hi, probably these examples are not compatible we need to check it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Id recommend you to look at the solver examples. You can find these examples in $MKL_ROOT/examples/solver directory.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;In particular, you can find there C and Fortran versions of Sparse Symmetric Linear Systems examples.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Regarding the problem you met:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;At first glance all your VS settings look correct including additional libraries:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;mkl_solver.lib mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide40.lib&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Just for your information, please look at the following link. Probably it will useful for the future:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;Compiling and linking your program with Intel MKL v.10.0 with VS 2005 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;&amp;lt;&lt;A title="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic" href="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="color: navy;" title="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic" target="_blank"&gt;http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #000080; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt; color: navy; font-family: Arial;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;Privet Gennady,&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;Thanks for your reply, I tried example from $mkl_root/examples/solver/pardiso_sym_f.f&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;but I am still getting same error about pardiso:&lt;/SPAN&gt;&lt;/P&gt; &lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;Error&lt;SPAN&gt;&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;1&lt;SPAN&gt;&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;error LNK2019: unresolved external symbol _PARDISO referenced in function _MAIN__&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt; &lt;P class="MsoNormal" style="line-height: normal;"&gt;I also tried to use use mkl_pardiso statement in Fortran 90 example which I had but its not working.&lt;/P&gt; &lt;BLOCKQUOTE&gt;&lt;P class="MsoNormal" style="line-height: normal;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;Error&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;1&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt; Error: Error in opening the Library module file.&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;[MKL_PARDISO]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt; &lt;P class="MsoNormal" style="line-height: normal;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="line-height: normal;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;Regarding the link which you give me I cant access it. &lt;/SPAN&gt;&lt;/P&gt; &lt;P class="MsoNormal" style="line-height: normal;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;&lt;SPAN style="mso-tab-count: 1;"&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333;"&gt;One of the following alerts display when Google Chrome detects that the webpage you're trying to visit is unavailable.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;can you please poke me to the right direction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: " courier="" new=""&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:48:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876930#M9046</guid>
      <dc:creator>farukhsharipov</dc:creator>
      <dc:date>2008-10-01T14:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876931#M9047</link>
      <description>&lt;P&gt;I am trying to use pardiso in a fortran 90 code. I have used the template pardiso_sym.f. I have rewritten in Fortran90 and I have included mkl_pardiso.f90, but I have many errors. It seems to me that in mkl_pardiso.f90 there is a interface statement at the end which seems unmeaningful. I removed this statement but it does not work. Is there any possibilities to have a full functioning examples of fortran90 code linked to pardiso?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876931#M9047</guid>
      <dc:creator>farukhsharipov</dc:creator>
      <dc:date>2008-10-01T14:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876932#M9048</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;DIV style="margin:0px;"&gt;Ok, let me time - I will try to create VS2005 project based on this file and upload to this thread. ( but only tomorrow )&lt;/DIV&gt;&lt;DIV style="margin:0px;"&gt;--Gennady&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 15:37:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876932#M9048</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-01T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876933#M9049</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;Hi, I didnt find pardios.f90 examples among solvers examples, but we have dss_sym_f90.f90 example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;Based on this example, I created and uploaded to this folder dss_f90.zip.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;This is VS2005 project based dss_sym_f90.f90 source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I used MKL 10.0 update 4 version. Please open the solution and you can see how to link mkl libraries. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;For Pardsio example you have to link the same libraries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I hope it helps you to create your owner f90 project. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2008 14:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876933#M9049</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-02T14:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876934#M9050</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: -webkit-monospace; font-size: 16px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;Thanks for respond. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: -webkit-monospace; font-size: 16px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;It might sound silly, but how can I get the file? I mean from which folder this new look of forum is really confusing. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2008 16:29:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876934#M9050</guid>
      <dc:creator>farukhsharipov</dc:creator>
      <dc:date>2008-10-02T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876935#M9051</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;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;Hi, I didnt find pardios.f90 examples among solvers examples, but we have dss_sym_f90.f90 example.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;Based on this example, I created and uploaded to this folder dss_f90.zip.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;This is VS2005 project based dss_sym_f90.f90 source.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I used MKL 10.0 update 4 version. Please open the solution and you can see how to link mkl libraries. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;For Pardsio example you have to link the same libraries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I hope it helps you to create your owner f90 project. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;how and from where i can get dss_f90.zip file??&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2008 21:49:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876935#M9051</guid>
      <dc:creator>farukhsharipov</dc:creator>
      <dc:date>2008-10-07T21:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876936#M9052</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/300039"&gt;while(alive) work++&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 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;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;Hi, I didnt find pardios.f90 examples among solvers examples, but we have dss_sym_f90.f90 example.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;Based on this example, I created and uploaded to this folder dss_f90.zip.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;This is VS2005 project based dss_sym_f90.f90 source.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I used MKL 10.0 update 4 version. Please open the solution and you can see how to link mkl libraries. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;For Pardsio example you have to link the same libraries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I hope it helps you to create your owner f90 project. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;how and from where i can get dss_f90.zip file??&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2008 18:21:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876936#M9052</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-11T18:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL Sparse?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876937#M9053</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;DIV style="margin:0px;"&gt;Hello, because of some problem with our Forum,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;I have sent this package by email.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;--Gennady&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2008 18:23:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL-Sparse/m-p/876937#M9053</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-11T18:23:16Z</dc:date>
    </item>
  </channel>
</rss>

