<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Tue, 24 Nov 2009 16:45:24 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-parallel-inspector-kb/type/installation/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles feed</title>
    <link>http://software.intel.com/en-us/articles/intel-parallel-inspector-kb/installation/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>How to debug or isolate or fix IDE integration issues</title>
      <description><![CDATA[ <p><strong class="sectionHeading">For Intel C++ Compiler for Windows Professional's IDE integration <br /></strong>If for some reason you do not see the new toolbar from the Intel C++ Compiler, you can try following to fix the problem. <br /><br /><strong>The IDE integration of Intel C++ Compiler</strong> is<strong> </strong>installed under &lt;install-dir&gt;\Compiler\VS Integration\C++\. You should see files below: <br /><br />├─VS2005<br />│  │  icUtil.dll<br />│  │  <strong>integrate.bat<br /></strong>│  │  IntelPkg.dll<br />│  └  OptPkg.dll<br />│<br />└─VS2008<br />    │  icUtil.dll<br />    │  <strong>integrate.bat<br /></strong>    │  IntelPkg.dll<br />    └  OptPkg.dll<br /><br />The file "integrate.bat" handles registration/unregistration of the IDE integation module. <br />So in case the IDE integration of Intel Parallel Composer is not showing up within the Visual Studio IDE, you can use the "integrate.bat" to help isolating the problem. Here is the steps: <br />1) copy/paste <strong>integrate.bat</strong> to "<strong>ide_install.bat</strong>"; and close Visual Studio(s)<br />2) edit "ide_install.bat" with Notepad to remove the "/s" (silent) option of the "regsvr32" cmd<br />3) run "ide_install.bat"<br />    &gt;&gt; ide_install "VS_Install_Dir" /u<br />    &gt;&gt; ide_install "VS_Install_Dir" /u<br />    &gt;&gt; ide_install "VS_Install_Dir" <br /><br /><strong class="sectionHeading">For Intel Parallel Studio's IDE integration </strong><br />If for some reason you do not see the new toolbars from the Intel Parallel Composer, Intel Parallel Amplifier and Intel Parallel Inspector, you can try following to fix the problem. <br /><br /><strong>For the IDE integration of Intel Parallel Composer</strong> <br />It's installed under &lt;install-dir&gt;\Parallel Studio\Composer\VS Integration\C++. You should see files below: <br /><br />├─VS2005<br />│  │  icUtil.dll<br />│  │  <strong>integrate.bat<br /></strong>│  │  IntelPkg.dll<br />│  └  OptPkg.dll<br />│<br />└─VS2008<br />    │  icUtil.dll<br />    │  <strong>integrate.bat<br /></strong>    │  IntelPkg.dll<br />    └  OptPkg.dll<br /><br />The file "integrate.bat" handles registration/unregistration of the IDE integation module. <br />So in case the IDE integration of Intel Parallel Composer is not showing up within the Visual Studio IDE, you can use the "integrate.bat" to help isolating the problem. Here is the steps: <br />1) copy/paste <strong>integrate.bat</strong> to "<strong>ide_install.bat</strong>"; and close Visual Studio(s)<br />2) edit "ide_install.bat" with Notepad to remove the "/s" (silent) option of the "regsvr32" cmd<br />3) run "ide_install.bat"<br />    &gt;&gt; ide_install "VS_Install_Dir" /u<br />    &gt;&gt; ide_install "VS_Install_Dir" /u<br />    &gt;&gt; ide_install "VS_Install_Dir" <br /><br /><strong>For the IDE integration of Intel Parallel Amplifier</strong> <br />It's installed under &lt;install-dir&gt;\Parallel Studio\Amplifier\bin32. The file "<strong>ampl-vsreg.exe</strong>" handles the registration/unregistration of the IDE integration module. Here is the steps to help isolating IDE integration issues. <br />1) to find the available options: <br />    &gt;&gt; ampl-vsreg /?<br />2) close Visual Studio(s)<br />3) to disable IDE integration of Visual Studio 2005*: (similar for Visual Studio 2008*)<br />    &gt;&gt; ampl-vsreg disable vs2005<br />4) to enable the IDE integration of Visual Studio 2005: <br />    &gt;&gt; ampl-vsreg integrate vs2005<br /><br /><strong>For the IDE integration of Intel Parallel Inspector</strong> <br />It's installed under &lt;install-dir&gt;\Parallel Studio\Amplifier\bin32. The file "<strong>insp-vsreg.exe</strong>" handles the registration/unregistration of the IDE integration module. Here is the steps to help isolating IDE integration issues. <br />1) to find the available options: <br />    &gt;&gt; insp-vsreg /?<br />2) close Visual Studio(s)<br />3) to disable IDE integration of Visual Studio 2005*: (similar for Visual Studio 2008*)<br />    &gt;&gt; insp-vsreg disable vs2005<br />4) to enable the IDE integration of Visual Studio 2005: <br />    &gt;&gt; insp-vsreg integrate vs2005</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/how-to-debug-or-isolate-or-fix-ide-integration-issues</link>
      <pubDate>Tue, 26 May 2009 09:56:22 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-to-debug-or-isolate-or-fix-ide-integration-issues#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-to-debug-or-isolate-or-fix-ide-integration-issues</guid>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>Mutiple Installation Allowed for One User with Single User License </title>
      <description><![CDATA[ <p> </p>
<br />
<div id="art_pre_template"><strong>Problem : </strong><br />I have a single user license. Can I install the product on different machines with mutiple times?<br /><br /><strong>Resolution : <br /></strong>Yes, you can. Single-user license allows the license owner to install the product on mutiple systems. however, only <strong>ONE</strong> copy of the software may be in use at any one time. <br />Please see <a href="http://software.intel.com/en-us/articles/end-user-license-agreement/" target="_self"><strong>End User License Agreement</strong></a> for your reference.</div> ]]></description>
      <link>http://software.intel.com/en-us/articles/mutiple-install-allowed-with-single-user-lic</link>
      <pubDate>Mon, 18 May 2009 23:56:47 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/mutiple-install-allowed-with-single-user-lic#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/mutiple-install-allowed-with-single-user-lic</guid>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Cluster Toolkit for Linux* Knowledge Base</category>
      <category>Intel® Cluster Toolkit for Windows* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Math Kernel Library Knowledge Base</category>
      <category>Intel® MPI Library for Linux* Knowledge Base</category>
      <category>Intel® MPI Library for Windows* Knowledge Base</category>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
      <category>Intel® Software Development Products Registration Center Knowledge Base</category>
      <category>Intel® Thread Checker for Linux* Knowledge Base</category>
      <category>Intel® Thread Checker for Windows* Knowledge Base</category>
      <category>Intel® Thread Profiler for Windows* Knowledge Base</category>
      <category>Intel® Threading Building Blocks Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
      <category>Intel® VTune™ Performance Analyzer for Linux* Knowledge Base</category>
      <category>Intel® VTune™ Performance Analyzer for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>How to troubleshoot if Microsoft* Visual Studio integration with Intel(R) Parallel Inspector does not work and the controls are not visible or exposed properly</title>
      <description><![CDATA[ <p><strong>Problem : </strong>You have successfully installed Intel(R) Parallel Amplifier (or any Intel(R) Parallel Studio tools) but the toolbar for Parallel Amplifier (or whatever Parallel Studio tool(s) you installed) does not appear in Visual Studio.<br /><br /><br /><strong>Environment : </strong>Microsoft* Visual Studio* versions that have installed Parallel Studio tools.<br /><br /><br /><strong>Root Cause :</strong> Tool bar is not visible, either because it is not enabled or it is obscured by other tool bars that are enabled.<br /><br /><br /><strong>Resolution : </strong>Here are some suggestions:<br />* Select the View-&gt;Toolbars menu to confirm that the menu option "Intel Parallel Amplifier" is available and checked. If not checked, you can select the toolbar option and the toolbar should become visible.<br />* It is possible that the Parallel Amplifier toolbar is installed and available but all the Visual Studio* toolbars are positioned such that the Parallel Amplifier toolbar is not prominently visible. In this case, consider dragging around some toolbars and reposition them to ensure that the Amplifier tool bar is more prominently visible. If there are toolbars that you do not use, you can deselect such toolbars to better use the toolbar space.<br />* Some non-English OSes may have issues. Please see this KB article for more information: <a title="http://software.intel.com/en-us/articles/installation-of-intel-parallel-amplifier-on-non-english-operating-systems/" href="http://software.intel.com/en-us/articles/installation-of-intel-parallel-amplifier-on-non-english-operating-systems/" target="_blank">http://software.intel.com/en-us/articles/installation-of-intel-parallel-amplifier-on-non-english-operating-systems/<br /></a>* If none of the suggestions above work, please post your question on the <a title="Parallel Studio forum" href="http://software.intel.com/en-us/forums/intel-parallel-studio/" target="_blank">Parallel Studio forum</a>. <br /><br />*Other names and brands may be claimed as the property of others.</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/how-to-troubleshoot-if-microsoft-visual-studio-integration-does-not-work-and-the-controls-are-not-visible-or-exposed-properly</link>
      <pubDate>Tue, 21 Apr 2009 14:25:25 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-to-troubleshoot-if-microsoft-visual-studio-integration-does-not-work-and-the-controls-are-not-visible-or-exposed-properly#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-to-troubleshoot-if-microsoft-visual-studio-integration-does-not-work-and-the-controls-are-not-visible-or-exposed-properly</guid>
      <category>Parallel Programming</category>
      <category>Tools</category>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>Intel Architecture Platform Terminology for Development Tools</title>
      <description><![CDATA[ <p>Intel® compilers and libraries support three platforms: general combinations of processor architecture and operating system type. This section explains the terms that Intel uses to describe the platforms in its documentation, installation procedures and support site.  <strong>Note:</strong> not all Intel software development tools support all three platforms.</p>
<p><strong>IA-32 Architecture</strong> refers to systems based on 32-bit processors generally compatible with the Intel Pentium® II processor, (for example, Intel® Pentium® 4 processor or Intel® Xeon® processor), or processors from other manufacturers supporting the same instruction set, running a 32-bit operating system.</p>
<p><strong>Intel® 64 Architecture</strong> (formerly Intel® EM64T)refers to systems based on IA-32 architecture processors which have 64-bit architectural extensions, (for example, Intel® Core™2 processor family), running a 64-bit operating system such as Microsoft Windows Vista* x64 or a Linux* "x86_64" variant. If the system is running a 32-bit  operating system, then IA-32 architecture applies instead. Systems based on AMD* processors running a 64-bit operating system are also supported by Intel compilers for Intel® 64 architecture applications.</p>
<p>64-bit computing on Intel architecture requires a computer system with a processor, chipset, BIOS, operating system, device drivers and applications enabled for Intel® 64 architecture. Performance will vary depending on your hardware and software configurations. Consult with your system vendor for more information.</p>
<p><strong>IA-64 Architecture</strong> refers to systems based on the Intel® Itanium® processor running a 64-bit operating system.</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-architecture-platform-terminology</link>
      <pubDate>Thu, 12 Feb 2009 07:48:07 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/intel-architecture-platform-terminology#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-architecture-platform-terminology</guid>
      <category>Software Products General</category>
      <category>Intel® Parallel Advisor</category>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Software Development Tool Suites for Intel® Atom™ Processor Knowledge Base</category>
      <category>Intel® Cluster Toolkit for Linux* Knowledge Base</category>
      <category>Intel® Cluster Toolkit for Windows* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Math Kernel Library Knowledge Base</category>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
      <category>Intel® Thread Checker for Windows* Knowledge Base</category>
      <category>Intel® Thread Profiler for Windows* Knowledge Base</category>
      <category>Intel® Threading Building Blocks Knowledge Base</category>
      <category>Intel® Trace Analyzer and Collector for Linux* Knowledge Base</category>
      <category>Intel® Trace Analyzer and Collector for Windows* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
  </channel></rss>