<?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 Re: How to run OpenMP programs with intel C++ compiler on Visua in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848030#M1757</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Dhaval - I'll respond on the Intel products for Windows.&lt;BR /&gt;&lt;BR /&gt;Thread Checker - this is a stand alone product which plugs into VTune but can be run without VTune. From a commercial aspect, it is a distinct product not included in VTune nor Intel C++. It can be used with MS C++ and other languages.&lt;BR /&gt;&lt;BR /&gt;VTune - also a standalone product. When you purchase it you also get Thread profiler but you must download them separately. Thread Profiler must be installed after VTune.&lt;BR /&gt;&lt;BR /&gt;Intel C++ - includes MKL an IPP libraries andIntel parallel debugger but does not include VTune, nor Thead Profiler nor Thread Checker.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Michle&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2009 19:32:32 GMT</pubDate>
    <dc:creator>michele-delsol</dc:creator>
    <dc:date>2009-12-01T19:32:32Z</dc:date>
    <item>
      <title>How to run OpenMP programs with intel C++ compiler on Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848026#M1753</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This is Dhaval Shah. I am Master student at San Jose State University. &lt;BR /&gt;&lt;BR /&gt;I am using Windows Vista. I installed Microsoft Visual Studio 2008 trial version. Then I installed Intel C++ compiler. I am able to create Intel C++ compiler project on Visual Studio. But, when I create OpenMP program and try to run it, I get the following warning messages:&lt;BR /&gt;&lt;BR /&gt;Deleting intermediate files and output files for project 'openmptest1', configuration 'Debug|Win32'.&lt;BR /&gt;1&amp;gt;Compiling with Intel C++ 11.1.048 [IA-32]... (Intel C++ Environment)&lt;BR /&gt;1&amp;gt;stdafx.cpp&lt;BR /&gt;1&amp;gt;Compiling with Intel C++ 11.1.048 [IA-32]... (Intel C++ Environment)&lt;BR /&gt;1&amp;gt;openmptest1.cpp&lt;BR /&gt;1&amp;gt;.\openmptest1.cpp(15): warning #1786: function "scanf" (declared at line 306 of "c:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h") was declared "deprecated ("This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") "&lt;BR /&gt;1&amp;gt; scanf("%d %d",&amp;amp;m,&amp;amp;n);&lt;BR /&gt;1&amp;gt; ^&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;.\openmptest1.cpp(36): warning #1786: function "getch" (declared at line 145 of "c:\Program Files\Microsoft Visual Studio 9.0\VC\include\conio.h") was declared "deprecated ("The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.") "&lt;BR /&gt;1&amp;gt; getch();&lt;BR /&gt;1&amp;gt; ^&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;.\openmptest1.cpp(44): warning #161: unrecognized #pragma&lt;BR /&gt;1&amp;gt; #pragma omp parallel for default(none) \&lt;BR /&gt;1&amp;gt; ^&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;Compiling manifest to resources... (Microsoft VC++ Environment)&lt;BR /&gt;1&amp;gt;Microsoft  Windows  Resource Compiler Version 6.0.5724.0&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;Linking... (Intel C++ Environment)&lt;BR /&gt;1&amp;gt;xilink: executing 'link'&lt;BR /&gt;1&amp;gt;LINK : warning LNK4076: invalid incremental status file 'C:\Users\dhaval\Documents\Visual Studio 2008\Projects\openmptest1\Debug\openmptest1.ilk'; linking nonincrementally&lt;BR /&gt;1&amp;gt;Embedding manifest... (Microsoft VC++ Environment)&lt;BR /&gt;1&amp;gt;Microsoft  Windows  Resource Compiler Version 6.0.5724.0&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;xilink: executing 'link'&lt;BR /&gt;1&amp;gt;LINK : warning LNK4076: invalid incremental status file 'C:\Users\dhaval\Documents\Visual Studio 2008\Projects\openmptest1\Debug\openmptest1.ilk'; linking nonincrementally&lt;BR /&gt;1&amp;gt;Build log was saved at "file://C:\Users\dhaval\Documents\Visual Studio 2008\Projects\openmptest1\openmptest1\Debug\BuildLog.htm"&lt;BR /&gt;1&amp;gt;openmptest1 - 0 error(s), 5 warning(s)&lt;BR /&gt;========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do I need to do extra setting on Visual Studio or I need to install anything else with it? Can you please guide me for that?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, I am trying to install Intel Thread Checker, It does not install anything. So, is it already available with the Intel C++ compiler? How can I use that?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;&lt;BR /&gt;Dhaval Shah</description>
      <pubDate>Tue, 13 Oct 2009 00:32:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848026#M1753</guid>
      <dc:creator>dhaval_shah</dc:creator>
      <dc:date>2009-10-13T00:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OpenMP programs with intel C++ compiler on Visua</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848027#M1754</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
