<?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 Re:How to compile a mkl code under windows 10? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1321643#M32183</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Due to technical issues, earlier reply got deleted and we see that you marked it as solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kindly mark it as "&lt;B&gt;Accept as solution&lt;/B&gt;" again, so that other users can get help from this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Oct 2021 09:46:28 GMT</pubDate>
    <dc:creator>ShanmukhS_Intel</dc:creator>
    <dc:date>2021-10-13T09:46:28Z</dc:date>
    <item>
      <title>How to compile a mkl code under windows 10?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1320771#M32173</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to compile the code.f90 from here&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-using-new-versions-of-Intel-compiler/m-p/1319619#M32159" target="_blank"&gt;Problems with MKL using new versions of Intel compiler - Intel Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It Use MKL_DFTI.&lt;/P&gt;
&lt;P&gt;First I compiled&amp;nbsp;mkl_dfti.f90 with:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ifort -c d:/oneapi/mkl/latest/include/mkl_dfti.f90&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;I got mkl_dfti.mod and mkl_dft_type.mode. Then:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ifort /mkl code.f90&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;The error is&amp;nbsp;unknown option '/mkl' and&amp;nbsp;unresolved external symbols.&lt;/P&gt;
&lt;P&gt;What I am wrong?&lt;/P&gt;
&lt;P&gt;Thanks for help.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;cean&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 04:49:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1320771#M32173</guid>
      <dc:creator>cean</dc:creator>
      <dc:date>2021-10-11T04:49:50Z</dc:date>
    </item>
    <item>
      <title>Re:How to compile a mkl code under windows 10?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1320861#M32177</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We see that you are trying to use /mkl command for which you are facing the error.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Instead of ifort /mkl code.f90,&amp;nbsp;use&amp;nbsp;&lt;B&gt;"ifort /Qmkl code.f90"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kindly let us know if you still face the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please refer to below link regarding Qmkl options and link line advisor for your reference.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/using-mkl-in-intel-compiler-mkl-qmkl-options.html" rel="noopener noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/using-mkl-in-intel-compiler-mkl-qmkl-options.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:56:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1320861#M32177</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2021-10-11T12:56:07Z</dc:date>
    </item>
    <item>
      <title>Re:How to compile a mkl code under windows 10?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1321643#M32183</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Due to technical issues, earlier reply got deleted and we see that you marked it as solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kindly mark it as "&lt;B&gt;Accept as solution&lt;/B&gt;" again, so that other users can get help from this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2021 09:46:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1321643#M32183</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2021-10-13T09:46:28Z</dc:date>
    </item>
    <item>
      <title>Re:How to compile a mkl code under windows 10?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1322707#M32201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting our solution. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2021 05:59:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compile-a-mkl-code-under-windows-10/m-p/1322707#M32201</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2021-10-18T05:59:48Z</dc:date>
    </item>
  </channel>
</rss>

