<?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: mkl with gfortran?  is License required? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296320#M31682</link>
    <description>&lt;P&gt;Hello again, and thanks to both of you for your replies.&lt;/P&gt;
&lt;P&gt;I have downloaded and installed Base+HPC Kits and, sure enough, I have been able to use and build a program without the need for any license. Thank you very much for that.&lt;/P&gt;
&lt;P&gt;Forgive my old fashion ways, but I have never cared for IDEs like Eclipse, let alone Visual Studio (I have been mostly Linux kind of guy, anyway). The reason why I bring this up is because I noticed a big emphasis by the oneAPI kits on having Visual Studio as a pre-requisite; I think Base allowed installation, but HPC may have refused installation until I installed VS.&lt;/P&gt;
&lt;P&gt;Question: &lt;BR /&gt;Am I to understand that these oneAPI products are not quite standalone and that in fact require Visual Studio, even if I just want to use them from the command line?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. Oh, just noticed a previous post of mine did not make it...that's where I mentioned I am working on Windows 10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 16:42:00 GMT</pubDate>
    <dc:creator>Germán</dc:creator>
    <dc:date>2021-07-06T16:42:00Z</dc:date>
    <item>
      <title>mkl with gfortran?  is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1295435#M31677</link>
      <description>&lt;P&gt;Somebody handed me a program and I need to compile it, they use the Intel Fortran compiler and even link in the MKL library; but, I don't have Intel Fortran.&lt;/P&gt;
&lt;P&gt;Questions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Can I use the MKL library with gfortran?&lt;/LI&gt;
&lt;LI&gt;Does use of MKL require a license?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 02 Jul 2021 13:46:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1295435#M31677</guid>
      <dc:creator>Germán</dc:creator>
      <dc:date>2021-07-02T13:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: mkl with gfortran?  is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1295468#M31678</link>
      <description>&lt;P&gt;You did not state which OS you use, but in general MKL can be used using Intel Fortran, Intel C or GNU Fortran and C. The details vary with the OS and versions of tools.&lt;/P&gt;
&lt;P&gt;Since a few months, you can obtain and use Intel Fortran and MKL without paying for a license; paid priority support is available as an option. You will need the &lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit.html#gs.5d5414" target="_self"&gt;HPC Toolkit&lt;/A&gt; and the &lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html#gs.5d5ddq" target="_self"&gt;Base Toolkit .&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 16:07:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1295468#M31678</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-07-02T16:07:11Z</dc:date>
    </item>
    <item>
      <title>Re:mkl with gfortran? is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296293#M31680</link>
      <description>&lt;P&gt;German, if you are using Intel® Math Kernel Library as a stand-alone product you do not need a license. If you are using it as part of the legacy Intel® Parallel Studio XE suite, you would need a license for it as it also includes Fortran and C++ compilers in it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you want to use the latest toolkits, you can use MKL without a license. Intel® oneAPI Math Kernel Library is a part of the Intel® oneAPI Base Toolkit. Please click here: &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/free-intel-software-developer-tools.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/free-intel-software-developer-tools.html&lt;/A&gt;, to download the product.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:32:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296293#M31680</guid>
      <dc:creator>ArpanB_Intel</dc:creator>
      <dc:date>2021-07-06T13:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: mkl with gfortran?  is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296320#M31682</link>
      <description>&lt;P&gt;Hello again, and thanks to both of you for your replies.&lt;/P&gt;
&lt;P&gt;I have downloaded and installed Base+HPC Kits and, sure enough, I have been able to use and build a program without the need for any license. Thank you very much for that.&lt;/P&gt;
&lt;P&gt;Forgive my old fashion ways, but I have never cared for IDEs like Eclipse, let alone Visual Studio (I have been mostly Linux kind of guy, anyway). The reason why I bring this up is because I noticed a big emphasis by the oneAPI kits on having Visual Studio as a pre-requisite; I think Base allowed installation, but HPC may have refused installation until I installed VS.&lt;/P&gt;
&lt;P&gt;Question: &lt;BR /&gt;Am I to understand that these oneAPI products are not quite standalone and that in fact require Visual Studio, even if I just want to use them from the command line?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. Oh, just noticed a previous post of mine did not make it...that's where I mentioned I am working on Windows 10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 16:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296320#M31682</guid>
      <dc:creator>Germán</dc:creator>
      <dc:date>2021-07-06T16:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: mkl with gfortran?  is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296354#M31685</link>
      <description>&lt;P&gt;There are many non-visual components of Visual Studio; these are required to compile, link and run C/C++ programs. These components include the C compiler, linker, libraries, debug facilities, etc. Intel Fortran leverages these components.&lt;/P&gt;
&lt;P&gt;I rarely use the Visual Studio IDE, since the command line works fine for me. However, most users work almost entirely within Visual Studio, so many descriptions cater to these users.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 17:57:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296354#M31685</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-07-06T17:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: mkl with gfortran?  is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296561#M31688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;Can I use the MKL library with gfortran?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;According to the link line advisor tool, gfortran is supported only on Linux platform for now. Please visit this link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl/link-line-advisor.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl/link-line-advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if you need any more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 07:57:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1296561#M31688</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-07-07T07:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: mkl with gfortran?  is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1297365#M31722</link>
      <description>&lt;P&gt;Well, I have not actually tried to use mkl with gfortran, I will cross that bridge when/if I get to it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After learning that I can install Intel Fortran and use it without the need for a license, then, my question is irrelevant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks everybody for your replies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Closing issue (is there a way to close it?)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 17:20:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1297365#M31722</guid>
      <dc:creator>Germán</dc:creator>
      <dc:date>2021-07-09T17:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: mkl with gfortran?  is License required?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1300326#M31780</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;we are closing this thread for now. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 16:03:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-with-gfortran-is-License-required/m-p/1300326#M31780</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2021-07-21T16:03:46Z</dc:date>
    </item>
  </channel>
</rss>

