<?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 Jerry - Set the compile and in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-in-the-makefile/m-p/1161045#M27918</link>
    <description>&lt;P&gt;Jerry - Set the compile and link lines as follows and use LINK_OPTIONS in your compile command.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;COMPILE_OPTIONS = -I${MKLROOT}/include&lt;/P&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;LINK_OPTIONS&amp;nbsp;= ${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_cdft_core.a ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_intel_thread.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_blacs_openmpi_lp64.a -Wl,--end-group -liomp5 -lpthread -lm -ldl $(COMPILE_OPTIONS)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;I hope that helps.&lt;/P&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;Pamela&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 20:15:27 GMT</pubDate>
    <dc:creator>Pamela_H_Intel</dc:creator>
    <dc:date>2019-02-28T20:15:27Z</dc:date>
    <item>
      <title>Linking MKL in the makefile</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-in-the-makefile/m-p/1161043#M27916</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I went to the intel-mkl-link-line-advisor , and got the following:&lt;/P&gt;&lt;P&gt;Use this link line:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_cdft_core.a ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_intel_thread.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_blacs_openmpi_lp64.a -Wl,--end-group -liomp5 -lpthread -lm -ldl&lt;/P&gt;&lt;P&gt;Compiler options:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;-I${MKLROOT}/include&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please tell me how to include them in the makefile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 15:27:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-in-the-makefile/m-p/1161043#M27916</guid>
      <dc:creator>yang__jerry</dc:creator>
      <dc:date>2019-02-27T15:27:39Z</dc:date>
    </item>
    <item>
      <title>we may try to show you such</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-in-the-makefile/m-p/1161044#M27917</link>
      <description>&lt;P&gt;we may try to show you such example&amp;nbsp;but this is some sort of general question far beyond of mkl specific..... you may try to parse this forum and to see the examples of makefiles.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 03:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-in-the-makefile/m-p/1161044#M27917</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-02-28T03:59:40Z</dc:date>
    </item>
    <item>
      <title>Jerry - Set the compile and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-in-the-makefile/m-p/1161045#M27918</link>
      <description>&lt;P&gt;Jerry - Set the compile and link lines as follows and use LINK_OPTIONS in your compile command.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;COMPILE_OPTIONS = -I${MKLROOT}/include&lt;/P&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;LINK_OPTIONS&amp;nbsp;= ${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_cdft_core.a ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_intel_thread.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_blacs_openmpi_lp64.a -Wl,--end-group -liomp5 -lpthread -lm -ldl $(COMPILE_OPTIONS)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;I hope that helps.&lt;/P&gt;&lt;P style="margin-left:0.25in; margin-right:0in"&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 20:15:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-in-the-makefile/m-p/1161045#M27918</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2019-02-28T20:15:27Z</dc:date>
    </item>
  </channel>
</rss>