In spite of all the warnings, you received a success notification from your C++ build. If you want an OpenMP build from the VS GUI setup, you must go into C++ properties and turn on the OpenMP option for your project. Further discussion about the ICL compiler is more likely to get expert advice if you post on the C++ forum.&lt;BR /&gt;Thread Checker is not included in the ICL (Intel C++ compiler) installation. It should install Intel VTune performance analyzer, for which it is a plug-in. It offers both options to compile and link with -Qtcheck set, or to run by "dynamic instrumentation." Discussion of Thread Checker is appropriate on the VTune forum.&lt;BR /&gt;As several of us work close by your campus, it might be possible to arrange on-site presentations, should you and your instructors care to make arrangements.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Oct 2009 01:37:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848027#M1754</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-10-13T01:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OpenMP programs with intel C++ compiler on Visua</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848028#M1755</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/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; In spite of all the warnings, you received a success notification from your C++ build. If you want an OpenMP build from the VS GUI setup, you must go into C++ properties and turn on the OpenMP option for your project. Further discussion about the ICL compiler is more likely to get expert advice if you post on the C++ forum.&lt;BR /&gt;Thread Checker is not included in the ICL (Intel C++ compiler) installation. It should install Intel VTune performance analyzer, for which it is a plug-in. It offers both options to compile and link with -Qtcheck set, or to run by "dynamic instrumentation." Discussion of Thread Checker is appropriate on the VTune forum.&lt;BR /&gt;As several of us work close by your campus, it might be possible to arrange on-site presentations, should you and your instructors care to make arrangements.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thank you very much for your suggestions. &lt;BR /&gt;&lt;BR /&gt;I changed the project property and I enabled the OpenMP support. So now I can run OpenMP program as well.&lt;BR /&gt;&lt;BR /&gt;Installation of Thread Checker : I have downloaded Vtune Analyzer as well. When I click on exe file, it asks me for continue installation. Once I click on continue, it does not do anything. And installation terminates.&lt;BR /&gt;&lt;BR /&gt;This same thing is happening with Thread Checker as well.&lt;BR /&gt;&lt;BR /&gt;What should be the reason for that?&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:33:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848028#M1755</guid>
      <dc:creator>dhaval_shah</dc:creator>
      <dc:date>2009-10-13T05:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OpenMP programs with intel C++ compiler on Visua</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848029#M1756</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;In spite of all the warnings, you received a success notification from your C++ build. If you want an OpenMP build from the VS GUI setup, you must go into C++ properties and turn on the OpenMP option for your project. Further discussion about the ICL compiler is more likely to get expert advice if you post on the C++ forum.&lt;BR /&gt;Thread Checker is not included in the ICL (Intel C++ compiler) installation. It should install Intel VTune performance analyzer, for which it is a plug-in. It offers both options to compile and link with -Qtcheck set, or to run by "dynamic instrumentation." Discussion of Thread Checker is appropriate on the VTune forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 26 Nov 2009 14:31:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848029#M1756</guid>
      <dc:creator>mahmoudgalal1985</dc:creator>
      <dc:date>2009-11-26T14:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OpenMP programs with intel C++ compiler on Visua</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848030#M1757</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Dhaval - I'll respond on the Intel products for Windows.&lt;BR /&gt;&lt;BR /&gt;Thread Checker - this is a stand alone product which plugs into VTune but can be run without VTune. From a commercial aspect, it is a distinct product not included in VTune nor Intel C++. It can be used with MS C++ and other languages.&lt;BR /&gt;&lt;BR /&gt;VTune - also a standalone product. When you purchase it you also get Thread profiler but you must download them separately. Thread Profiler must be installed after VTune.&lt;BR /&gt;&lt;BR /&gt;Intel C++ - includes MKL an IPP libraries andIntel parallel debugger but does not include VTune, nor Thead Profiler nor Thread Checker.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Michle&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2009 19:32:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-run-OpenMP-programs-with-intel-C-compiler-on-Visual/m-p/848030#M1757</guid>
      <dc:creator>michele-delsol</dc:creator>
      <dc:date>2009-12-01T19:32:32Z</dc:date>
    </item>
  </channel>
</rss>

