<?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 LAPACK/GETRF: Unresolved external symbol _SGETRF_MKL95@12 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802330#M3157</link>
    <description>That was it !!! Thank you all.&lt;BR /&gt;Philippe</description>
    <pubDate>Thu, 10 Jun 2010 14:41:45 GMT</pubDate>
    <dc:creator>pguillerottrane_com</dc:creator>
    <dc:date>2010-06-10T14:41:45Z</dc:date>
    <item>
      <title>LAPACK/GETRF: Unresolved external symbol _SGETRF_MKL95@12</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802326#M3153</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I can't get around this error. &lt;BR /&gt;&lt;BR /&gt;I reference the MKL95_LAPACK module in one of my FORTRAN routines that calls GETRF. In VS 2005, I set the linker depedencies to: mkl_lapack95.lib mkl_solver_sequential.lib mkl_intel_c.lib mkl_sequential.lib mkl_core.lib.&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;BR /&gt;Philippe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 21:58:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802326#M3153</guid>
      <dc:creator>pguillerottrane_com</dc:creator>
      <dc:date>2010-06-09T21:58:17Z</dc:date>
    </item>
    <item>
      <title>LAPACK/GETRF: Unresolved external symbol _SGETRF_MKL95@12</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802327#M3154</link>
      <description>I guess you may have CVF compatible linkage (e.g. /iface:cvf) set in your build, while you link libraries which don't work with that option.</description>
      <pubDate>Wed, 09 Jun 2010 22:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802327#M3154</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-06-09T22:49:33Z</dc:date>
    </item>
    <item>
      <title>LAPACK/GETRF: Unresolved external symbol _SGETRF_MKL95@12</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802328#M3155</link>
      <description>We need to know at least the declarations of the arguments, the modules USEd, and the actual subroutine call in order to diagnose the problem.&lt;BR /&gt;&lt;BR /&gt;If you can provide a small complete example with which one can reproduce the problem, that would be even better.</description>
      <pubDate>Wed, 09 Jun 2010 23:51:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802328#M3155</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-06-09T23:51:22Z</dc:date>
    </item>
    <item>
      <title>LAPACK/GETRF: Unresolved external symbol _SGETRF_MKL95@12</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802329#M3156</link>
      <description>&lt;P&gt;Hello, Philippe,&lt;/P&gt;&lt;P&gt;tim18 is right. mkl_lapack95.lib provides only cdecl interface and you link cdecl interface library mkl_intel_c.lib.&lt;/P&gt;&lt;P&gt;So you should not use CVF compatible option if you call MKL lapack95 routines.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2010 06:46:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802329#M3156</guid>
      <dc:creator>Vladimir_Koldakov__I</dc:creator>
      <dc:date>2010-06-10T06:46:44Z</dc:date>
    </item>
    <item>
      <title>LAPACK/GETRF: Unresolved external symbol _SGETRF_MKL95@12</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802330#M3157</link>
      <description>That was it !!! Thank you all.&lt;BR /&gt;Philippe</description>
      <pubDate>Thu, 10 Jun 2010 14:41:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-GETRF-Unresolved-external-symbol-SGETRF-MKL95-12/m-p/802330#M3157</guid>
      <dc:creator>pguillerottrane_com</dc:creator>
      <dc:date>2010-06-10T14:41:45Z</dc:date>
    </item>
  </channel>
</rss>

