<?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 Problems with MKL in Microsoft Visual Studio in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915041#M12485</link>
    <description>Hello,&lt;BR /&gt;I just got MVS with built in MKL. MKL is linked in the tools&amp;gt;options&amp;gt;fortran&amp;gt;compilers&amp;gt;libraries and includes. As advised I also checked it in project properties&amp;gt;fortran&amp;gt;use intel mkl&amp;gt;parallel&lt;BR /&gt;&lt;BR /&gt;In the subroutine that uses mkl i have &lt;BR /&gt;USE MKL95_PRECISION, ONLY: WP =&amp;gt; DP&lt;BR /&gt;which gives me the following error: &lt;BR /&gt;error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_PRECISION]&lt;BR /&gt;&lt;BR /&gt;Before the USE statement I also inluded:&lt;BR /&gt;INCLUDE 'MKL95_PRECISION.mod'&lt;BR /&gt;which again didn't help.&lt;BR /&gt;What else canI do here?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Jan 2010 20:42:00 GMT</pubDate>
    <dc:creator>nak52</dc:creator>
    <dc:date>2010-01-05T20:42:00Z</dc:date>
    <item>
      <title>Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915041#M12485</link>
      <description>Hello,&lt;BR /&gt;I just got MVS with built in MKL. MKL is linked in the tools&amp;gt;options&amp;gt;fortran&amp;gt;compilers&amp;gt;libraries and includes. As advised I also checked it in project properties&amp;gt;fortran&amp;gt;use intel mkl&amp;gt;parallel&lt;BR /&gt;&lt;BR /&gt;In the subroutine that uses mkl i have &lt;BR /&gt;USE MKL95_PRECISION, ONLY: WP =&amp;gt; DP&lt;BR /&gt;which gives me the following error: &lt;BR /&gt;error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_PRECISION]&lt;BR /&gt;&lt;BR /&gt;Before the USE statement I also inluded:&lt;BR /&gt;INCLUDE 'MKL95_PRECISION.mod'&lt;BR /&gt;which again didn't help.&lt;BR /&gt;What else canI do here?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 20:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915041#M12485</guid>
      <dc:creator>nak52</dc:creator>
      <dc:date>2010-01-05T20:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915042#M12486</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/457636"&gt;nak52&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello,&lt;BR /&gt;I just got MVS with built in MKL. MKL is linked in the tools&amp;gt;options&amp;gt;fortran&amp;gt;compilers&amp;gt;libraries and includes. As advised I also checked it in project properties&amp;gt;fortran&amp;gt;use intel mkl&amp;gt;parallel&lt;BR /&gt;&lt;BR /&gt;In the subroutine that uses mkl i have &lt;BR /&gt;USE MKL95_PRECISION, ONLY: WP =&amp;gt; DP&lt;BR /&gt;which gives me the following error: &lt;BR /&gt;error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_PRECISION]&lt;BR /&gt;&lt;BR /&gt;Before the USE statement I also inluded:&lt;BR /&gt;INCLUDE 'MKL95_PRECISION.mod'&lt;BR /&gt;which again didn't help.&lt;BR /&gt;What else canI do here?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
