<?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 matmul_mkl in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matmul-mkl/m-p/823455#M4942</link>
    <description>Hi all,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;after our admins recently upgraded the Intel Compiler/MKL, I started getting errors during linking:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;isoepsilon_matrix_RPA.f90:(.text+0x29d1): undefined reference to `matmul_mkl_'&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I compile the source files with&lt;/DIV&gt;&lt;DIV&gt;ifort -openmp -parallel -heap-arrays -O3 -lmkl -c&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;and link using&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;ifort -openmp -parallel -heap-arrays *.o&lt;DIV id="_mcePaste"&gt;-Wl,--start-group /sw/linux/intel/composer_xe_2011_sp1.6.233/mkl/lib/intel64/libmkl_intel_lp64.a /sw/linux/intel/composer_xe_2011_sp1.6.233/mkl/lib/intel64/libmkl_intel_thread.a /sw/linux/intel/composer_xe_2011_sp1.6.233/mkl/lib/intel64/libmkl_core.a -Wl,--end-group -openmp -lpthread&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Linking is only successful, if I use -no-opt-matmul during the source file compilation.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any ideas what is causing this?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Bjoern&lt;/DIV&gt;</description>
    <pubDate>Thu, 26 Jan 2012 14:09:02 GMT</pubDate>
    <dc:creator>Deleted_U_Intel</dc:creator>
    <dc:date>2012-01-26T14:09:02Z</dc:date>
    <item>
      <title>matmul_mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matmul-mkl/m-p/823455#M4942</link>
      <description>Hi all,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;after our admins recently upgraded the Intel Compiler/MKL, I started getting errors during linking:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;isoepsilon_matrix_RPA.f90:(.text+0x29d1): undefined reference to `matmul_mkl_'&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I compile the source files with&lt;/DIV&gt;&lt;DIV&gt;ifort -openmp -parallel -heap-arrays -O3 -lmkl -c&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;and link using&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;ifort -openmp -parallel -heap-arrays *.o&lt;DIV id="_mcePaste"&gt;-Wl,--start-group /sw/linux/intel/composer_xe_2011_sp1.6.233/mkl/lib/intel64/libmkl_intel_lp64.a /sw/linux/intel/composer_xe_2011_sp1.6.233/mkl/lib/intel64/libmkl_intel_thread.a /sw/linux/intel/composer_xe_2011_sp1.6.233/mkl/lib/intel64/libmkl_core.a -Wl,--end-group -openmp -lpthread&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Linking is only successful, if I use -no-opt-matmul during the source file compilation.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any ideas what is causing this?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Bjoern&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2012 14:09:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matmul-mkl/m-p/823455#M4942</guid>
      <dc:creator>Deleted_U_Intel</dc:creator>
      <dc:date>2012-01-26T14:09:02Z</dc:date>
    </item>
    <item>
      <title>matmul_mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matmul-mkl/m-p/823456#M4943</link>
      <description>Hi Bjoern,&lt;BR /&gt;&lt;BR /&gt;Please add libmatmul.a from the compiler distribution to your link line.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2012 16:58:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matmul-mkl/m-p/823456#M4943</guid>
      <dc:creator>Vladimir_Petrov__Int</dc:creator>
      <dc:date>2012-01-26T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Hi everybody,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matmul-mkl/m-p/823457#M4944</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;

&lt;P&gt;I have a similar problem when trying to compile using the Fortran Compiler of Intel® Parallel Studio XE 2018.&lt;/P&gt;

&lt;P&gt;I use the following flags for compilation: -fast -parallel -qopenmp -qopt-matmul -axCOMMON-AVX512 -ftz -ip -pad -unroll-aggressive&lt;/P&gt;

&lt;P&gt;and these for linking: -parallel -qopenmp -lmatmul -qopt-report=5&lt;/P&gt;

&lt;P&gt;At the linking stage I keep getting this kind of message:&lt;/P&gt;

&lt;P&gt;ipo_out.f:(.text+0x255af): undefined reference to `matmul_mkl_f64_'&lt;/P&gt;

&lt;P&gt;Any suggestion?&lt;/P&gt;

&lt;P&gt;Thanks a lot in advance&lt;/P&gt;

&lt;P&gt;Corrado&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:16:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matmul-mkl/m-p/823457#M4944</guid>
      <dc:creator>bacchiocchi__corrado</dc:creator>
      <dc:date>2018-01-11T18:16:44Z</dc:date>
    </item>
  </channel>
</rss>

