<?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 Compiling PARDISO under windows in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910614#M12124</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;Iam trying to compile thepardiso sample codesgiven in the distribution. But i get the following error during linking &lt;/P&gt;
&lt;P&gt;par1.obj : error LNK2001: unresolved external symbol "int __cdecl omp_get_max_threads(void)" (&lt;A href="mailto:?omp_get_max_threads@@YAHXZ"&gt;?omp_get_max_threads@@YAHXZ&lt;/A&gt;)&lt;BR /&gt;par1.obj : error LNK2001: unresolved external symbol "int __cdecl PARDISO(void *,int *,int *,int *,int *,int *,double *,int *,int&lt;BR /&gt;*,int *,int *,int *,int *,double *,double *,int *)" (&lt;A href="mailto:?PARDISO@@YAHPAXPAH1111PAN111111221@Z"&gt;?PARDISO@@YAHPAXPAH1111PAN111111221@Z&lt;/A&gt;)&lt;BR /&gt;par1.exe : fatal error LNK1120: 2 unresolved externals&lt;/P&gt;
&lt;P&gt;I am using intel C++ compiler version 8.0 for compiling and linking the codes. &lt;/P&gt;
&lt;P&gt;This is how i compile it&lt;/P&gt;
&lt;P&gt;icl /D _WIN32 par1.cpp "c:Program FilesIntelCMKL8.1.1ia32libmkl_solver.lib" "c:Program F&lt;BR /&gt;ilesIntelCMKL8.1.1ia32libmkl_c.lib" "c:Program FilesIntelCMKL8.1.1ia32libmkl_ia32.lib"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you suggest me what could be wrong.&lt;/P&gt;
&lt;P&gt;Thanks &lt;/P&gt;
&lt;P&gt;Bala&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2006 13:43:08 GMT</pubDate>
    <dc:creator>Balamurugan_R_</dc:creator>
    <dc:date>2006-09-19T13:43:08Z</dc:date>
    <item>
      <title>Compiling PARDISO under windows</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910614#M12124</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;Iam trying to compile thepardiso sample codesgiven in the distribution. But i get the following error during linking &lt;/P&gt;
&lt;P&gt;par1.obj : error LNK2001: unresolved external symbol "int __cdecl omp_get_max_threads(void)" (&lt;A href="mailto:?omp_get_max_threads@@YAHXZ"&gt;?omp_get_max_threads@@YAHXZ&lt;/A&gt;)&lt;BR /&gt;par1.obj : error LNK2001: unresolved external symbol "int __cdecl PARDISO(void *,int *,int *,int *,int *,int *,double *,int *,int&lt;BR /&gt;*,int *,int *,int *,int *,double *,double *,int *)" (&lt;A href="mailto:?PARDISO@@YAHPAXPAH1111PAN111111221@Z"&gt;?PARDISO@@YAHPAXPAH1111PAN111111221@Z&lt;/A&gt;)&lt;BR /&gt;par1.exe : fatal error LNK1120: 2 unresolved externals&lt;/P&gt;
&lt;P&gt;I am using intel C++ compiler version 8.0 for compiling and linking the codes. &lt;/P&gt;
&lt;P&gt;This is how i compile it&lt;/P&gt;
&lt;P&gt;icl /D _WIN32 par1.cpp "c:Program FilesIntelCMKL8.1.1ia32libmkl_solver.lib" "c:Program F&lt;BR /&gt;ilesIntelCMKL8.1.1ia32libmkl_c.lib" "c:Program FilesIntelCMKL8.1.1ia32libmkl_ia32.lib"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you suggest me what could be wrong.&lt;/P&gt;
&lt;P&gt;Thanks &lt;/P&gt;
&lt;P&gt;Bala&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2006 13:43:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910614#M12124</guid>
      <dc:creator>Balamurugan_R_</dc:creator>
      <dc:date>2006-09-19T13:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling PARDISO under windows</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910615#M12125</link>
      <description>&lt;P&gt;Mmm looks like you're missing the parameter for OpenMP. Try passing -openmp to icl.&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2007 06:42:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910615#M12125</guid>
      <dc:creator>gogetaxr4</dc:creator>
      <dc:date>2007-01-18T06:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling PARDISO under windows</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910616#M12126</link>
      <description>&lt;P&gt;I get the exact same errors when compiling "Example C-9 Example pardiso_unsym.c for Unsymmetric Linear Systems" from the manual using Microsoft Visual Studio 2005.&lt;/P&gt;
&lt;P align="left"&gt;Have you figured out a solution Bala?&lt;/P&gt;
&lt;P align="left"&gt;/Klas&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2007 14:59:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910616#M12126</guid>
      <dc:creator>klasha</dc:creator>
      <dc:date>2007-05-22T14:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling PARDISO under windows</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910617#M12127</link>
      <description>&lt;BR /&gt;If you mean that you're using Visual Studio without an Intel compiler, missing references to OpenMP functions called by MKL would mean that you haven't successfully included MKL libguide.lib in your library list. &lt;BR /&gt;As the previous poster suggested, passing the option /Qopenmp would take care of it when you use an Intel compiler. The Microsoft compiler OpenMP option would not be expected to work with MKL.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2007 15:57:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-PARDISO-under-windows/m-p/910617#M12127</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-05-22T15:57:08Z</dc:date>
    </item>
  </channel>
</rss>

