<?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 using extended blas functionality from C++ in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-extended-blas-functionality-from-C/m-p/823239#M4938</link>
    <description>Hi,&lt;BR /&gt;I am calling mkl_dimatcopy from C++, using vs2010 on vista. Compiles fine.&lt;BR /&gt;Then, when linking against static mkl libs I get an unresolved external symbol for _Mkl_Dimatcopy.&lt;BR /&gt;I am linking against:&lt;BR /&gt;mkl_intel_c.lib, mkl_intel_thread.lib mkl_core.lib mkl_solver.lib libiomp5md.lib (i am on debug conf), mkl_pgi_thread.lib, libguide.lib and libguide40.lib (btw what are the last three? - how these thread libs would interact collide w/ tbb?)&lt;BR /&gt;Thank you for your patience,&lt;BR /&gt;P-&lt;BR /&gt;</description>
    <pubDate>Sun, 09 May 2010 21:12:35 GMT</pubDate>
    <dc:creator>Petros_Mamales</dc:creator>
    <dc:date>2010-05-09T21:12:35Z</dc:date>
    <item>
      <title>using extended blas functionality from C++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-extended-blas-functionality-from-C/m-p/823239#M4938</link>
      <description>Hi,&lt;BR /&gt;I am calling mkl_dimatcopy from C++, using vs2010 on vista. Compiles fine.&lt;BR /&gt;Then, when linking against static mkl libs I get an unresolved external symbol for _Mkl_Dimatcopy.&lt;BR /&gt;I am linking against:&lt;BR /&gt;mkl_intel_c.lib, mkl_intel_thread.lib mkl_core.lib mkl_solver.lib libiomp5md.lib (i am on debug conf), mkl_pgi_thread.lib, libguide.lib and libguide40.lib (btw what are the last three? - how these thread libs would interact collide w/ tbb?)&lt;BR /&gt;Thank you for your patience,&lt;BR /&gt;P-&lt;BR /&gt;</description>
      <pubDate>Sun, 09 May 2010 21:12:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-extended-blas-functionality-from-C/m-p/823239#M4938</guid>
      <dc:creator>Petros_Mamales</dc:creator>
      <dc:date>2010-05-09T21:12:35Z</dc:date>
    </item>
    <item>
      <title>using extended blas functionality from C++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-extended-blas-functionality-from-C/m-p/823240#M4939</link>
      <description>Are you familiar with the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;link line advisor&lt;/A&gt;? You are using several conflicting libraries and that may be causing some conflicts. mkl_intel_thread.lib is mean to support the Intel OpenMP threading runtime, while mkl_pgi_thread.lib will support PGI's threading runtime. libguide.lib is the Intel static threading runtime while libguide40.lib is the static import lib for the threading runtime DLL. You'll need to pick and choose appropriately and the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;tool &lt;/A&gt;I mention above will help with that.&lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Mon, 10 May 2010 17:24:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-extended-blas-functionality-from-C/m-p/823240#M4939</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2010-05-10T17:24:15Z</dc:date>
    </item>
  </channel>
</rss>

