<?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 Get the version of the installed Math Kernel Library in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Get-the-version-of-the-installed-Math-Kernel-Library/m-p/888293#M10172</link>
    <description>Hello,
&lt;BR /&gt;
&lt;BR /&gt;Does someone know how to get the version of the library? I am not working with it and have no experience with it. But eg for the fortran compiler i can use the command ifort -v or for the fftw library i can use a c code 
&lt;BR /&gt;main() {extern const char fftw_version[];
&lt;BR /&gt;printf("%s", fftw_version);
&lt;BR /&gt;}
&lt;BR /&gt;
&lt;BR /&gt;to get the version and I need something like that for the Math Kernel Library.
&lt;BR /&gt;
&lt;BR /&gt;thx pod69</description>
    <pubDate>Fri, 19 Jan 2007 02:03:24 GMT</pubDate>
    <dc:creator>pod69</dc:creator>
    <dc:date>2007-01-19T02:03:24Z</dc:date>
    <item>
      <title>Get the version of the installed Math Kernel Library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Get-the-version-of-the-installed-Math-Kernel-Library/m-p/888293#M10172</link>
      <description>Hello,
&lt;BR /&gt;
&lt;BR /&gt;Does someone know how to get the version of the library? I am not working with it and have no experience with it. But eg for the fortran compiler i can use the command ifort -v or for the fftw library i can use a c code 
&lt;BR /&gt;main() {extern const char fftw_version[];
&lt;BR /&gt;printf("%s", fftw_version);
&lt;BR /&gt;}
&lt;BR /&gt;
&lt;BR /&gt;to get the version and I need something like that for the Math Kernel Library.
&lt;BR /&gt;
&lt;BR /&gt;thx pod69</description>
      <pubDate>Fri, 19 Jan 2007 02:03:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Get-the-version-of-the-installed-Math-Kernel-Library/m-p/888293#M10172</guid>
      <dc:creator>pod69</dc:creator>
      <dc:date>2007-01-19T02:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get the version of the installed Math Kernel Library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Get-the-version-of-the-installed-Math-Kernel-Library/m-p/888294#M10173</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I used the following code:&lt;/P&gt;
&lt;P&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include "mkl.h"&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt; char v[1000];&lt;BR /&gt; DftiGetValue(0,DFTI_VERSION,v);&lt;BR /&gt; printf("%s
",v);&lt;BR /&gt; return 0;&lt;BR /&gt;}&lt;BR /&gt;&lt;/STDIO.H&gt;&lt;/P&gt;
&lt;P&gt;Dima.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2007 18:13:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Get-the-version-of-the-installed-Math-Kernel-Library/m-p/888294#M10173</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2007-01-26T18:13:57Z</dc:date>
    </item>
  </channel>
</rss>

