<?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 Won't let me install even though I have microsoft visual studio in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773229#M797</link>
    <description>The first thing to try to link with MKL is to use the /Qmkl option of the compiler. If you have a standarad installation of the Intel compiler(s) and MKL, this option is sufficient for the compiler to locate any needed MKL modules and include files at compile time, and to link with the necessary MKL libraries at link time. &lt;BR /&gt;&lt;BR /&gt;Try adding '/Qmkl' to CFLAGS and/or FFLAGS in your makefile.&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Dec 2011 21:05:06 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2011-12-22T21:05:06Z</dc:date>
    <item>
      <title>Won't let me install even though I have microsoft visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773224#M792</link>
      <description>I have Microsoft Visual Studio 2010 express installed on my computer. When I try and install the math kernel library I get the following message&lt;BR /&gt;&lt;BR /&gt;***************************************************************** &lt;BR /&gt;Intel Composer XE 2011 installation can continue, but take note&lt;BR /&gt;&lt;BR /&gt; The Intel Composer XE 2011 requires that a Microsoft* development product be installed. Refer to the Release Notes for a list of the required Microsoft* development tools. &lt;BR /&gt;Installation can continue; however, you will have to configure Compiler scripts for command line build environment by hand if you want to use them. Refer to documentation for instructions how to do it.&lt;BR /&gt;&lt;BR /&gt; The following components can not be installed: &lt;BR /&gt; - Integration(s) in Microsoft Visual Studio* &lt;BR /&gt; - Integrated Documentation &lt;BR /&gt;Installation can continue; however, these components will not be installed because they require that a supported Microsoft* development tools be installed. Refer to the Release Notes for a list of the required Microsoft* development tools.&lt;BR /&gt;****************************************************************&lt;BR /&gt;&lt;BR /&gt;I looked at the release notes but couldn't find any information to solve this problem. What should I do?</description>
      <pubDate>Mon, 19 Dec 2011 15:15:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773224#M792</guid>
      <dc:creator>gamalpha</dc:creator>
      <dc:date>2011-12-19T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Won't let me install even though I have microsoft visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773225#M793</link>
      <description>Microsoft forbids GUI integration of 3rd party software tools, including Intel's, in VS Express. You should be able to use the command line for the Intel 32-bit compiler by adding the /Qlocation,link option to specify which Microsoft link folder path should be used, as hinted by the instructions you quoted.&lt;BR /&gt;Adding the option in icl.cfg (after giving yourself write permission) may be convenient, e.g.&lt;BR /&gt;-Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 2010\VC\bin\x86_amd64"&lt;BR /&gt;-Qansi-alias -Qprec-div -Qprec-sqrt&lt;BR /&gt;(ansi-alias asserts that your program adheres to standard, not assumed by CL).&lt;BR /&gt;If you wish GUI integration or 64-bit operation, you must install a higher version of VS, as explained in the release notes.&lt;BR /&gt;If your purpose is to use MKL with your VS Express compiler, you may be able to add the MKL library in your linker dependencies.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2011 15:38:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773225#M793</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-12-19T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Won't let me install even though I have microsoft visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773226#M794</link>
      <description>I'm not doing any programming with the GUI. All I want to do is to use lapack with MKL. I just want to be able to call lapack functions. I am using code that was written to run with Microsoft Visual C++ 6.0 and to run on a SiemensMRI scanner and I can't use a different compiler even if I wanted to. I know that Siemens has the MKL libraries on their scanners but I have to write the code on my own laptop first and then transfer it. Some of the Siemens environment for the desktop is a black box and hard to modify. I need a simple way to link to the MKL libraries that I need.</description>
      <pubDate>Mon, 19 Dec 2011 18:08:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773226#M794</guid>
      <dc:creator>gamalpha</dc:creator>
      <dc:date>2011-12-19T18:08:48Z</dc:date>
    </item>
    <item>
      <title>Won't let me install even though I have microsoft visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773227#M795</link>
      <description>As far as I know, the compilers in various VS2010 versions are the same, in case that's your objection to using a supported version of VS. I already explained more than one way you should be able to proceed.</description>
      <pubDate>Mon, 19 Dec 2011 21:34:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773227#M795</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-12-19T21:34:43Z</dc:date>
    </item>
    <item>
      <title>Won't let me install even though I have microsoft visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773228#M796</link>
      <description>I spoke to someone else who has made a Siemens environment work with MKL and they told me that all they had to do was make changes to their makefile. They didn't tell me what those changes were. What do I have to do to my makefile that runs with the command line compiler of visual c++ so that it can see the MKL libraries?</description>
      <pubDate>Thu, 22 Dec 2011 20:18:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773228#M796</guid>
      <dc:creator>gamalpha</dc:creator>
      <dc:date>2011-12-22T20:18:29Z</dc:date>
    </item>
    <item>
      <title>Won't let me install even though I have microsoft visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773229#M797</link>
      <description>The first thing to try to link with MKL is to use the /Qmkl option of the compiler. If you have a standarad installation of the Intel compiler(s) and MKL, this option is sufficient for the compiler to locate any needed MKL modules and include files at compile time, and to link with the necessary MKL libraries at link time. &lt;BR /&gt;&lt;BR /&gt;Try adding '/Qmkl' to CFLAGS and/or FFLAGS in your makefile.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Dec 2011 21:05:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773229#M797</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-12-22T21:05:06Z</dc:date>
    </item>
    <item>
      <title>Won't let me install even though I have microsoft visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773230#M798</link>
      <description>As MSVC won't recognize /Qmkl, you will need to refer to the link advisor for a suggested MKL library list.</description>
      <pubDate>Fri, 23 Dec 2011 02:42:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773230#M798</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-12-23T02:42:27Z</dc:date>
    </item>
    <item>
      <title>Won't let me install even though I have Microsoft Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773231#M799</link>
      <description>&amp;gt;&amp;gt;...What do I have to do to my makefile that runs with the command line compiler of Visual C++ so that it can see the MKL libraries?&lt;BR /&gt;&lt;BR /&gt; As soon as you have a list of &lt;STRONG&gt;MKL&lt;/STRONG&gt; libraries, and of course you know a full path to a folder with these&lt;BR /&gt; libraries,they have to beadded toyour &lt;STRONG&gt;makefile&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt; Here is an example from some &lt;STRONG&gt;makefile&lt;/STRONG&gt; file:&lt;BR /&gt;&lt;BR /&gt; ...&lt;BR /&gt; # Define project specific macros&lt;BR /&gt; PROJ_OBJS = $(OUTDIR)\generic.obj &lt;BR /&gt; BASE_OBJS =&lt;BR /&gt; &lt;STRONG&gt;EXTRA_LIBS&lt;/STRONG&gt; = &lt;STRONG&gt;version.lib&lt;/STRONG&gt;&lt;BR /&gt; GLOBAL_DEP = generic.h resource.h&lt;BR /&gt; RC_DEP = resource.h&lt;BR /&gt; ...&lt;BR /&gt;&lt;BR /&gt; and then &lt;STRONG&gt;EXTRA_LIBS&lt;/STRONG&gt; macro has to be used in a command line that builds your application.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Dec 2011 14:16:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Won-t-let-me-install-even-though-I-have-microsoft-visual-studio/m-p/773231#M799</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2011-12-23T14:16:32Z</dc:date>
    </item>
  </channel>
</rss>

