<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 25 Nov 2009 18:05:07 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/forums/intel-parallel-studio/feed" rel="self" type="application/rss+xml" />
    <title>Intel Software Network - <![CDATA[ Intel® Parallel Studio ]]> feed</title>
    <link>http://software.intel.com/en-us/forums/intel-parallel-studio</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Intel compiler hangs</title>
      <description><![CDATA[ I downloaded an evaluation version of Intel Parallel Studio. I wanted to try out the NQueens example but the Intel compiler hangs. The Build Log shows<br /><br />Creating temporary file "C:\Users\User\AppData\Local\Temp\RSP4DE5.bs" with contents<br />[<br />/c /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /EHsc /RTC1 /MDd /GS /fp:fast /Fo"Debug/" /W3 /nologo /Wp64 /ZI /Qopenmp /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin"<br />.\nq-parallelfinal.cpp<br />]<br />Creating command line "icl.exe "@C:\Users\User\AppData\Local\Temp\RSP4DE5.bs""<br /><br />Some informations to my system: Windows 7 Ultimate, Visual Studio 9.0, Microsoft .Net Framework V. 3.5 SP1.<br /><br />One additional question: We use OMP  in our application. Do I have to use the Intel C++ compiler or can I use the Microsoft compiler for Parallel Inspector?<br /><br />Thanks for any help.<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69993/</link>
      <pubDate>Tue, 24 Nov 2009 08:16:41 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69993/</guid>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>Bypass 3rd party Application</title>
      <description><![CDATA[ <p>I am debugging a dynamic DLL project. I use a 3rd party application(large program) to invoke my library. Is there a way to tell PS to bypass the checking of the 3rd party application and report only issues associated with my library? TIA.</p> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70091/</link>
      <pubDate>Mon, 23 Nov 2009 17:21:09 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70091/</guid>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>SP1 removed Amplifier and Inspector from VS2008</title>
      <description><![CDATA[ Hello,<br /><br />I've upgraded my Parallel Studio setup, which was Composer 2 Update 2, Amplifier Update 2 and Inspector Update 2, to Studio SP1. However, after installing it, both Amplifier and Inspector disappeared from Visual Studio 2008. They're not listed under "About" either. Only Composer Update 3 is available.<br /><br />I've tried repairing the installation with no success. The installer says everything is installed, but it does not seem to be the case.<br /><br />I'm running Windows 7 x64 and VS 2008 SP1. ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70051/</link>
      <pubDate>Fri, 20 Nov 2009 16:00:30 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70051/</guid>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>Parallel inspector giving wrong line number</title>
      <description><![CDATA[ Hi<br /><br />After using parallel inspector,the log shows errors<br />but when i double click to see source its giving wrong line number<br /><br />sometimes there will not be any code present at the line shown by inspector<br /><br />here are the VS2005 compiler settings<br /><br />/Od /I "..\..\base-libs\Codebase\5.1mt" /I "." /I "Xmam" /I "Custlist" /I "RepObj" /I "Repobj\Bison" /I "Repobj\Bison\nt" /I "Arobject" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers\TAO" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers\TAO\orbsvcs\orbsvcs" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers\TAO\orbsvcs" /I "C:\opt\SmartHeap_8.00smp_x86\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "__WINNT__" /D "__ALL_H_INCLUDED__" /D "_VC80_UPGRADE=0x0600" /D "_UNICODE" /D "DP" /D "I2_TAO_WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /D "NLM_CERT" /D "USER_FUNC" /D "DOUBLES_ONLY" /D "__USECDX__" /D "__CONFIG_REQD__" /D "WAN_OPTIMIZE" /D "TRIMED_HEXPR" /D "__ERROR_LOGGING__" /D "S4FOX" /D "S4WIN32" /D "S4DEBUG" /D "S4OFF_OPTIMIZE" /D "S4OPTIMIZE_OFF" /D "__FYI_CONTROL__" /D "__FOR_INTEL_BMK__" /D "__FOR_INTEL_MEM__" /D "__EXPORT__" /D "__FOR_COMPAQ__" /D "DB_OPT" /D "COMPDECOMP" /D "_VIS_NOLIB" /D "__LICENSE_LIB__" /D "__SMARTHEAP__" /D "_WIN32_WINNT=0x500" /FD /EHsc /MD /Zp4 /Yu"types.h" /Fp".\release/plannts.pch" /Fo".\release/" /Fd".\release/" /FR".\release\\" /W3 /nologo /c /ZI /TP /errorReport:prompt /vmg /w<br /><br />any suggestions/help<br /><br />from<br />nayeem khan<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70031/</link>
      <pubDate>Fri, 20 Nov 2009 01:58:16 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70031/</guid>
      <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® Parallel Composer Update 3 is released and available for download...</title>
      <description><![CDATA[ Intel® Parallel Composer Update 3 is released, and now available for download! Please visit the
<p><a href="https://registrationcenter.intel.com/RegCenter/">Intel® Registration Center</a> to download the product. <br /><br /><strong>Note:</strong> Intel® Parallel Composer is a component of the larger Intel® Parallel Studio.</p> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69731/</link>
      <pubDate>Thu, 19 Nov 2009 10:58:40 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69731/</guid>
      <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® Parallel Studio Service Pack 1 with Windows 7* compliance, is released and available for download…..</title>
      <description><![CDATA[ <p><span class="sectionBody">Intel® Parallel Studio Service Pack 1, is released and now available for download! Please go to the </span><a href="https://registrationcenter.intel.com/RegCenter/"><span class="sectionBody" style="text-decoration: underline;">Intel Registration Center</span></a><span class="sectionBody"> to download the product.</span></p>
<p class="sectionBody">The Intel® Parallel Studio Service Pack 1 adds Windows 7* compliance. Please refer to release notes for more details.</p> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70015/</link>
      <pubDate>Thu, 19 Nov 2009 10:57:10 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/70015/</guid>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>Parallel Inspector.</title>
      <description><![CDATA[ I just downloaded the Parallel Inspector, and ran my application with 40 - 160 and it didn't work. I was trying to find a memory leak in my application. It just didn't work quit after about 30 secs. <br /><br />I am not sure how to submit the log files.<br /><br />Thanks<br />Neil ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69769/</link>
      <pubDate>Wed, 18 Nov 2009 13:17:12 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69769/</guid>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>How to evaluate latest versions?</title>
      <description><![CDATA[ How do I get the latest version of IPS if I am evaluating the software? The downloaded evaluation version does not work with Windows 7 and I cannot find a way to get the latest versions of all the different components? ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69974/</link>
      <pubDate>Wed, 18 Nov 2009 12:39:43 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69974/</guid>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
    <item>
      <title>Inaccurate results from Parallel Amplifier on a large program</title>
      <description><![CDATA[ Hello,<br /><br />I'm seeing very inaccurate results produced by Parallel Amplifier on a large program. For golden results, I'm using VTune in sampling mode for CPU_CLK_UNHALTED.CORE counter. I also did some double-checking using internal timers inside the program to make sure VTune numbers are in the right ballpark.<br /><br />SETUP<br />The program runs about 30 minutes on its own and under the Amplifier. It is a 64-bit executable that consists of over 200 DLLs. It is compiled from a few million lines of code. Early parts of the program exercise one set of DLLs, middle exercise another, and the end exercises another set of DLLs. The hardware is QuadCore Xeon with 8 GB of RAM. The peak virtual memory (include all the code, not just data) is just under 5 GB.<br /><br />EXPERIMENT 1<br />With default Amplifier settings, I got completely inaccurate data. The top two DLLs marked by the Amplifier actually take less than 2% of the program's time. The size of the Amplifier data dir was 19 GB.<br /><br />EXPERIMENT 2<br />When I increased maximum size of raw collector data to 1000 MB (from the default of 10 MB), the results came closer. The top DLL was said to take 23% and in VTune it takes 19%. So close enough. However, another DLL where almost 25% of time is spent (again, according to VTune) did not even show up on the Amplifier's list. The size of the Amplifier dir went up to 20 GB.<br /><br />EXPERIMENT 3<br />Next thing I did was to check off "Enable accurate CPU Time detection" and kept 1000 MB raw data limit. The numbers became better and more DLLs showed up. However, the top DLL consumer according to VTune, got only 2.5% in Amplifier.  The Amplifier dir size was now 49 GB.<br /><br />I should mention that VTune's data dir for sampling of two counters (without calibration) is 241 MB.<br /><br />QUESTIONS<br />1. Having maximum limit set too low seems to cut off data collection. How do we know when this happens? I couldn't find any indicators that this limit was reached?<br /><br />2. Is there anything else I can do to improve the accuracy of the Amplifier?<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69620/</link>
      <pubDate>Wed, 18 Nov 2009 01:19:25 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69620/</guid>
      <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 Parallel Studio crashes</title>
      <description><![CDATA[ I decided to switch the current project to make use of the Intel C++ compiler provided by Composer. The main reason to do that was that Microsoft's compiler/linker from Visual C++ 2005 crashed or produced wrong code in release mode. Other reasons to switch were support for some C++0x features and optimizations.<br /><br />Today I wanted to profile the application, but Intel Parallel Studio crashed when loading the information from the binary. Trying to open the results file always made IPS crash. I also tried to check for memory correctness, but IPS also crashed when loading the results. It used to work before the latest updates when I also used Microsoft's compiler. I switched back to the previous version of IPS: crash. Finally, I switched back to Microsoft's compiler and now it works as expected.<br /><br />The crash occurs in msdia90.dll, which is a DLL used to query information from PDB files. The DLL is installed along with IPS. I tried by updating the DLL, but IPS would still crash.<br /><br />I don't really know whether or not the problem is on Intel's (Intel C++ Compiler) or Microsoft's (msdia90.dll) side, and what could be done about it.<br /><br />I have sent a bug report already as suggested by the crash report window.<br /><br />Is it at least a known issue?<br /><br />Just in case, the only C++0x feature I used was 'auto' types for some iterators, and the projet type is a DLL. ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69151/</link>
      <pubDate>Tue, 17 Nov 2009 11:36:18 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-parallel-studio/topic/69151/</guid>
      <category>Intel® Parallel Amplifier Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Parallel Inspector Knowledge Base</category>
    </item>
  </channel></rss>