<?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 LNK2019: unresolved external symbol &amp;quot;int __cdecl PARD in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863904#M7709</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: xx-small;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;Hem I Have no Idea. &lt;/SPAN&gt;&lt;SPAN style="font-size: xx-small; color: #993300;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG style="mso-ansi-font-weight: normal; mso-bidi-font-weight: normal;"&gt;&lt;SPAN style="font-size: xx-small; color: #993300;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;SPAN style="font-size: xx-small;"&gt;Can you get the log with problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;SPAN style="font-size: xx-small;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Jan 2009 10:18:09 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-01-21T10:18:09Z</dc:date>
    <item>
      <title>error LNK2019: unresolved external symbol "int __cdecl PARDISO(...)" ... referenced in function...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863899#M7704</link>
      <description>&lt;DIV&gt;Hi. I can complie the sample pardiso program OK, but when I try to make my own (as a dll) it gives this error:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
error LNK2019: unresolved external symbol "int __cdecl PARDISO(void *,int *,int *,int *,int *,int *,double *,int *,int *,int *,int *,int *,int *,double *,double *,int *)" (?PARDISO@@YAHPAXPAH1111PAN111111221@Z) referenced in function _Mypardiso&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;I've added all the same .lib files that are with the sample. I can't see any substantial difference between my program and it, except mine is a dll.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;It's VC++ 2008. Are there perhaps some secret options that I forgot to change? Do I really not have to #include any .h files?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;These linking and dll errors are driving me round the bend. Is there some way to diagnose them without guessing? Some application that can look into a .lib file to see what's there? Any MKL documentation showing what depends on what?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 18 Jan 2009 04:33:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863899#M7704</guid>
      <dc:creator>crispybits</dc:creator>
      <dc:date>2009-01-18T04:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "int __cdecl PARD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863900#M7705</link>
      <description>&lt;BR /&gt;
&lt;P&gt;There are no secret options. I was able to do my own pardiso-based dll without problems but only with VS2005, nevertheless,I would recommend you submit the issue against MKL to Premier support (&lt;A title="https://premier.intel.com/" href="https://premier.intel.com/"&gt;https://premier.intel.com/&lt;/A&gt; )&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2009 05:10:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863900#M7705</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-20T05:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "int __cdecl PARD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863901#M7706</link>
      <description>&lt;BR /&gt;
&lt;P&gt;There are no secret options. I was able to do my own pardiso-based dll without problems but only with VS2005, nevertheless,I would recommend you submit the issue against MKL to Premier support (&lt;A title="https://premier.intel.com/" href="https://premier.intel.com/"&gt;https://premier.intel.com/&lt;/A&gt; )&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2009 05:18:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863901#M7706</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-20T05:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "int __cdecl PARD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863902#M7707</link>
      <description>&lt;BR /&gt;
&lt;P&gt;Hi, just for you information: We tried to reproduce this problem with VC++ 2005 on IA32. There are no problems like you reported...&lt;BR /&gt;I uploaded to the previously uploaded tread 3 files as an example reproducing the problem:&lt;BR /&gt;1. makefile I used for building call_ooc_func.lib ( nmake lib32 )&lt;BR /&gt;2. call_ooc_func.c: this is "C" example of Pardiso functionality.&lt;BR /&gt;3. test.c&lt;BR /&gt;nmake lib32 - building dll - call_ooc_func.dll&lt;BR /&gt;nmake test - building executable file test.exe&lt;BR /&gt;and you can test this executable test.exe:&lt;BR /&gt;++++++++++++++++++++++++++++++&lt;BR /&gt;the expected Output:&lt;BR /&gt;C:DMKL_ForumMKL_DLL&amp;gt;&lt;BR /&gt;C:DMKL_ForumMKL_DLL&amp;gt;test.exe&lt;BR /&gt;=== PARDISO is running in In-Core mode, because iparam(60)=0 ===&lt;BR /&gt;================ PARDISO: solving a symmetric indef. system ================&lt;/P&gt;
&lt;P&gt;......................................&lt;/P&gt;
&lt;P&gt;....................................&lt;/P&gt;
&lt;P&gt;and etc .....&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2009 05:23:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863902#M7707</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-20T05:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "int __cdecl PARD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863903#M7708</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;Cheers, that's great, it works now.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;My problem was I didn't #include "mkl_pardiso.h". Although I see you commented it out and it was fine. No idea why tho. The sample program doesn't have it either.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&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;
&lt;P&gt;Hi, just for you information: We tried to reproduce this problem with VC++ 2005 on IA32. There are no problems like you reported...&lt;BR /&gt;I uploaded to the previously uploaded tread 3 files as an example reproducing the problem:&lt;BR /&gt;1. makefile I used for building call_ooc_func.lib ( nmake lib32 )&lt;BR /&gt;2. call_ooc_func.c: this is "C" example of Pardiso functionality.&lt;BR /&gt;3. test.c&lt;BR /&gt;nmake lib32 - building dll - call_ooc_func.dll&lt;BR /&gt;nmake test - building executable file test.exe&lt;BR /&gt;and you can test this executable test.exe:&lt;BR /&gt;++++++++++++++++++++++++++++++&lt;BR /&gt;the expected Output:&lt;BR /&gt;C:DMKL_ForumMKL_DLL&amp;gt;&lt;BR /&gt;C:DMKL_ForumMKL_DLL&amp;gt;test.exe&lt;BR /&gt;=== PARDISO is running in In-Core mode, because iparam(60)=0 ===&lt;BR /&gt;================ PARDISO: solving a symmetric indef. system ================&lt;/P&gt;
&lt;P&gt;......................................&lt;/P&gt;
&lt;P&gt;....................................&lt;/P&gt;
&lt;P&gt;and etc .....&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2009 07:45:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863903#M7708</guid>
      <dc:creator>crispybits</dc:creator>
      <dc:date>2009-01-21T07:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "int __cdecl PARD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863904#M7709</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: xx-small;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;Hem I Have no Idea. &lt;/SPAN&gt;&lt;SPAN style="font-size: xx-small; color: #993300;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG style="mso-ansi-font-weight: normal; mso-bidi-font-weight: normal;"&gt;&lt;SPAN style="font-size: xx-small; color: #993300;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;SPAN style="font-size: xx-small;"&gt;Can you get the log with problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;SPAN style="font-size: xx-small;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2009 10:18:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863904#M7709</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-21T10:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "int __cdecl PARD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863905#M7710</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;What's the log with problem? You mean the error output?&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&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;STRONG&gt;&lt;SPAN style="font-size: xx-small;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;Hem I Have no Idea. &lt;/SPAN&gt;&lt;SPAN style="font-size: xx-small; color: #993300;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG style="mso-ansi-font-weight: normal; mso-bidi-font-weight: normal;"&gt;&lt;SPAN style="font-size: xx-small; color: #993300;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;SPAN style="font-size: xx-small;"&gt;Can you get the log with problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-weight: normal; color: #993300; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;SPAN style="font-size: xx-small;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2009 01:31:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-LNK2019-unresolved-external-symbol-quot-int-cdecl-PARDISO/m-p/863905#M7710</guid>
      <dc:creator>crispybits</dc:creator>
      <dc:date>2009-01-24T01:31:45Z</dc:date>
    </item>
  </channel>
</rss>

