<?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 Problem when using MKL Poisson Library in IVF10 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-when-using-MKL-Poisson-Library-in-IVF10/m-p/903669#M11481</link>
    <description>&lt;P&gt;In the Intel visual fortran 10with Miscrosoft visual studio 2005, Ican't compile successfully the code example given by manual of MKL poisson library witherrors: &lt;BR /&gt;&lt;STRONG&gt;Error1 error LNK2019: unresolved external symbol _D_INIT_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error2 error LNK2019: unresolved external symbol _D_COMMIT_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error3 error LNK2019: unresolved external symbol _D_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error4 error LNK2019: unresolved external symbol _FREE_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error5 fatal error LNK1120: 4 unresolved externalsDebug\PoissonSolver.exe&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;The the head part of example code is :&lt;BR /&gt; &lt;STRONG&gt;include 'mkl_dfti.f90'&lt;BR /&gt; include 'mkl_poisson.f90'&lt;BR /&gt; program Poisson_2D_double_precision&lt;BR /&gt; ! Include modules defined by mkl_poisson.f90 and mkl_dfti.f90 header files&lt;BR /&gt; use mkl_dfti&lt;BR /&gt; use mkl_poisson&lt;BR /&gt;&lt;/STRONG&gt;I have configured the compiler as:&lt;BR /&gt;1. adding tools-&amp;gt;Options-&amp;gt;Intel Fortran-&amp;gt;LibrariesC:\Program Files\Intel\MKL\10.0.012\ia32\lib&lt;BR /&gt; Include:C:\Program Files\Intel\MKL\10.0.012\include&lt;BR /&gt;2.InProject &amp;gt; Properties &amp;gt; Linker &amp;gt; Input-&amp;gt; the Additional Dependencies line, insert:&lt;BR /&gt;mkl_intel_c.lib mkl_intel_thread.lib mkl_solver.lib mkl_core.lib libguide.lib&lt;BR /&gt;3. The MKl lib directory is also addedas the project additional library directories.&lt;BR /&gt;&lt;BR /&gt;Note: I have successfully using many other MKL libraries, such asmkl_dfti and mkl_trig_transforms, butmkl_poisson didn't work.How do I resolve this problem?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2009 19:59:40 GMT</pubDate>
    <dc:creator>zlh007</dc:creator>
    <dc:date>2009-10-23T19:59:40Z</dc:date>
    <item>
      <title>Problem when using MKL Poisson Library in IVF10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-when-using-MKL-Poisson-Library-in-IVF10/m-p/903669#M11481</link>
      <description>&lt;P&gt;In the Intel visual fortran 10with Miscrosoft visual studio 2005, Ican't compile successfully the code example given by manual of MKL poisson library witherrors: &lt;BR /&gt;&lt;STRONG&gt;Error1 error LNK2019: unresolved external symbol _D_INIT_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error2 error LNK2019: unresolved external symbol _D_COMMIT_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error3 error LNK2019: unresolved external symbol _D_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error4 error LNK2019: unresolved external symbol _FREE_HELMHOLTZ_2D referenced in function _MAIN__PoissonSolver.obj&lt;BR /&gt;Error5 fatal error LNK1120: 4 unresolved externalsDebug\PoissonSolver.exe&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;The the head part of example code is :&lt;BR /&gt; &lt;STRONG&gt;include 'mkl_dfti.f90'&lt;BR /&gt; include 'mkl_poisson.f90'&lt;BR /&gt; program Poisson_2D_double_precision&lt;BR /&gt; ! Include modules defined by mkl_poisson.f90 and mkl_dfti.f90 header files&lt;BR /&gt; use mkl_dfti&lt;BR /&gt; use mkl_poisson&lt;BR /&gt;&lt;/STRONG&gt;I have configured the compiler as:&lt;BR /&gt;1. adding tools-&amp;gt;Options-&amp;gt;Intel Fortran-&amp;gt;LibrariesC:\Program Files\Intel\MKL\10.0.012\ia32\lib&lt;BR /&gt; Include:C:\Program Files\Intel\MKL\10.0.012\include&lt;BR /&gt;2.InProject &amp;gt; Properties &amp;gt; Linker &amp;gt; Input-&amp;gt; the Additional Dependencies line, insert:&lt;BR /&gt;mkl_intel_c.lib mkl_intel_thread.lib mkl_solver.lib mkl_core.lib libguide.lib&lt;BR /&gt;3. The MKl lib directory is also addedas the project additional library directories.&lt;BR /&gt;&lt;BR /&gt;Note: I have successfully using many other MKL libraries, such asmkl_dfti and mkl_trig_transforms, butmkl_poisson didn't work.How do I resolve this problem?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2009 19:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-when-using-MKL-Poisson-Library-in-IVF10/m-p/903669#M11481</guid>
      <dc:creator>zlh007</dc:creator>
      <dc:date>2009-10-23T19:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when using MKL Poisson Library in IVF10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-when-using-MKL-Poisson-Library-in-IVF10/m-p/903670#M11482</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello zlh007,&lt;BR /&gt;&lt;BR /&gt;Please see my answer on this question &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=69361page/1/#99484" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Oct 2009 09:49:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-when-using-MKL-Poisson-Library-in-IVF10/m-p/903670#M11482</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2009-10-24T09:49:31Z</dc:date>
    </item>
  </channel>
</rss>

