<?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 Installed Intel Parallel Studio for C++, but only create Visual Fortran Project in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747020#M2423</link>
    <description>I installed Visual Studio 2010 Express on my Windows 7 Professional system. &lt;BR /&gt;Then I installed Intel Intel Parallel Studio XE 2011 SP1 for Windows* Update 1.&lt;BR /&gt;&lt;BR /&gt;I was hoping to run Cilk.&lt;BR /&gt;I told the installation program that I had VS 2010, and it created a menu item called "Parallel Studio XE 2011 with VS2010".&lt;BR /&gt;&lt;BR /&gt;It all looked good, but when I start this menu item, the only project type I am allowed to start up is Visual Fortran. Nothing again Fortran programmers, but that is the LAST thing I wanted. Why can't I create a C++ or (better still) a Cilk++ project type. When I look under the Tools menu, I only see "Intel Visual Fortran Module Wizard", and nothing about C++ at all.&lt;BR /&gt;&lt;BR /&gt;I was expecting to see "Intell C++ Composer XE 2011", but its not there.&lt;BR /&gt;&lt;BR /&gt;Has anyone see this before? &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Scott</description>
    <pubDate>Tue, 08 Nov 2011 22:05:07 GMT</pubDate>
    <dc:creator>ScottK</dc:creator>
    <dc:date>2011-11-08T22:05:07Z</dc:date>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual Fortran Project</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747020#M2423</link>
      <description>I installed Visual Studio 2010 Express on my Windows 7 Professional system. &lt;BR /&gt;Then I installed Intel Intel Parallel Studio XE 2011 SP1 for Windows* Update 1.&lt;BR /&gt;&lt;BR /&gt;I was hoping to run Cilk.&lt;BR /&gt;I told the installation program that I had VS 2010, and it created a menu item called "Parallel Studio XE 2011 with VS2010".&lt;BR /&gt;&lt;BR /&gt;It all looked good, but when I start this menu item, the only project type I am allowed to start up is Visual Fortran. Nothing again Fortran programmers, but that is the LAST thing I wanted. Why can't I create a C++ or (better still) a Cilk++ project type. When I look under the Tools menu, I only see "Intel Visual Fortran Module Wizard", and nothing about C++ at all.&lt;BR /&gt;&lt;BR /&gt;I was expecting to see "Intell C++ Composer XE 2011", but its not there.&lt;BR /&gt;&lt;BR /&gt;Has anyone see this before? &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 08 Nov 2011 22:05:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747020#M2423</guid>
      <dc:creator>ScottK</dc:creator>
      <dc:date>2011-11-08T22:05:07Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747021#M2424</link>
      <description>The Intel C++ compiler is very tightly integrated to the VisualC++ environment, and as such works using the default Visual C++ project types - like for example, Win32 Console Application. We don't provide any custom C++ project types. Hope that helps.</description>
      <pubDate>Wed, 09 Nov 2011 01:09:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747021#M2424</guid>
      <dc:creator>Brandon_H_Intel</dc:creator>
      <dc:date>2011-11-09T01:09:50Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747022#M2425</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1320860447390="53" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=336848" href="https://community.intel.com/en-us/profile/336848/" class="basic"&gt;Brandon Hewitt (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;The Intel C++ compiler is very tightly integrated to the VisualC++ environment, and as such works using the default Visual C++ project types - like for example, Win32 Console Application. We don't provide any custom C++ project types. Hope that helps.&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;Thanks Brandon. I tried using Visual C++ Win32 but it can not find the Cilk include files. The headers like cilk.h are on my computer under E:\Program Files (x86)\Intel\Composer XE\compiler\include\cilk\cilk.h and as well as under E:\Program Files (x86)\Intel\Composer XE 2011 SP1\compiler\include\cilk\cilk.h.&lt;BR /&gt;&lt;BR /&gt;I built a serialized test app and it compiles fine under my project, but when I try to add "#include &lt;CILK&gt;", I get a compile error saying it can not find cilk.h&lt;BR /&gt;&lt;BR /&gt;Two questions:&lt;BR /&gt;1) Shouldn't Composer XE have set up this include path already? Either way, how do I set it up manually? &lt;BR /&gt;2) How can I tell if Visual C++ is actually invoking the Intel compiler? Wouldn't it default to using Microsoft's?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/CILK&gt;</description>
      <pubDate>Wed, 09 Nov 2011 17:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747022#M2425</guid>
      <dc:creator>ScottK</dc:creator>
      <dc:date>2011-11-09T17:46:38Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747023#M2426</link>
      <description>I have the path for cilk headers set up. I am not sure if this was supposed to be set up automatically, but I was able to doing manually using the following msdn article: &lt;BR /&gt;&lt;A href="http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/a494abb8-3561-4ebe-9eb0-6f644a679862" target="_blank"&gt;http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/a494abb8-3561-4ebe-9eb0-6f644a679862&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I still don't seem to be running the Intel compiler. I added the following test code:&lt;BR /&gt;&lt;P&gt;int i,Test[10];&lt;/P&gt;&lt;P&gt;cilk_for(i=0;i&amp;lt;10;i++) Test&lt;I&gt;=i;&lt;BR /&gt;&lt;BR /&gt;But I get the following compiler error: &lt;BR /&gt; error C3861: '_Cilk_for': identifier not found&lt;BR /&gt;&lt;BR /&gt;It is successfully including cilk.h which redefines cilk_for as _Cilk_for, but then it can't find that identifier.&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2011 18:40:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747023#M2426</guid>
      <dc:creator>ScottK</dc:creator>
      <dc:date>2011-11-09T18:40:00Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747024#M2427</link>
      <description>Hi ScottK,&lt;BR /&gt;&lt;BR /&gt;Did you enable Intel compiler to build your project? Such errors may be caused by building with VS compiler that doesn't support Intel Cilk Plus.&lt;BR /&gt;To enable Intel compiler right-click on your project, choose "Intel C++ Composer 2011" item and select "Use Intel C++". You can move back to VS compiler the same way.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kirill</description>
      <pubDate>Thu, 10 Nov 2011 12:11:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747024#M2427</guid>
      <dc:creator>Kirill_R_Intel</dc:creator>
      <dc:date>2011-11-10T12:11:26Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747025#M2428</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1320940470029="53" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=506434" href="https://community.intel.com/en-us/profile/506434/" class="basic"&gt;Kirill Rogozhin (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;Hi ScottK,&lt;BR /&gt;&lt;BR /&gt;Did you enable Intel compiler to build your project? Such errors may be caused by building with VS compiler that doesn't support Intel Cilk Plus.&lt;BR /&gt;To enable Intel compiler right-click on your project, choose "Intel C++ Composer 2011" item and select "Use Intel C++". You can move back to VS compiler the same way.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kirill&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Can you give me more detail where I should be able to find Use "Intel C++ Composer 2011" platform choice? I don't see such a choice when I right click on my project. When I right click, there is a Properties choice, then =&amp;gt;Configuration Properties=&amp;gt;General=&amp;gt;Platform Toolset but there are no choices for Intel at all.&lt;BR /&gt;&lt;BR /&gt;I can not choose "Use Intel C++", this is the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2011 16:05:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747025#M2428</guid>
      <dc:creator>ScottK</dc:creator>
      <dc:date>2011-11-10T16:05:33Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747026#M2429</link>
      <description>I've just noticed you use Visual Studio 2010 Express Edition. Express edition is not supported for graphical integration of Intel Parallel Studio XE tools. Please refer to Release Notes:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-c-composer-xe-2011-release-notes/"&gt;http://software.intel.com/en-us/articles/intel-c-composer-xe-2011-release-notes/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So you can use Intel compiler, but from command line only. For full graphical integration of Intel tools install VS Standard or Professional. On my VS 2010 Pro the menu item I mentioned look this way:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG height="904" width="986" src="http://software.intel.com/file/39784" /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2011 09:31:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747026#M2429</guid>
      <dc:creator>Kirill_R_Intel</dc:creator>
      <dc:date>2011-11-11T09:31:47Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747027#M2430</link>
      <description>&lt;P&gt;That's very clear! Thanks so much for explaining that!&lt;BR /&gt;I switched to using Visual Studio 2010 Professional and now I have these options as expected.&lt;BR /&gt;&lt;BR /&gt;A friend of mine got it to work with Visual Studio 2010 Express, so I thought the release notes might have been out of date wrt this restriction.&lt;BR /&gt;&lt;BR /&gt;I like VS2010 Pro much better, so I think I will stick with it and pay for it. What I noticed with Express however, is that once I had installed VS2010Pro, the Intel C++ option also showed up in VS2010 Express. I think this is how my friend must have gotten it working too. There must have been a previous install of VS Pro on his computer at some point.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help and taking the time to write out such a clear explanation including the expected menu graphics. Thanks!&lt;BR /&gt;&lt;BR /&gt;ScottK&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2011 16:28:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747027#M2430</guid>
      <dc:creator>ScottK</dc:creator>
      <dc:date>2011-11-11T16:28:09Z</dc:date>
    </item>
    <item>
      <title>Installed Intel Parallel Studio for C++, but only create Visual</title>
      <link>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747028#M2431</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a similar problem.&lt;BR /&gt;I started with installing the parallel studio xe 2011, but got only Fortran (no c++).&lt;BR /&gt;After that, I installed the c++ composer(c studio xe 2011)... no change.&lt;BR /&gt;After that I uninstalled the parallel studio and installed the c++ composer (with all tools)... :/&lt;BR /&gt;&lt;BR /&gt;After reading this post, I installed the visual studio 2010 ultimate.&lt;BR /&gt;Now I see c++ features, but it's not similar to what I read at the c++ composer getting started tutorial (how to configure the environment).&lt;BR /&gt;I also don't have the option to change compiler to Intel's c++ as shown in the picture in this post.&lt;BR /&gt;&lt;BR /&gt;I'm a little frustrated from all this procedure...&lt;BR /&gt;I don't mind starting all over again.&lt;BR /&gt;I need to take a c++ projectand make it parallel (debug/examine the results...).&lt;BR /&gt;What kind of installation do I need, and how should I do it.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 20:01:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installed-Intel-Parallel-Studio-for-C-but-only-create-Visual/m-p/747028#M2431</guid>
      <dc:creator>saineyl</dc:creator>
      <dc:date>2012-04-16T20:01:08Z</dc:date>
    </item>
  </channel>
</rss>