In your installation ........MKLmakefile should help you create the .mod files, if they aren't already present somewhere such as MKLinclude&lt;ARCH&gt;. You may have to move them to a directory which is already on the default INCLUDE path, or modify the INCLUDE path to cover their present location.&lt;BR /&gt;&lt;/ARCH&gt;</description>
      <pubDate>Tue, 05 Jan 2010 22:06:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915042#M12486</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-01-05T22:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915043#M12487</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;the same question was disscussed &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70693"&gt;here&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:33:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915043#M12487</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-01-06T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915044#M12488</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi nak52,&lt;BR /&gt;&lt;BR /&gt;- add"&lt;MKL_DIRECTORY&gt;includeia32" directoryin the Additional Include Directories window.&lt;BR /&gt;- add mkl_lapack95.lib library to the project (ensure "&lt;MKL_DIRECTORY&gt;ia32lib is in the 'Additional Library Directories')&lt;BR /&gt;&lt;BR /&gt;More details see in thethread:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70693page/1/#106176"&gt;http://software.intel.com/en-us/forums/showthread.php?t=70693page/1/#106176&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/MKL_DIRECTORY&gt;&lt;/MKL_DIRECTORY&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:39:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915044#M12488</guid>
      <dc:creator>Vladimir_Koldakov__I</dc:creator>
      <dc:date>2010-01-06T08:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915045#M12489</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93629"&gt;Vladimir Koldakov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Hi nak52,&lt;BR /&gt;&lt;BR /&gt;- add"&lt;MKL_DIRECTORY&gt;includeia32" directoryin the Additional Include Directories window.&lt;BR /&gt;- add mkl_lapack95.lib library to the project (ensure "&lt;MKL_DIRECTORY&gt;ia32lib is in the 'Additional Library Directories')&lt;BR /&gt;&lt;BR /&gt;More details see in thethread:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70693page/1/#106176"&gt;http://software.intel.com/en-us/forums/showthread.php?t=70693page/1/#106176&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/MKL_DIRECTORY&gt;&lt;/MKL_DIRECTORY&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello Vladimir,&lt;BR /&gt;Thanks for the link, I am watching closely that discussion. Regarding things that you mentioned to add, I have done that already. Now I am a bit confused with "add mkl_lapack95.lib to the project". I added the mklia32lib path in the additional library directories, apparently it is not the same as "add mkl_lapack95.lib to the project". I would greatly appreciate if you let me know where exactly I should "add mkl_lapack95.lib to the project". &lt;BR /&gt;Thanks for your patience&lt;BR /&gt;Natalia&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2010 15:39:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915045#M12489</guid>
      <dc:creator>nak52</dc:creator>
      <dc:date>2010-01-06T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915046#M12490</link>
      <description>Hello Natalia,&lt;BR /&gt;&lt;BR /&gt;See the document on the web page:&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/mkl/win/MKL_UG_config_dev_env/Creating_and_Configuring_the_Intel_Visual_Fortran_Project.htm"&gt;http://software.intel.com/sites/products/documentation/hpc/mkl/win/MKL_UG_config_dev_env/Creating_and_Configuring_the_Intel_Visual_Fortran_Project.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Step 7.c: In the &lt;PROJECT name=""&gt; Property Pages window, select Configuration Properties &amp;gt; Linker &amp;gt; Input. In the right-hand part of the window, select Additional Dependencies and type the libraries required, for example, for &lt;ARCHITECTURE&gt;=ia32, type mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib.&lt;BR /&gt;&lt;BR /&gt;Type here mkl_lapack95.lib as well.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/ARCHITECTURE&gt;&lt;/PROJECT&gt;</description>
      <pubDate>Thu, 07 Jan 2010 17:43:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915046#M12490</guid>
      <dc:creator>Vladimir_Koldakov__I</dc:creator>
      <dc:date>2010-01-07T17:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915047#M12491</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
In your installation ........MKLmakefile should help you create the .mod files, if they aren't already present somewhere such as MKLinclude&lt;ARCH&gt;. You may have to move them to a directory which is already on the default INCLUDE path, or modify the INCLUDE path to cover their present location.&lt;BR /&gt;&lt;/ARCH&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The .mod files are in its place. There is something in the installation of mkl thatI am totallly missing. Compared to this installing imsl was a breeze. Still waitingfor some suggestions to make it work.</description>
      <pubDate>Thu, 07 Jan 2010 17:48:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915047#M12491</guid>
      <dc:creator>nak52</dc:creator>
      <dc:date>2010-01-07T17:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with MKL in Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915048#M12492</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93629"&gt;Vladimir Koldakov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello Natalia,&lt;BR /&gt;&lt;BR /&gt;See the document on the web page:&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/mkl/win/MKL_UG_config_dev_env/Creating_and_Configuring_the_Intel_Visual_Fortran_Project.htm"&gt;http://software.intel.com/sites/products/documentation/hpc/mkl/win/MKL_UG_config_dev_env/Creating_and_Configuring_the_Intel_Visual_Fortran_Project.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Step 7.c: In the &lt;PROJECT name=""&gt; Property Pages window, select Configuration Properties &amp;gt; Linker &amp;gt; Input. In the right-hand part of the window, select Additional Dependencies and type the libraries required, for example, for &lt;ARCHITECTURE&gt;=ia32, type mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib.&lt;BR /&gt;&lt;BR /&gt;Type here mkl_lapack95.lib as well.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/ARCHITECTURE&gt;&lt;/PROJECT&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Vladimir,&lt;BR /&gt;Many thanks for your help.&lt;BR /&gt;Natalia</description>
      <pubDate>Thu, 07 Jan 2010 18:27:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-MKL-in-Microsoft-Visual-Studio/m-p/915048#M12492</guid>
      <dc:creator>nak52</dc:creator>
      <dc:date>2010-01-07T18:27:40Z</dc:date>
    </item>
  </channel>
</rss>

