<?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: Bigenner's qestion re. MKL + IVFortran + Visual Studio in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880805#M9548</link>
    <description>&lt;P&gt;Yes, thanks, Dima -- I've figured that out too (although haven't check).&lt;/P&gt;
&lt;P&gt;It appears that the directory where the .mod files are stored needs to be listed as one of the Includes in the Visual Studio options. It's a shame I can't verify this though, as I've already uninstalled the MKL :-)-- decided to do the interfacing myself.&lt;/P&gt;
&lt;P&gt;Thanks (???????:-),&lt;/P&gt;
&lt;P&gt;Eugene.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2007 13:04:47 GMT</pubDate>
    <dc:creator>eugene_benilov</dc:creator>
    <dc:date>2007-02-26T13:04:47Z</dc:date>
    <item>
      <title>Bigenner's qestion re. MKL + IVFortran + Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880801#M9544</link>
      <description>&lt;P&gt;I am using Intel Visual Fortran 9.1 for Windows, in the Visual Studio environment, and have recently installed the Math Kernel Library (my intension was to, mainly, use its Lapack95 component).&lt;/P&gt;
&lt;P&gt;So, following the instruction, I've built the "mkl_lapack95.lib" library, then added &lt;/P&gt;
&lt;P&gt;mkl_lapack95.lib mkl_c.lib libguide.lib&lt;/P&gt;
&lt;P&gt;to the "Additional Dependencies" of my project, then added&lt;/P&gt;
&lt;P&gt;C:Program FilesIntelMKL9.0ia32lib&lt;BR /&gt;C:Program FilesIntelMKL9.0interfaceslapack95&lt;/P&gt;
&lt;P&gt;to the "Additional Library Directories" of the project and that of the whole Visual Studio. &lt;/P&gt;
&lt;P&gt;Still, when I am building my project, Visual Studio can't find any of the two modules contained in mkl_lapack95.lib (mkl_precision and mkl95_lapack).&lt;/P&gt;
&lt;P&gt;Can anybody suggest what went wrong?&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2007 14:52:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880801#M9544</guid>
      <dc:creator>eugene_benilov</dc:creator>
      <dc:date>2007-02-24T14:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bigenner's qestion re. MKL + IVFortran + Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880802#M9545</link>
      <description>&lt;P&gt;Hi, Have you included "mkl_lapack.f90" into your file?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Chao &lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2007 09:23:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880802#M9545</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2007-02-26T09:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bigenner's qestion re. MKL + IVFortran + Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880803#M9546</link>
      <description>&lt;P&gt;&amp;gt; Have you included "mkl_lapack.f90" into your file?&lt;/P&gt;
&lt;P&gt;No, but I don't think I needed to, as all LAPACK routines are included in the standard libraries, mkl_c.lib and libguide.lib. I've checked this by using one of the routines directly, i.e. by-passing the Fortran 95 interface, and it worked like a charm... not to mention that the actual error was, like "can't open mkl95_lapack module", which doesn't seem to have anything to do with the mkl_lapack.f90 file (which I was unable to find anyway).&lt;/P&gt;
&lt;P&gt;But thanks anyway -- I appreciate your help.&lt;/P&gt;
&lt;P&gt;P.S. I am thinking now about not using the MKL interfaces at all, just write my own instead. Shouldn't be too hard, should it?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2007 11:36:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880803#M9546</guid>
      <dc:creator>eugene_benilov</dc:creator>
      <dc:date>2007-02-26T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bigenner's qestion re. MKL + IVFortran + Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880804#M9547</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am not sure where in VS this should be set, but the place shall be somewhere.Intel Fortran has option "/module:&lt;EM&gt;path&lt;/EM&gt;" to specify the location to look for mod files. Probably this is good idea to put modules (the mod files) into lib, but I would not bet ifort will look inside libraries for mod files. I hope this noticeis not a bad hint.&lt;/P&gt;
&lt;P&gt;Dima&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2007 12:24:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880804#M9547</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2007-02-26T12:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bigenner's qestion re. MKL + IVFortran + Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880805#M9548</link>
      <description>&lt;P&gt;Yes, thanks, Dima -- I've figured that out too (although haven't check).&lt;/P&gt;
&lt;P&gt;It appears that the directory where the .mod files are stored needs to be listed as one of the Includes in the Visual Studio options. It's a shame I can't verify this though, as I've already uninstalled the MKL :-)-- decided to do the interfacing myself.&lt;/P&gt;
&lt;P&gt;Thanks (???????:-),&lt;/P&gt;
&lt;P&gt;Eugene.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2007 13:04:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bigenner-s-qestion-re-MKL-IVFortran-Visual-Studio/m-p/880805#M9548</guid>
      <dc:creator>eugene_benilov</dc:creator>
      <dc:date>2007-02-26T13:04:47Z</dc:date>
    </item>
  </channel>
</rss>

